12:03:42 Started by an SCM change 12:03:42 Running as SYSTEM 12:03:44 Agent basic-hs7xq is provisioned from template basic 12:03:45 --- 12:03:45 apiVersion: "v1" 12:03:45 kind: "Pod" 12:03:45 metadata: 12:03:45 labels: 12:03:45 jenkins: "slave" 12:03:45 jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" 12:03:45 jenkins/label: "basic" 12:03:45 name: "basic-hs7xq" 12:03:45 namespace: "ditto" 12:03:45 spec: 12:03:45 containers: 12:03:45 - env: 12:03:45 - name: "JENKINS_SECRET" 12:03:45 value: "********" 12:03:45 - name: "JENKINS_TUNNEL" 12:03:45 value: "jenkins-discovery.ditto.svc.cluster.local:50000" 12:03:45 - name: "JENKINS_AGENT_NAME" 12:03:45 value: "basic-hs7xq" 12:03:45 - name: "JENKINS_REMOTING_JAVA_OPTS" 12:03:45 value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ 12:03:45 \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" 12:03:45 - name: "JAVA_TOOL_OPTIONS" 12:03:45 value: "" 12:03:45 - name: "_JAVA_OPTIONS" 12:03:45 value: "" 12:03:45 - name: "OPENJ9_JAVA_OPTIONS" 12:03:45 value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" 12:03:45 - name: "JENKINS_NAME" 12:03:45 value: "basic-hs7xq" 12:03:45 - name: "JENKINS_AGENT_WORKDIR" 12:03:45 value: "/home/jenkins/agent" 12:03:45 - name: "JENKINS_URL" 12:03:45 value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" 12:03:45 image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 12:03:45 imagePullPolicy: "Always" 12:03:45 name: "jnlp" 12:03:45 resources: 12:03:45 limits: 12:03:45 cpu: "2000m" 12:03:45 memory: "4096Mi" 12:03:45 requests: 12:03:45 cpu: "1000m" 12:03:45 memory: "4096Mi" 12:03:45 tty: true 12:03:45 volumeMounts: 12:03:45 - mountPath: "/home/jenkins/.m2/toolchains.xml" 12:03:45 name: "m2-dir" 12:03:45 readOnly: true 12:03:45 subPath: "toolchains.xml" 12:03:45 - mountPath: "/home/jenkins/.mavenrc" 12:03:45 name: "m2-dir" 12:03:45 readOnly: true 12:03:45 subPath: ".mavenrc" 12:03:45 - mountPath: "/opt/tools" 12:03:45 name: "volume-0" 12:03:45 readOnly: false 12:03:45 - mountPath: "/home/jenkins" 12:03:45 name: "volume-2" 12:03:45 readOnly: false 12:03:45 - mountPath: "/home/jenkins/.m2/repository" 12:03:45 name: "volume-3" 12:03:45 readOnly: false 12:03:45 - mountPath: "/home/jenkins/.m2/settings-security.xml" 12:03:45 name: "m2-secret-dir" 12:03:45 readOnly: true 12:03:45 subPath: "settings-security.xml" 12:03:45 - mountPath: "/home/jenkins/.m2/wrapper" 12:03:45 name: "volume-4" 12:03:45 readOnly: false 12:03:45 - mountPath: "/home/jenkins/.m2/settings.xml" 12:03:45 name: "m2-secret-dir" 12:03:45 readOnly: true 12:03:45 subPath: "settings.xml" 12:03:45 - mountPath: "/home/jenkins/.ssh" 12:03:45 name: "volume-1" 12:03:45 readOnly: false 12:03:45 subPath: "" 12:03:45 - mountPath: "/home/jenkins/agent" 12:03:45 name: "workspace-volume" 12:03:45 readOnly: false 12:03:45 workingDir: "/home/jenkins/agent" 12:03:45 nodeSelector: 12:03:45 kubernetes.io/os: "linux" 12:03:45 restartPolicy: "Never" 12:03:45 volumes: 12:03:45 - name: "volume-0" 12:03:45 persistentVolumeClaim: 12:03:45 claimName: "tools-claim-jiro-ditto" 12:03:45 readOnly: true 12:03:45 - name: "m2-secret-dir" 12:03:45 secret: 12:03:45 secretName: "m2-secret-dir" 12:03:45 - emptyDir: 12:03:45 medium: "" 12:03:45 name: "volume-2" 12:03:45 - configMap: 12:03:45 name: "m2-dir" 12:03:45 name: "m2-dir" 12:03:45 - configMap: 12:03:45 name: "known-hosts" 12:03:45 name: "volume-1" 12:03:45 - emptyDir: 12:03:45 medium: "" 12:03:45 name: "workspace-volume" 12:03:45 - emptyDir: 12:03:45 medium: "" 12:03:45 name: "volume-4" 12:03:45 - emptyDir: 12:03:45 medium: "" 12:03:45 name: "volume-3" 12:03:45 12:03:45 Building remotely on basic-hs7xq (basic) in workspace /home/jenkins/agent/workspace/ditto-ci 12:03:48 The recommended git tool is: NONE 12:04:01 No credentials specified 12:04:01 Cloning the remote Git repository 12:04:02 Cloning repository https://github.com/eclipse/ditto.git 12:04:02 > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10 12:04:02 Fetching upstream changes from https://github.com/eclipse/ditto.git 12:04:02 > git --version # timeout=10 12:04:02 > git --version # 'git version 2.20.1' 12:04:02 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:04:14 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 12:04:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:04:18 Avoid second fetch 12:04:18 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 12:04:19 Checking out Revision 2042b6f77965945464d0b380d75a7cd2994d58f0 (refs/remotes/origin/master) 12:04:19 > git config core.sparsecheckout # timeout=10 12:04:19 > git checkout -f 2042b6f77965945464d0b380d75a7cd2994d58f0 # timeout=10 12:04:21 Commit message: "Merge pull request #1862 from thfries/ui_filter_for_table_2" 12:04:21 > git rev-list --no-walk 3d41cf70b23373fe33103f12f842fdd8f6ee2de8 # timeout=10 12:04:22 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true 12:04:22 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 12:04:22 Maven home: /opt/tools/apache-maven/latest 12:04:22 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 12:04:22 Default locale: en_US, platform encoding: UTF-8 12:04:22 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" 12:04:23 [INFO] Error stacktraces are turned on. 12:04:23 [INFO] Scanning for projects... 12:04:34 [WARNING] 12:04:34 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT 12:04:34 [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 12:04:34 [WARNING] 12:04:34 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. 12:04:34 [WARNING] 12:04:34 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. 12:04:34 [WARNING] 12:04:34 [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 12:04:34 [INFO] ------------------------------------------------------------------------ 12:04:34 [INFO] Reactor Build Order: 12:04:34 [INFO] 12:04:34 [INFO] Eclipse Ditto [pom] 12:04:34 [INFO] Eclipse Ditto :: Legal [jar] 12:04:34 [INFO] Eclipse Ditto :: BOM [pom] 12:04:34 [INFO] Eclipse Ditto :: Utils [pom] 12:04:34 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions [jar] 12:04:34 [INFO] Eclipse Ditto :: JSON [bundle] 12:04:34 [INFO] Eclipse Ditto :: Base [pom] 12:04:34 [INFO] Eclipse Ditto :: Base :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Base :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal [pom] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils [pom] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] 12:04:34 [INFO] Eclipse Ditto :: Utils :: Result [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Models [pom] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] 12:04:34 [INFO] Eclipse Ditto :: JSON CBOR [bundle] 12:04:34 [INFO] Eclipse Ditto :: Policies [pom] 12:04:34 [INFO] Eclipse Ditto :: Policies :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Things [pom] 12:04:34 [INFO] Eclipse Ditto :: Things :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension [jar] 12:04:34 [INFO] Eclipse Ditto :: Placeholders [bundle] 12:04:34 [INFO] Eclipse Ditto :: Base :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: Connectivity [pom] 12:04:34 [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Thing Search [pom] 12:04:34 [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Messages [pom] 12:04:34 [INFO] Eclipse Ditto :: Messages :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Protocol [bundle] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Models :: Signal [jar] 12:04:34 [INFO] Eclipse Ditto :: Policies :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] 12:04:34 [INFO] Eclipse Ditto :: Things :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: Connectivity :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: JWT [pom] 12:04:34 [INFO] Eclipse Ditto :: JWT :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: WoT [pom] 12:04:34 [INFO] Eclipse Ditto :: WoT :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] 12:04:34 [INFO] Eclipse Ditto :: Policies :: Enforcement [jar] 12:04:34 [INFO] Eclipse Ditto :: RQL [pom] 12:04:34 [INFO] Eclipse Ditto :: RQL :: Model [bundle] 12:04:34 [INFO] Eclipse Ditto :: RQL :: parser [bundle] 12:04:34 [INFO] Eclipse Ditto :: RQL :: Query [bundle] 12:04:34 [INFO] Eclipse Ditto :: Thing Search :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: Edge [pom] 12:04:34 [INFO] Eclipse Ditto :: Edge :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] 12:04:34 [INFO] Eclipse Ditto :: RQL :: search option parser [bundle] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things [jar] 12:04:34 [INFO] Eclipse Ditto :: Connectivity :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: Documentation [pom] 12:04:34 [INFO] Eclipse Ditto :: Gateway [pom] 12:04:34 [INFO] Eclipse Ditto :: Gateway :: API [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP [jar] 12:04:34 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] 12:04:34 [INFO] Eclipse Ditto :: Gateway :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: Policies :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: WoT :: Integration [jar] 12:04:34 [INFO] Eclipse Ditto :: Things :: Service [jar] 12:04:34 [INFO] Eclipse Ditto :: Thing Search :: Service [jar] 12:04:34 [INFO] 12:04:34 [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- 12:04:34 [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/77] 12:04:34 [INFO] from pom.xml 12:04:34 [INFO] --------------------------------[ pom ]--------------------------------- 12:04:35 [INFO] 12:04:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto --- 12:04:35 [INFO] 12:04:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto --- 12:04:35 [INFO] 12:04:35 [INFO] --- license:4.2:check (default) @ ditto --- 12:04:36 [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes 12:04:36 [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header 12:04:36 [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes 12:04:36 [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders 12:04:36 [INFO] Checking licenses... 12:04:36 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file. 12:04:36 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. 12:04:38 [INFO] 12:04:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- 12:04: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/target/jacoco.exec 12:04:39 [INFO] 12:04:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- 12:04:42 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:04:42 [INFO] The goal is skip due to packaging 'pom' 12:04:42 [INFO] 12:04:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- 12:04:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... 12:04:42 [INFO] 12:04:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- 12:04:44 [INFO] 12:04:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto --- 12:04:45 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:04:45 [INFO] 12:04:45 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto --- 12:04:45 [INFO] Tests are skipped. 12:04:45 [INFO] 12:04:45 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto --- 12:04:45 [INFO] Tests are skipped. 12:04:45 [INFO] 12:04:45 [INFO] --- jacoco:0.8.10:report (report) @ ditto --- 12:04:45 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:04:45 [INFO] 12:04:45 [INFO] --- install:3.1.1:install (default-install) @ ditto --- 12:04:45 [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 12:04:45 [INFO] 12:04:45 [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- 12:04:45 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/77] 12:04:45 [INFO] from legal/pom.xml 12:04:45 [INFO] --------------------------------[ jar ]--------------------------------- 12:04:45 [INFO] 12:04:45 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal --- 12:04:45 [INFO] 12:04:45 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal --- 12:04:45 [INFO] 12:04:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal --- 12:04: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/legal/target/jacoco.exec 12:04:45 [INFO] 12:04:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal --- 12:04:45 [INFO] Copying 8 resources from to target/classes 12:04:45 [INFO] 12:04:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal --- 12:04:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT... 12:04:46 [INFO] 12:04:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal --- 12:04:46 [INFO] No sources to compile 12:04:46 [INFO] 12:04:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal --- 12:04:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources 12:04:46 [INFO] 12:04:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal --- 12:04:46 [INFO] No sources to compile 12:04:46 [INFO] 12:04:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal --- 12:04:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:04:46 [INFO] No tests to run. 12:04:46 [INFO] 12:04:46 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal --- 12:04:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar 12:04:46 [INFO] 12:04:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal --- 12:04:46 [INFO] Tests are skipped. 12:04:46 [INFO] 12:04:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal --- 12:04:46 [INFO] Tests are skipped. 12:04:46 [INFO] 12:04:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal --- 12:04:46 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:04:46 [INFO] 12:04:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal --- 12:04:46 [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 12:04:46 [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 12:04:46 [INFO] 12:04:46 [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- 12:04:46 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/77] 12:04:46 [INFO] from bom/pom.xml 12:04:46 [INFO] --------------------------------[ pom ]--------------------------------- 12:04:46 [INFO] 12:04:46 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom --- 12:04:46 [INFO] 12:04:46 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom --- 12:04:46 [INFO] 12:04:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom --- 12:04: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/bom/target/jacoco.exec 12:04:46 [INFO] 12:04:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom --- 12:04:46 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:04:46 [INFO] The goal is skip due to packaging 'pom' 12:04:46 [INFO] 12:04:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom --- 12:04:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... 12:04:46 [INFO] 12:04:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom --- 12:04:46 [INFO] 12:04:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom --- 12:04:46 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:04:46 [INFO] 12:04:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom --- 12:04:46 [INFO] Tests are skipped. 12:04:46 [INFO] 12:04:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom --- 12:04:46 [INFO] Tests are skipped. 12:04:46 [INFO] 12:04:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom --- 12:04:46 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:04:46 [INFO] 12:04:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom --- 12:04:46 [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 12:04:46 [INFO] 12:04:46 [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- 12:04:46 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [4/77] 12:04:46 [INFO] from utils/pom.xml 12:04:46 [INFO] --------------------------------[ pom ]--------------------------------- 12:04:46 [INFO] 12:04:46 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils --- 12:04:46 [INFO] 12:04:46 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils --- 12:04:46 [INFO] 12:04:46 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils --- 12:04:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:04:47 [INFO] 12:04:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils --- 12:04: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/utils/target/jacoco.exec 12:04:47 [INFO] 12:04:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils --- 12:04:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:04:47 [INFO] The goal is skip due to packaging 'pom' 12:04:47 [INFO] 12:04:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils --- 12:04:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... 12:04:47 [INFO] 12:04:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils --- 12:04:47 [INFO] 12:04:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils --- 12:04:47 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:04:47 [INFO] 12:04:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils --- 12:04:47 [INFO] Tests are skipped. 12:04:47 [INFO] 12:04:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils --- 12:04:47 [INFO] Tests are skipped. 12:04:47 [INFO] 12:04:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils --- 12:04:47 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:04:47 [INFO] 12:04:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils --- 12:04:47 [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 12:04:47 [INFO] 12:04:47 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- 12:04:47 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [5/77] 12:04:47 [INFO] from utils/jsr305/pom.xml 12:04:47 [INFO] --------------------------------[ jar ]--------------------------------- 12:04:47 [INFO] 12:04:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 --- 12:04:47 [INFO] 12:04:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 --- 12:04:47 [INFO] 12:04:47 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 --- 12:04:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:04:47 [INFO] 12:04:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 --- 12:04: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/utils/jsr305/target/jacoco.exec 12:04:47 [INFO] 12:04:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 --- 12:04:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:04:47 [WARNING] 12:04:47 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:04:47 [WARNING] 12:04:47 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:04:47 [WARNING] 12:04:47 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:04:47 [INFO] 12:04:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 --- 12:04:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources 12:04:47 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:04:47 [INFO] 12:04:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 --- 12:04:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT... 12:04:47 [INFO] 12:04:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 --- 12:04:47 [INFO] Changes detected - recompiling the module! :dependency 12:04:47 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 12:04:48 [WARNING] bootstrap class path not set in conjunction with -source 8 12:04:48 [INFO] 12:04:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 --- 12:04:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources 12:04:48 [INFO] 12:04:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 --- 12:04:48 [INFO] No sources to compile 12:04:48 [INFO] 12:04:48 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 --- 12:04:48 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:04:48 [INFO] No tests to run. 12:04:48 [INFO] 12:04:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- 12:04:48 [INFO] 12:04:48 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 --- 12:04:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 12:04:48 [INFO] 12:04:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 --- 12:04:48 [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... 12:04:51 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs 12:04:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:04:51 [INFO] No previous run data found, generating javadoc. 12:04:51 [WARNING] Javadoc Warnings 12:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment 12:04:51 [WARNING] ElementType[] value() default {}; 12:04:51 [WARNING] ^ 12:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment 12:04:51 [WARNING] ElementType[] value() default {}; 12:04:52 [WARNING] ^ 12:04:52 [WARNING] 2 warnings 12:04:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 12:04:52 [INFO] 12:04:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 --- 12:04:52 [INFO] Tests are skipped. 12:04:52 [INFO] 12:04:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 --- 12:04:52 [INFO] Tests are skipped. 12:04:52 [INFO] 12:04:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 --- 12:04:52 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:04:52 [INFO] 12:04:52 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 --- 12:04:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'. 12:04:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'. 12:04:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'. 12:04:53 [INFO] 12:04:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 --- 12:04:53 [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 12:04:53 [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 12:04:53 [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 12:04:53 [INFO] 12:04:53 [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- 12:04:53 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [6/77] 12:04:53 [INFO] from json/pom.xml 12:04:53 [INFO] -------------------------------[ bundle ]------------------------------- 12:04:57 [INFO] 12:04:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json --- 12:04:57 [INFO] 12:04:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json --- 12:04:57 [INFO] 12:04:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json --- 12:04:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:04:57 [INFO] 12:04:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json --- 12:04: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/json/target/jacoco.exec 12:04:57 [INFO] 12:04:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json --- 12:04:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:04:57 [WARNING] 12:04:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:04:57 [WARNING] 12:04:57 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:04:57 [WARNING] 12:04:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:04:58 [INFO] 12:04:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json --- 12:04:58 [INFO] Copying 0 resource from src/main/resources to target/classes 12:04:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:04:58 [INFO] 12:04:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json --- 12:04:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT... 12:04:58 [INFO] 12:04:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json --- 12:04:58 [INFO] Changes detected - recompiling the module! :dependency 12:04:58 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes 12:04:59 [WARNING] bootstrap class path not set in conjunction with -source 8 12:04:59 [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. 12:04:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details. 12:04:59 [INFO] 12:04:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json --- 12:04:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources 12:04:59 [INFO] 12:04:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json --- 12:04:59 [INFO] Changes detected - recompiling the module! :dependency 12:04:59 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes 12:05:02 [WARNING] bootstrap class path not set in conjunction with -source 8 12:05:02 [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; 12:05:02 cast to java.lang.Object for a varargs call 12:05:02 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 12:05:02 [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; 12:05:02 cast to java.lang.String for a varargs call 12:05:02 cast to java.lang.String[] for a non-varargs call and to suppress this warning 12:05:02 [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; 12:05:02 cast to org.eclipse.ditto.json.JsonValue for a varargs call 12:05:02 cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning 12:05:02 [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; 12:05:02 cast to org.eclipse.ditto.json.JsonPointer for a varargs call 12:05:02 cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning 12:05:02 [INFO] 12:05:02 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json --- 12:05:03 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:05:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports 12:05:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:05:03 [INFO] 12:05:03 [INFO] ------------------------------------------------------- 12:05:03 [INFO] T E S T S 12:05:03 [INFO] ------------------------------------------------------- 12:05:03 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest 12:05:04 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest 12:05:04 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest 12:05:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest 12:05:04 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest 12:05:05 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest 12:05:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest 12:05:05 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest 12:05:05 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest 12:05:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.json.JsonCharEscaperTest 12:05:05 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest 12:05:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest 12:05:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest 12:05:05 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest 12:05:05 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.json.JsonMergePatchTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest 12:05:05 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest 12:05:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest 12:05:05 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest 12:05:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest 12:05:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest 12:05:05 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest 12:05:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest 12:05:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest 12:05:05 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest 12:05:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest 12:05:05 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest 12:05:06 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest 12:05:06 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.json.JsonValueParserTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest 12:05:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest 12:05:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest 12:05:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonParseExceptionTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest 12:05:06 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest 12:05:06 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest 12:05:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.JsonObjectMergerTest 12:05:06 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest 12:05:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest 12:05:06 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest 12:05:06 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest 12:05:06 [INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonArrayTest 12:05:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonArrayTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest 12:05:06 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest 12:05:06 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest 12:05:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.json.JsonCollectorsTest 12:05:06 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest 12:05:06 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.json.JsonFactoryTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest 12:05:06 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest 12:05:06 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest 12:05:06 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest 12:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest 12:05:07 [INFO] 12:05:07 [INFO] Results: 12:05:07 [INFO] 12:05:07 [INFO] Tests run: 935, Failures: 0, Errors: 0, Skipped: 0 12:05:07 [INFO] 12:05:07 [INFO] 12:05:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json --- 12:05:07 [INFO] 12:05:07 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json --- 12:05:07 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 12:05:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF 12:05:07 [INFO] 12:05:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json --- 12:05:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:05:08 [INFO] No previous run data found, generating javadoc. 12:05:10 [WARNING] Javadoc Warnings 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment 12:05:10 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) { 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key 12:05:10 [WARNING] boolean containsFlatteningArrays(CharSequence key); 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeNull() throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state 12:05:10 [WARNING] void writeBoolean(boolean state) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeBoolean(boolean state) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number 12:05:10 [WARNING] void writeNumber(float number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeNumber(float number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number 12:05:10 [WARNING] void writeNumber(double number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeNumber(double number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number 12:05:10 [WARNING] void writeNumber(long number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeNumber(long number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number 12:05:10 [WARNING] void writeNumber(int number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeNumber(int number) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text 12:05:10 [WARNING] void writeString(String text) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeString(String text) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name 12:05:10 [WARNING] void writeFieldName(String name) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [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 12:05:10 [WARNING] void writeFieldName(String name) throws IOException; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment 12:05:10 [WARNING] @Nullable private final String description; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment 12:05:10 [WARNING] private final String errorCode; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment 12:05:10 [WARNING] @Nullable private final URI href; 12:05:10 [WARNING] ^ 12:05:10 [WARNING] 21 warnings 12:05:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 12:05:10 [INFO] 12:05:10 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json --- 12:05:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 12:05:10 [INFO] 12:05:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json --- 12:05:10 [INFO] Tests are skipped. 12:05:10 [INFO] 12:05:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json --- 12:05:10 [INFO] Tests are skipped. 12:05:10 [INFO] 12:05:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json --- 12:05:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec 12:05:11 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes 12:05:11 [INFO] 12:05:11 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json --- 12:05:11 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'. 12:05:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'. 12:05:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'. 12:05:12 [INFO] 12:05:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-json --- 12:05:12 [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 12:05:12 [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 12:05:12 [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 12:05:12 [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 12:05:12 [INFO] 12:05:12 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json --- 12:05:12 [INFO] Writing OBR metadata 12:05:12 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar 12:05:12 [INFO] Writing OBR metadata 12:05:12 [INFO] 12:05:12 [INFO] --------------------< org.eclipse.ditto:ditto-base >-------------------- 12:05:12 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [7/77] 12:05:12 [INFO] from base/pom.xml 12:05:12 [INFO] --------------------------------[ pom ]--------------------------------- 12:05:12 [INFO] 12:05:12 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base --- 12:05:12 [INFO] 12:05:12 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base --- 12:05:12 [INFO] 12:05:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base --- 12:05:12 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/target/jacoco.exec 12:05:12 [INFO] 12:05:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base --- 12:05:12 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:12 [INFO] The goal is skip due to packaging 'pom' 12:05:12 [INFO] 12:05:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base --- 12:05:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT... 12:05:12 [INFO] 12:05:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base --- 12:05:12 [INFO] 12:05:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base --- 12:05:12 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:05:12 [INFO] 12:05:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base --- 12:05:12 [INFO] Tests are skipped. 12:05:12 [INFO] 12:05:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base --- 12:05:12 [INFO] Tests are skipped. 12:05:12 [INFO] 12:05:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base --- 12:05:12 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:05:12 [INFO] 12:05:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-base --- 12:05:12 [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 12:05:12 [INFO] 12:05:12 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- 12:05:12 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [8/77] 12:05:12 [INFO] from base/model/pom.xml 12:05:12 [INFO] -------------------------------[ bundle ]------------------------------- 12:05:14 [INFO] 12:05:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model --- 12:05:14 [INFO] 12:05:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model --- 12:05:14 [INFO] 12:05:14 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model --- 12:05:14 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:05:14 [INFO] 12:05:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model --- 12:05: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/base/model/target/jacoco.exec 12:05:14 [INFO] 12:05:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model --- 12:05:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:14 [WARNING] 12:05:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:05:14 [WARNING] 12:05:14 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:05:14 [WARNING] 12:05:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:05:14 [INFO] 12:05:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model --- 12:05:14 [INFO] Copying 0 resource from src/main/resources to target/classes 12:05:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:05:14 [INFO] 12:05:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model --- 12:05:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT... 12:05:14 [INFO] 12:05:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model --- 12:05:14 [INFO] Changes detected - recompiling the module! :dependency 12:05:14 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes 12:05:16 [WARNING] bootstrap class path not set in conjunction with -source 8 12:05:16 [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. 12:05:16 [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. 12:05:16 [INFO] 12:05:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model --- 12:05:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources 12:05:16 [INFO] 12:05:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model --- 12:05:16 [INFO] Changes detected - recompiling the module! :dependency 12:05:16 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes 12:05:18 [WARNING] bootstrap class path not set in conjunction with -source 8 12:05:18 [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; 12:05:18 cast to java.lang.Object for a varargs call 12:05:18 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 12:05:18 [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. 12:05:18 [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. 12:05:18 [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. 12:05:18 [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. 12:05:18 [INFO] 12:05:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model --- 12:05:18 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:05:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports 12:05:18 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:05:18 [INFO] 12:05:18 [INFO] ------------------------------------------------------- 12:05:18 [INFO] T E S T S 12:05:18 [INFO] ------------------------------------------------------- 12:05:19 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest 12:05:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest 12:05:19 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest 12:05:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest 12:05:19 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest 12:05:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest 12:05:21 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest 12:05:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest 12:05:21 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest 12:05:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest 12:05:21 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest 12:05:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest 12:05:21 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest 12:05:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest 12:05:21 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest 12:05:22 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest 12:05:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest 12:05:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest 12:05:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest 12:05:22 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest 12:05:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest 12:05:22 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest 12:05:22 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest 12:05:22 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest 12:05:22 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest 12:05:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest 12:05:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest 12:05:22 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest 12:05:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest 12:05:23 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest 12:05:23 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest 12:05:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest 12:05:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest 12:05:23 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest 12:05:23 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest 12:05:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest 12:05:23 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest 12:05:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest 12:05:23 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest 12:05:23 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest 12:05:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest 12:05:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest 12:05:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest 12:05:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest 12:05:23 [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 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [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 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest 12:05:23 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:23 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest 12:05:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest 12:05:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest 12:05:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest 12:05:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest 12:05:23 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest 12:05:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest 12:05:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:23 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest 12:05:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest 12:05:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 Jan 25, 2024 5:05:24 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:24 WARNING: Could not find implementation 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. 12:05:24 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest 12:05:24 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest 12:05:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest 12:05:25 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest 12:05:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest 12:05:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest 12:05:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest 12:05:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest 12:05:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest 12:05:25 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest 12:05:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest 12:05:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest 12:05:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest 12:05:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest 12:05:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest 12:05:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest 12:05:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest 12:05:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest 12:05:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest 12:05:25 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest 12:05:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest 12:05:26 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest 12:05:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest 12:05:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest 12:05:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest 12:05:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest 12:05:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest 12:05:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest 12:05:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest 12:05:26 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest 12:05:26 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest 12:05:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest 12:05:26 [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 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest 12:05:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest 12:05:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest 12:05:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest 12:05:26 [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 12:05:26 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest 12:05:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest 12:05:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest 12:05:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest 12:05:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest 12:05:26 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest 12:05:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest 12:05:26 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest 12:05:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest 12:05:26 [INFO] 12:05:26 [INFO] Results: 12:05:26 [INFO] 12:05:26 [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0 12:05:26 [INFO] 12:05:26 [INFO] 12:05:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model --- 12:05:26 [INFO] 12:05:26 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model --- 12:05:26 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 12:05:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF 12:05:27 [INFO] 12:05:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model --- 12:05:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:05:27 [INFO] No previous run data found, generating javadoc. 12:05:32 [WARNING] Javadoc Warnings 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.namespaces; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.announcements; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.commands; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.events; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected static final String DEFAULT_LIMIT = "-1"; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment 12:05:32 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment 12:05:32 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment 12:05:32 [WARNING] protected final S myself; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment 12:05:32 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders); 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment 12:05:32 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment 12:05:32 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment 12:05:32 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment 12:05:32 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown"; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected static DittoRuntimeException buildExceptionFromJson( 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment 12:05:32 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id); 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected final EntityId entityId; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected final JsonPointer resourcePath; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] BINARY 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] JSON, 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] JSON_MERGE_PATCH, 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] TEXT, 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:246: warning: no comment 12:05:32 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:250: warning: no comment 12:05:32 [WARNING] public String getSuffix() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:254: warning: no comment 12:05:32 [WARNING] public Duration getJavaDuration(final long amount) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:258: warning: no comment 12:05:32 [WARNING] public ChronoUnit getChronoUnit() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment 12:05:32 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS); 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment 12:05:32 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS), 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment 12:05:32 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS), 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment 12:05:32 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES), 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:215: warning: no comment 12:05:32 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS), 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment 12:05:32 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS), 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment 12:05:32 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment 12:05:32 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment 12:05:32 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder( 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject, 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public boolean isEmpty() { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public Stream<EntityTagMatcher> stream() { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject, 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment 12:05:32 [WARNING] public int getCode() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment 12:05:32 [WARNING] public boolean isClientError() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment 12:05:32 [WARNING] public boolean isInformational() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment 12:05:32 [WARNING] public boolean isRedirection() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment 12:05:32 [WARNING] public boolean isServerError() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment 12:05:32 [WARNING] public boolean isSuccess() { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected NoControlCharactersValidator(final CharSequence id) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public Builder(final JsonPointer path) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public final class RegexPatterns { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> FILTER = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION = 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP = 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment 12:05:32 [WARNING] public Builder() { 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment 12:05:32 [WARNING] @Nullable private final String invalidHeaderKey; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment 12:05:32 [WARNING] @Nullable private final String notSupportedHeaderKey; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment 12:05:32 [WARNING] private final String description; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment 12:05:32 [WARNING] private final String errorCode; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment 12:05:32 [WARNING] private final URI href; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment 12:05:32 [WARNING] private final HttpStatus httpStatus; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment 12:05:32 [WARNING] private final String entityId; 12:05:32 [WARNING] ^ 12:05:32 [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 12:05:32 [WARNING] private final T resource; 12:05:32 [WARNING] ^ 12:05:32 [WARNING] 85 warnings 12:05:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 12:05:32 [INFO] 12:05:32 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model --- 12:05:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 12:05:32 [INFO] 12:05:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model --- 12:05:33 [INFO] Tests are skipped. 12:05:33 [INFO] 12:05:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model --- 12:05:33 [INFO] Tests are skipped. 12:05:33 [INFO] 12:05:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model --- 12:05:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec 12:05:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes 12:05:33 [INFO] 12:05:33 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model --- 12:05:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'. 12:05:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'. 12:05:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'. 12:05:34 [INFO] 12:05:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model --- 12:05:34 [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 12:05:34 [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 12:05:34 [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 12:05:34 [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 12:05:34 [INFO] 12:05:34 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model --- 12:05:34 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar 12:05:34 [INFO] Writing OBR metadata 12:05:34 [INFO] 12:05:34 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ 12:05:34 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [9/77] 12:05:34 [INFO] from base/api/pom.xml 12:05:34 [INFO] --------------------------------[ jar ]--------------------------------- 12:05:34 [INFO] 12:05:34 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api --- 12:05:34 [INFO] 12:05:34 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api --- 12:05:34 [INFO] 12:05:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api --- 12:05: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/base/api/target/jacoco.exec 12:05:34 [INFO] 12:05:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api --- 12:05:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:34 [WARNING] 12:05:34 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:05:34 [WARNING] 12:05:34 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:05:34 [WARNING] 12:05:34 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:05:34 [INFO] 12:05:34 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api --- 12:05:34 [INFO] Copying 0 resource from src/main/resources to target/classes 12:05:34 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:05:34 [INFO] 12:05:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api --- 12:05:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT... 12:05:34 [INFO] 12:05:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api --- 12:05:34 [INFO] Changes detected - recompiling the module! :dependency 12:05:34 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes 12:05:34 [INFO] 12:05:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api --- 12:05:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources 12:05:34 [INFO] 12:05:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api --- 12:05:34 [INFO] Changes detected - recompiling the module! :dependency 12:05:34 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:05:35 [INFO] 12:05:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api --- 12:05:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:05:35 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/api/target/surefire-reports 12:05:35 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:05:35 [INFO] 12:05:35 [INFO] ------------------------------------------------------- 12:05:35 [INFO] T E S T S 12:05:35 [INFO] ------------------------------------------------------- 12:05:35 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest 12:05:35 Jan 25, 2024 5:05:35 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05: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. 12:05:36 Jan 25, 2024 5:05:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05: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. 12:05:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest 12:05:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 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. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 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. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 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. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 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. 12:05:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest 12:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest 12:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest 12:05:37 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.base.api.common.ShutdownTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 Jan 25, 2024 5:05:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:05:37 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:05:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest 12:05:37 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest 12:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest 12:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest 12:05:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest 12:05:37 [INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest 12:05:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest 12:05:37 [INFO] 12:05:37 [INFO] Results: 12:05:37 [INFO] 12:05:37 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 12:05:37 [INFO] 12:05:37 [INFO] 12:05:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api --- 12:05:37 [INFO] 12:05:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api --- 12:05:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 12:05:37 [INFO] 12:05:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api --- 12:05:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:05:38 [INFO] No previous run data found, generating javadoc. 12:05:40 [WARNING] Javadoc Warnings 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.commands.sudo; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.common; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.common.purge; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.devops; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.persistence; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup; 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG = 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers); 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] public static String getTopic(final EntityType entityType) { 12:05:40 [WARNING] ^ 12:05:40 [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 12:05:40 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS = 12:05:40 [WARNING] ^ 12:05:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment 12:05:40 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason", 12:05:40 [WARNING] ^ 12:05:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return 12:05:40 [WARNING] public abstract String getPubSubTopic(); 12:05:40 [WARNING] ^ 12:05:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment 12:05:40 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) { 12:05:40 [WARNING] ^ 12:05:40 [WARNING] 16 warnings 12:05:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 12:05:40 [INFO] 12:05:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api --- 12:05:40 [INFO] Tests are skipped. 12:05:40 [INFO] 12:05:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api --- 12:05:40 [INFO] Tests are skipped. 12:05:40 [INFO] 12:05:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api --- 12:05:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec 12:05:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes 12:05:41 [INFO] 12:05:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api --- 12:05:41 [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 12:05:41 [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 12:05:41 [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 12:05:41 [INFO] 12:05:41 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ 12:05:41 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [10/77] 12:05:41 [INFO] from internal/pom.xml 12:05:41 [INFO] --------------------------------[ pom ]--------------------------------- 12:05:41 [INFO] 12:05:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal --- 12:05:41 [INFO] 12:05:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal --- 12:05:41 [INFO] 12:05:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal --- 12:05: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/target/jacoco.exec 12:05:41 [INFO] 12:05:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal --- 12:05:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:41 [INFO] The goal is skip due to packaging 'pom' 12:05:41 [INFO] 12:05:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal --- 12:05:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT... 12:05:41 [INFO] 12:05:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal --- 12:05:41 [INFO] 12:05:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal --- 12:05:41 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:05:41 [INFO] 12:05:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal --- 12:05:41 [INFO] Tests are skipped. 12:05:41 [INFO] 12:05:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal --- 12:05:41 [INFO] Tests are skipped. 12:05:41 [INFO] 12:05:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal --- 12:05:41 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:05:41 [INFO] 12:05:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal --- 12:05:41 [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 12:05:41 [INFO] 12:05:41 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >--------------- 12:05:41 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [11/77] 12:05:41 [INFO] from internal/utils/pom.xml 12:05:41 [INFO] --------------------------------[ pom ]--------------------------------- 12:05:41 [INFO] 12:05:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils --- 12:05:41 [INFO] 12:05:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils --- 12:05:41 [INFO] 12:05:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils --- 12:05: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/target/jacoco.exec 12:05:41 [INFO] 12:05:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils --- 12:05:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:41 [INFO] The goal is skip due to packaging 'pom' 12:05:41 [INFO] 12:05:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils --- 12:05:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT... 12:05:41 [INFO] 12:05:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils --- 12:05:41 [INFO] 12:05:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils --- 12:05:41 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:05:41 [INFO] 12:05:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils --- 12:05:41 [INFO] Tests are skipped. 12:05:41 [INFO] 12:05:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils --- 12:05:41 [INFO] Tests are skipped. 12:05:41 [INFO] 12:05:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils --- 12:05:41 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:05:41 [INFO] 12:05:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils --- 12:05:41 [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 12:05:41 [INFO] 12:05:41 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ 12:05:41 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77] 12:05:41 [INFO] from internal/utils/config/pom.xml 12:05:41 [INFO] --------------------------------[ jar ]--------------------------------- 12:05:45 [INFO] 12:05:45 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config --- 12:05:45 [INFO] 12:05:45 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config --- 12:05:45 [INFO] 12:05:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config --- 12:05: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/config/target/jacoco.exec 12:05:45 [INFO] 12:05:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config --- 12:05:45 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:45 [WARNING] 12:05:45 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:05:45 [WARNING] 12:05:45 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:05:45 [WARNING] 12:05:45 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:05:45 [INFO] 12:05:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config --- 12:05:45 [INFO] Copying 1 resource from src/main/resources to target/classes 12:05:45 [INFO] Copying 16 resources from src/main/resources to target/classes 12:05:45 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:05:45 [INFO] 12:05:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config --- 12:05:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT... 12:05:45 [INFO] 12:05:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config --- 12:05:45 [INFO] Changes detected - recompiling the module! :dependency 12:05:45 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 12:05:45 [INFO] 12:05:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config --- 12:05:45 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:05:45 [INFO] 12:05:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config --- 12:05:45 [INFO] Changes detected - recompiling the module! :dependency 12:05:45 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes 12:05:46 [INFO] 12:05:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config --- 12:05:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:05:46 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/surefire-reports 12:05:46 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:05:46 [INFO] 12:05:46 [INFO] ------------------------------------------------------- 12:05:46 [INFO] T E S T S 12:05:46 [INFO] ------------------------------------------------------- 12:05:46 [INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest 12:05:49 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.704 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest 12:05:49 SLF4J(W): No SLF4J providers were found. 12:05:49 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 12:05:49 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 12:05:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest 12:05:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest 12:05:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest 12:05:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest 12:05:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest 12:05:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest 12:05:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest 12:05:49 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest 12:05:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest 12:05:50 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest 12:05:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest 12:05:50 [INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest 12:05:50 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest 12:05:50 [INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest 12:05:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest 12:05:50 [INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest 12:05:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest 12:05:50 [INFO] 12:05:50 [INFO] Results: 12:05:50 [INFO] 12:05:50 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 12:05:50 [INFO] 12:05:50 [INFO] 12:05:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config --- 12:05:50 [INFO] 12:05:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config --- 12:05:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 12:05:50 [INFO] 12:05:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config --- 12:05:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:05:50 [INFO] No previous run data found, generating javadoc. 12:05:52 [WARNING] Javadoc Warnings 12:05:52 [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 12:05:52 [WARNING] package org.eclipse.ditto.internal.utils.config; 12:05:52 [WARNING] ^ 12:05:52 [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 12:05:52 [WARNING] package org.eclipse.ditto.internal.utils.config.raw; 12:05:52 [WARNING] ^ 12:05:52 [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 12:05:52 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions"; 12:05:52 [WARNING] ^ 12:05:52 [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 12:05:52 [WARNING] static Config dittoExtension(final Config config) { 12:05:52 [WARNING] ^ 12:05:52 [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 12:05:52 [WARNING] static Config getOrEmpty(final Config config, final String path) { 12:05:52 [WARNING] ^ 12:05:52 [WARNING] 5 warnings 12:05:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 12:05:52 [INFO] 12:05:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config --- 12:05:52 [INFO] Tests are skipped. 12:05:52 [INFO] 12:05:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config --- 12:05:52 [INFO] Tests are skipped. 12:05:52 [INFO] 12:05:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config --- 12:05:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 12:05:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes 12:05:52 [INFO] 12:05:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config --- 12:05:52 [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 12:05:52 [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 12:05:52 [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 12:05:52 [INFO] 12:05:52 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- 12:05:52 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77] 12:05:52 [INFO] from internal/utils/metrics/pom.xml 12:05:52 [INFO] --------------------------------[ jar ]--------------------------------- 12:05:57 [INFO] 12:05:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] 12:05:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] 12:05:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics --- 12:05: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/metrics/target/jacoco.exec 12:05:57 [INFO] 12:05:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics --- 12:05:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:05:57 [WARNING] 12:05:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:05:57 [WARNING] 12:05:57 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:05:57 [WARNING] 12:05:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:05:57 [INFO] 12:05:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources 12:05:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:05:57 [INFO] 12:05:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT... 12:05:57 [INFO] 12:05:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] Changes detected - recompiling the module! :dependency 12:05:57 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes 12:05:57 [INFO] 12:05:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] Copying 3 resources from src/test/resources to target/test-classes 12:05:57 [INFO] 12:05:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics --- 12:05:57 [INFO] Changes detected - recompiling the module! :dependency 12:05:57 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 12:05:58 [INFO] 12:05:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics --- 12:05:58 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:05:58 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/surefire-reports 12:05:58 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:05:58 [INFO] 12:05:58 [INFO] ------------------------------------------------------- 12:05:58 [INFO] T E S T S 12:05:58 [INFO] ------------------------------------------------------- 12:05:59 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest 12:05:59 SLF4J(W): No SLF4J providers were found. 12:05:59 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 12:05:59 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 12:06:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest 12:06:00 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest 12:06:02 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.951 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest 12:06:02 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest 12:06:02 [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 12:06:02 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest 12:06:02 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:06:03 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.400 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest 12:06:03 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest 12:06:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest 12:06:04 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest 12:06:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest 12:06:05 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest 12:06:05 [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 12:06:05 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest 12:06:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest 12:06:05 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest 12:06:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest 12:06:05 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest 12:06:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest 12:06:06 [INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest 12:06:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest 12:06:06 [INFO] 12:06:06 [INFO] Results: 12:06:06 [INFO] 12:06:06 [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 12:06:06 [INFO] 12:06:06 [INFO] 12:06:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics --- 12:06:06 [INFO] 12:06:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics --- 12:06:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 12:06:06 [INFO] 12:06:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics --- 12:06:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:06:06 [INFO] No previous run data found, generating javadoc. 12:06:09 [WARNING] Javadoc Warnings 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer; 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config, 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config, 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public static KamonCounter newCounter(final String name) { 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public static Gauge newGauge(final String name) { 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public static Histogram newHistogram(final String name) { 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler); 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public static PreparedTimer newTimer(final String name) { 12:06:09 [WARNING] ^ 12:06:09 [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 12:06:09 [WARNING] public static PreparedTimer newTimer(final String name) { 12:06:09 [WARNING] ^ 12:06:09 [WARNING] 15 warnings 12:06:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 12:06:09 [INFO] 12:06:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics --- 12:06:09 [INFO] Tests are skipped. 12:06:09 [INFO] 12:06:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics --- 12:06:09 [INFO] Tests are skipped. 12:06:09 [INFO] 12:06:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics --- 12:06:09 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 12:06:09 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes 12:06:09 [INFO] 12:06:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics --- 12:06:09 [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 12:06:09 [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 12:06:09 [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 12:06:09 [INFO] 12:06:09 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >---------------- 12:06:09 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT [14/77] 12:06:09 [INFO] from utils/result/pom.xml 12:06:09 [INFO] --------------------------------[ jar ]--------------------------------- 12:06:09 [INFO] 12:06:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result --- 12:06:09 [INFO] 12:06:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result --- 12:06:09 [INFO] 12:06:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result --- 12:06:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:06:09 [INFO] 12:06:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result --- 12:06: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/utils/result/target/jacoco.exec 12:06:09 [INFO] 12:06:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result --- 12:06:09 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:06:09 [WARNING] 12:06:09 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:06:09 [WARNING] 12:06:09 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:06:09 [WARNING] 12:06:09 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:06:09 [INFO] 12:06:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result --- 12:06:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources 12:06:09 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:06:09 [INFO] 12:06:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result --- 12:06:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT... 12:06:09 [INFO] 12:06:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result --- 12:06:09 [INFO] Changes detected - recompiling the module! :dependency 12:06:09 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 12:06:09 [INFO] 12:06:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result --- 12:06:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources 12:06:09 [INFO] 12:06:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result --- 12:06:09 [INFO] Changes detected - recompiling the module! :dependency 12:06:09 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:06:09 [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. 12:06:09 [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. 12:06:09 [INFO] 12:06:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result --- 12:06:09 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:06:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/surefire-reports 12:06:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:06:09 [INFO] 12:06:09 [INFO] ------------------------------------------------------- 12:06:09 [INFO] T E S T S 12:06:09 [INFO] ------------------------------------------------------- 12:06:10 [INFO] Running org.eclipse.ditto.utils.result.ResultTest 12:06:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s -- in org.eclipse.ditto.utils.result.ResultTest 12:06:10 [INFO] Running org.eclipse.ditto.utils.result.ErrTest 12:06:11 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s -- in org.eclipse.ditto.utils.result.ErrTest 12:06:11 [INFO] Running org.eclipse.ditto.utils.result.OkTest 12:06:11 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.utils.result.OkTest 12:06:11 [INFO] 12:06:11 [INFO] Results: 12:06:11 [INFO] 12:06:11 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 12:06:11 [INFO] 12:06:11 [INFO] 12:06:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result --- 12:06:11 [INFO] 12:06:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result --- 12:06:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 12:06:11 [INFO] 12:06:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result --- 12:06:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:06:11 [INFO] No previous run data found, generating javadoc. 12:06:13 [WARNING] Javadoc Warnings 12:06:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment 12:06:13 [WARNING] package org.eclipse.ditto.utils.result; 12:06:13 [WARNING] ^ 12:06:13 [WARNING] 1 warning 12:06:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 12:06:13 [INFO] 12:06:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result --- 12:06:13 [INFO] Tests are skipped. 12:06:13 [INFO] 12:06:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result --- 12:06:13 [INFO] Tests are skipped. 12:06:13 [INFO] 12:06:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result --- 12:06:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec 12:06:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes 12:06:13 [INFO] 12:06:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result --- 12:06:13 [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 12:06:13 [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 12:06:13 [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 12:06:13 [INFO] 12:06:13 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- 12:06:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77] 12:06:13 [INFO] from internal/utils/tracing/pom.xml 12:06:13 [INFO] --------------------------------[ jar ]--------------------------------- 12:06:16 [INFO] 12:06:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] 12:06:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] 12:06:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 12:06:16 [INFO] 12:06:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing --- 12:06:16 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:06:16 [WARNING] 12:06:16 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:06:16 [WARNING] 12:06:16 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:06:16 [WARNING] 12:06:16 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:06:16 [INFO] 12:06:16 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources 12:06:16 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:06:16 [INFO] 12:06:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT... 12:06:16 [INFO] 12:06:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing --- 12:06:16 [INFO] Changes detected - recompiling the module! :dependency 12:06:16 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 12:06:17 [INFO] 12:06:17 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing --- 12:06:17 [INFO] Changes detected - recompiling the module! :dependency 12:06:17 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 12:06:17 [INFO] 12:06:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing --- 12:06:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources 12:06:17 [INFO] 12:06:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing --- 12:06:17 [INFO] Changes detected - recompiling the module! :dependency 12:06:17 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 12:06:18 [INFO] 12:06:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing --- 12:06:18 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:06:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/surefire-reports 12:06:18 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:06:18 [INFO] 12:06:18 [INFO] ------------------------------------------------------- 12:06:18 [INFO] T E S T S 12:06:18 [INFO] ------------------------------------------------------- 12:06:18 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest 12:06:19 17:06:18.977 [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]]]> 12:06:19 17:06:19.123 [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]]]> 12:06:19 17:06:19.123 [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]]]> 12:06:19 17:06:19.124 [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]]]> 12:06:19 17:06:19.125 [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]]]> 12:06:19 17:06:19.127 [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]]]> 12:06:19 17:06:19.129 [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]]]> 12:06:19 17:06:19.129 [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]]]> 12:06:19 17:06:19.130 [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]]]> 12:06:19 17:06:19.130 [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]]]> 12:06:19 17:06:19.131 [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]]]> 12:06:19 17:06:19.131 [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]]]> 12:06:19 17:06:19.132 [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]]]> 12:06:20 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.290 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest 12:06:20 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest 12:06:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest 12:06:20 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest 12:06:21 17:06:21.296 [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 12:06:21 17:06:21.381 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 12:06:21 17:06:21.398 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 12:06:21 17:06:21.399 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 12:06:21 17:06:21.451 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 12:06:21 17:06:21.917 [main] INFO kamon.Init -- 12:06:21 _ 12:06:21 | | 12:06:21 | | ____ _ _ __ ___ ___ _ __ 12:06:21 | |/ / _ | _ ` _ \ / _ \| _ \ 12:06:21 | < (_| | | | | | | (_) | | | | 12:06:21 |_|\_\__,_|_| |_| |_|\___/|_| |_| 12:06:21 ===================================== 12:06:21 Initializing Kamon Telemetry v2.6.6 / Kanela not found 12:06:21 12:06:23 17:06:23.256 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 12:06:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.817 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest 12:06:23 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest 12:06:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest 12:06:23 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest 12:06:23 17:06:23.290 [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 12:06:23 17:06:23.293 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 12:06:23 17:06:23.293 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 12:06:23 17:06:23.293 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 12:06:23 17:06:23.294 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 12:06:23 17:06:23.295 [main] INFO kamon.Init -- 12:06:23 _ 12:06:23 | | 12:06:23 | | ____ _ _ __ ___ ___ _ __ 12:06:23 | |/ / _ | _ ` _ \ / _ \| _ \ 12:06:23 | < (_| | | | | | | (_) | | | | 12:06:23 |_|\_\__,_|_| |_| |_|\___/|_| |_| 12:06:23 ===================================== 12:06:23 Initializing Kamon Telemetry v2.6.6 / Kanela not found 12:06:23 12:06:23 Jan 25, 2024 5:06:23 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:23 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 12:06:23 Jan 25, 2024 5:06:23 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:23 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 12:06:23 17:06:23.709 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:23 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:23 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:23 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:23 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:23 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:23 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:23 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:23 17:06:23.712 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:23 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:23 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:23 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:23 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:23 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:23 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:23 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:23 Jan 25, 2024 5:06:23 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:23 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 12:06:23 17:06:23.798 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 12:06:23 17:06:23.799 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:23 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:23 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:23 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:23 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:23 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:23 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:23 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:23 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:23 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest 12:06:23 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest 12:06:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest 12:06:24 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest 12:06:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest 12:06:24 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest 12:06:24 17:06:24.046 [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 12:06:24 17:06:24.049 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 12:06:24 17:06:24.049 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 12:06:24 17:06:24.049 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 12:06:24 17:06:24.050 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 12:06:24 17:06:24.052 [main] INFO kamon.Init -- 12:06:24 _ 12:06:24 | | 12:06:24 | | ____ _ _ __ ___ ___ _ __ 12:06:24 | |/ / _ | _ ` _ \ / _ \| _ \ 12:06:24 | < (_| | | | | | | (_) | | | | 12:06:24 |_|\_\__,_|_| |_| |_|\___/|_| |_| 12:06:24 ===================================== 12:06:24 Initializing Kamon Telemetry v2.6.6 / Kanela not found 12:06:24 12:06:24 Jan 25, 2024 5:06:24 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:24 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 12:06:24 17:06:24.155 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:24 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:24 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:24 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:24 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:24 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:24 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:24 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:24 Jan 25, 2024 5:06:24 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:24 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 12:06:24 17:06:24.256 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:24 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:24 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:24 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:24 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:24 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:24 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:24 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:24 Jan 25, 2024 5:06:24 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:24 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 12:06:24 17:06:24.355 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:24 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:24 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:24 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:24 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:24 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:24 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:24 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:24 Jan 25, 2024 5:06:24 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:24 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 12:06:24 17:06:24.459 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:24 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:24 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:24 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:24 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:24 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:24 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:24 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:24 Jan 25, 2024 5:06:24 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:24 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 12:06:24 17:06:24.555 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:24 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:24 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:24 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:24 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:24 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:24 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:24 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:24 17:06:24.556 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 12:06:24 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest 12:06:24 [INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest 12:06:24 17:06:24.563 [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 12:06:24 17:06:24.565 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics 12:06:24 17:06:24.565 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter 12:06:24 17:06:24.565 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter 12:06:24 17:06:24.565 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 12:06:24 17:06:24.566 [main] INFO kamon.Init -- 12:06:24 _ 12:06:24 | | 12:06:24 | | ____ _ _ __ ___ ___ _ __ 12:06:24 | |/ / _ | _ ` _ \ / _ \| _ \ 12:06:24 | < (_| | | | | | | (_) | | | | 12:06:24 |_|\_\__,_|_| |_| |_|\___/|_| |_| 12:06:24 ===================================== 12:06:24 Initializing Kamon Telemetry v2.6.6 / Kanela not found 12:06:24 12:06:24 17:06:24.682 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:24 17:06:24.684 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.165 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:06:25 17:06:25.166 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:06:25 17:06:25.167 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 Jan 25, 2024 5:06:25 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:06:25 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 12:06:25 17:06:25.269 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces 12:06:25 kamon.otel.StatusRuntimeException$: Exporting trace span failed 12:06:25 at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122) 12:06:25 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:06:25 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:06:25 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:06:25 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:06:25 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:06:25 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:06:25 at java.base/java.lang.Thread.run(Thread.java:833) 12:06:25 17:06:25.281 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.283 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.285 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:06:25 17:06:25.286 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.288 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.289 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>. 12:06:25 17:06:25.290 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter 12:06:25 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest 12:06:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest 12:06:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest 12:06:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest 12:06:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest 12:06:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest 12:06:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest 12:06:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest 12:06:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest 12:06:25 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest 12:06:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest 12:06:25 [INFO] 12:06:25 [INFO] Results: 12:06:25 [INFO] 12:06:25 [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1 12:06:25 [INFO] 12:06:25 [INFO] 12:06:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing --- 12:06:25 [INFO] 12:06:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing --- 12:06:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 12:06:25 [INFO] 12:06:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing --- 12:06:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:06:25 [INFO] No previous run data found, generating javadoc. 12:06:27 [WARNING] Javadoc Warnings 12:06:27 [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 12:06:27 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config; 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter; 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span; 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID = 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE = 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID = 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME = 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type"); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public abstract Tag getTagForValue(T value); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] Map<String, String> propagateContext(Map<String, String> map); 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public URI getTraceUri() { 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static String metricizeTraceUri(final String traceUri) { 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static String metricizeTraceUri(final String traceUri) { 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static String normalizePath(final String path) { 12:06:27 [WARNING] ^ 12:06:27 [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 12:06:27 [WARNING] public static String normalizePath(final String path) { 12:06:27 [WARNING] ^ 12:06:27 [WARNING] 21 warnings 12:06:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 12:06:27 [INFO] 12:06:27 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing --- 12:06:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 12:06:27 [INFO] 12:06:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing --- 12:06:27 [INFO] Tests are skipped. 12:06:27 [INFO] 12:06:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing --- 12:06:28 [INFO] Tests are skipped. 12:06:28 [INFO] 12:06:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing --- 12:06:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 12:06:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes 12:06:28 [INFO] 12:06:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing --- 12:06:28 [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 12:06:28 [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 12:06:28 [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 12:06:28 [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 12:06:28 [INFO] 12:06:28 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- 12:06:28 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [16/77] 12:06:28 [INFO] from internal/models/pom.xml 12:06:28 [INFO] --------------------------------[ pom ]--------------------------------- 12:06:28 [INFO] 12:06:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models --- 12:06:28 [INFO] 12:06:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models --- 12:06:28 [INFO] 12:06:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models --- 12:06:28 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/target/jacoco.exec 12:06:28 [INFO] 12:06:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models --- 12:06:28 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:06:28 [INFO] The goal is skip due to packaging 'pom' 12:06:28 [INFO] 12:06:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models --- 12:06:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT... 12:06:28 [INFO] 12:06:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models --- 12:06:28 [INFO] 12:06:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models --- 12:06:28 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:06:28 [INFO] 12:06:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models --- 12:06:28 [INFO] Tests are skipped. 12:06:28 [INFO] 12:06:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models --- 12:06:28 [INFO] Tests are skipped. 12:06:28 [INFO] 12:06:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models --- 12:06:28 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:06:28 [INFO] 12:06:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models --- 12:06:28 [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 12:06:28 [INFO] 12:06:28 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- 12:06:28 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77] 12:06:28 [INFO] from internal/models/streaming/pom.xml 12:06:28 [INFO] --------------------------------[ jar ]--------------------------------- 12:06:28 [INFO] 12:06:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming --- 12:06:28 [INFO] 12:06:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming --- 12:06:28 [INFO] 12:06:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming --- 12:06:28 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 12:06:28 [INFO] 12:06:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming --- 12:06:28 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:06:28 [WARNING] 12:06:28 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:06:28 [WARNING] 12:06:28 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:06:28 [WARNING] 12:06:28 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:06:28 [INFO] 12:06:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming --- 12:06:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources 12:06:28 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:06:28 [INFO] 12:06:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming --- 12:06:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT... 12:06:28 [INFO] 12:06:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming --- 12:06:28 [INFO] Changes detected - recompiling the module! :dependency 12:06:28 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 12:06:28 [INFO] 12:06:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming --- 12:06:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources 12:06:28 [INFO] 12:06:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming --- 12:06:28 [INFO] Changes detected - recompiling the module! :dependency 12:06:28 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 12:06:28 [INFO] 12:06:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming --- 12:06:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:06:28 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/surefire-reports 12:06:28 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:06:28 [INFO] 12:06:28 [INFO] ------------------------------------------------------- 12:06:28 [INFO] T E S T S 12:06:28 [INFO] ------------------------------------------------------- 12:06:28 [INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest 12:06:29 Jan 25, 2024 5:06:29 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:29 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:29 Jan 25, 2024 5:06:29 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:29 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.351 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest 12:06:30 [INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest 12:06:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest 12:06:30 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation 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. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation 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. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation 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. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation 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. 12:06:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest 12:06:30 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 Jan 25, 2024 5:06:30 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:06:30 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead. 12:06:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest 12:06:30 [INFO] 12:06:30 [INFO] Results: 12:06:30 [INFO] 12:06:30 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 12:06:30 [INFO] 12:06:30 [INFO] 12:06:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming --- 12:06:30 [INFO] 12:06:30 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming --- 12:06:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 12:06:30 [INFO] 12:06:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming --- 12:06:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:06:30 [INFO] No previous run data found, generating javadoc. 12:06:32 [WARNING] Javadoc Warnings 12:06:32 [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 12:06:32 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) { 12:06:32 [WARNING] ^ 12:06:32 [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 12:06:32 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:06:32 [WARNING] ^ 12:06:32 [WARNING] 2 warnings 12:06:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 12:06:32 [INFO] 12:06:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming --- 12:06:32 [INFO] Tests are skipped. 12:06:32 [INFO] 12:06:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming --- 12:06:32 [INFO] Tests are skipped. 12:06:32 [INFO] 12:06:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming --- 12:06:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 12:06:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes 12:06:32 [INFO] 12:06:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming --- 12:06:32 [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 12:06:32 [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 12:06:32 [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 12:06:32 [INFO] 12:06:32 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------ 12:06:32 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT [18/77] 12:06:32 [INFO] from internal/utils/pekko/pom.xml 12:06:32 [INFO] --------------------------------[ jar ]--------------------------------- 12:06:33 [INFO] 12:06:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko --- 12:06:33 [INFO] 12:06:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko --- 12:06:33 [INFO] 12:06:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko --- 12:06: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/utils/pekko/target/jacoco.exec 12:06:33 [INFO] 12:06:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko --- 12:06:33 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:06:33 [WARNING] 12:06:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:06:33 [WARNING] 12:06:33 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:06:33 [WARNING] 12:06:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:06:33 [INFO] 12:06:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko --- 12:06:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources 12:06:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:06:33 [INFO] 12:06:33 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko --- 12:06:36 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar 12:06:36 [INFO] Compiler bridge file is not installed yet 12:06:44 warning: 4 deprecations (since 2.12.0) 12:06:44 warning: 1 deprecation (since 2.12.5) 12:06:44 warning: 2 deprecations (since 2.12.9) 12:06:44 warning: 2 deprecations (since 2.13) 12:06:44 warning: 7 deprecations (since 2.13.0) 12:06:44 warning: 1 deprecation (since 2.13.12) 12:06:44 warning: 1 deprecation (since 2.13.4) 12:06:44 warning: 18 deprecations in total; re-run with -deprecation for details 12:06:44 warning: 2 feature warnings; re-run with -feature for details 12:06:44 9 warnings 12:06:45 [INFO] Compiler bridge installed 12:06:45 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ... 12:06:46 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 12:06:46 [WARNING] one warning found 12:06:49 [INFO] NoPosition: Note: Some input files use or override a deprecated API. 12:06:49 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 12:06:50 [INFO] done compiling 12:06:50 [INFO] compile in 15.8 s 12:06:50 [INFO] 12:06:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko --- 12:06:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT... 12:06:50 [INFO] 12:06:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko --- 12:06:50 [INFO] Changes detected - recompiling the module! :dependency 12:06:50 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 12:06:51 [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. 12:06:51 [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. 12:06:51 [INFO] 12:06:51 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko --- 12:06:52 [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 12:06:52 [INFO] compile in 0.2 s 12:06:52 [INFO] 12:06:52 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko --- 12:06:52 [INFO] Changes detected - recompiling the module! :dependency 12:06:52 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 12:06:52 [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. 12:06:52 [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. 12:06:52 [INFO] 12:06:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko --- 12:06:52 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:06:52 [INFO] 12:06:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko --- 12:06:52 [INFO] Changes detected - recompiling the module! :dependency 12:06:52 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes 12:06:53 [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. 12:06:53 [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. 12:06:53 [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. 12:06:53 [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. 12:06:53 [INFO] 12:06:53 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko --- 12:06:53 [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 12:06:53 [INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/test-classes ... 12:06:56 [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. 12:06:56 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 12:06:56 [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. 12:06:56 [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details. 12:06:56 [INFO] done compiling 12:06:56 [INFO] compile in 2.7 s 12:06:56 [INFO] 12:06:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko --- 12:06:56 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:06:56 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/surefire-reports 12:06:56 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:06:56 [INFO] 12:06:56 [INFO] ------------------------------------------------------- 12:06:56 [INFO] T E S T S 12:06:56 [INFO] ------------------------------------------------------- 12:06:56 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest 12:06:57 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:06:59 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.335 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest 12:06:59 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest 12:06:59 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest 12:06:59 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest 12:07:00 SLF4J(I): Attempting to load provider "org.eclipse.ditto.internal.utils.pekko.logging.StaticMDCServiceProvider" specified via "slf4j.provider" system property 12:07:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest 12:07:00 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest 12:07:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest 12:07:01 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.223 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest 12:07:01 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest 12:07:01 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest 12:07:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest 12:07:01 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest 12:07:01 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest 12:07:02 [INFO] [01/25/2024 17:07:02.857] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:02.990] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.077] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.144] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.207] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.277] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.335] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.400] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.466] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.527] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.584] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.647] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.703] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.766] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.819] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.881] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:03 [INFO] [01/25/2024 17:07:03.944] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.004] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest 12:07:04 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest 12:07:04 [INFO] [01/25/2024 17:07:04.070] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.125] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.183] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.247] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest 12:07:04 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest 12:07:04 [INFO] [01/25/2024 17:07:04.404] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.484] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.581] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest 12:07:04 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest 12:07:04 [INFO] [01/25/2024 17:07:04.790] [default-pekko.actor.default-dispatcher-7] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 1st expected error, finalElements=[2]] 12:07:04 [INFO] [01/25/2024 17:07:04.808] [default-pekko.actor.default-dispatcher-7] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 2nd expected error, finalElements=[2]] 12:07:04 [INFO] [01/25/2024 17:07:04.825] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.884] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] [01/25/2024 17:07:04.952] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest 12:07:04 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest 12:07:05 [INFO] [01/25/2024 17:07:05.694] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest 12:07:05 [INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest 12:07:06 [INFO] [01/25/2024 17:07:05.984] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest 12:07:06 [INFO] 12:07:06 [INFO] Results: 12:07:06 [INFO] 12:07:06 [WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1 12:07:06 [INFO] 12:07:06 [INFO] 12:07:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko --- 12:07:06 [INFO] 12:07:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko --- 12:07:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 12:07:06 [INFO] 12:07:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko --- 12:07:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:07:06 [INFO] No previous run data found, generating javadoc. 12:07:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 12:07:07 [INFO] 12:07:07 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko --- 12:07:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 12:07:07 [INFO] 12:07:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko --- 12:07:07 [INFO] Tests are skipped. 12:07:07 [INFO] 12:07:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko --- 12:07:07 [INFO] Tests are skipped. 12:07:07 [INFO] 12:07:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko --- 12:07:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec 12:07:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes 12:07:08 [INFO] 12:07:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko --- 12:07:08 [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 12:07:08 [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 12:07:08 [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 12:07:08 [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 12:07:08 [INFO] 12:07:08 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ 12:07:08 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77] 12:07:08 [INFO] from internal/utils/health/pom.xml 12:07:08 [INFO] --------------------------------[ jar ]--------------------------------- 12:07:10 [INFO] 12:07:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health --- 12:07:10 [INFO] 12:07:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health --- 12:07:10 [INFO] 12:07:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health --- 12:07:10 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 12:07:10 [INFO] 12:07:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health --- 12:07:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:10 [WARNING] 12:07:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:07:10 [WARNING] 12:07:10 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:07:10 [WARNING] 12:07:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:07:10 [INFO] 12:07:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health --- 12:07:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources 12:07:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:07:10 [INFO] 12:07:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health --- 12:07:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT... 12:07:10 [INFO] 12:07:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health --- 12:07:10 [INFO] Changes detected - recompiling the module! :dependency 12:07:10 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes 12:07:10 [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. 12:07:10 [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. 12:07:10 [INFO] 12:07:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health --- 12:07:10 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:07:10 [INFO] 12:07:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health --- 12:07:10 [INFO] Changes detected - recompiling the module! :dependency 12:07:10 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes 12:07:11 [INFO] 12:07:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health --- 12:07:11 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:07:11 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/surefire-reports 12:07:11 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:07:11 [INFO] 12:07:11 [INFO] ------------------------------------------------------- 12:07:11 [INFO] T E S T S 12:07:11 [INFO] ------------------------------------------------------- 12:07:11 [INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest 12:07:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest 12:07:12 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest 12:07:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest 12:07:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest 12:07:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest 12:07:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest 12:07:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest 12:07:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest 12:07:14 [INFO] Running org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest 12:07:16 [INFO] [01/25/2024 17:07:16.108] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:16 [INFO] [01/25/2024 17:07:16.270] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:16 [INFO] [pekkoDeadLetter][01/25/2024 17:07:16.298] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/*Root/healthCheckingActor] Message [org.eclipse.ditto.internal.utils.health.RetrieveHealth] from Actor[pekko://default/temp/_user_*Root_healthCheckingActor$a] to Actor[pekko://default/user/*Root/healthCheckingActor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://default/user/*Root/healthCheckingActor] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'. 12:07:17 [INFO] [01/25/2024 17:07:16.899] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:17 [INFO] [01/25/2024 17:07:17.037] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:07:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.379 s -- in org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest 12:07:17 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest 12:07:17 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest 12:07:17 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest 12:07:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest 12:07:17 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest 12:07:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest 12:07:17 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest 12:07:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest 12:07:17 [INFO] 12:07:17 [INFO] Results: 12:07:17 [INFO] 12:07:17 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 12:07:17 [INFO] 12:07:17 [INFO] 12:07:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health --- 12:07:17 [INFO] 12:07:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health --- 12:07:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 12:07:17 [INFO] 12:07:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health --- 12:07:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:07:17 [INFO] No previous run data found, generating javadoc. 12:07:19 [WARNING] Javadoc Warnings 12:07:19 [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 12:07:19 [WARNING] package org.eclipse.ditto.internal.utils.health; 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] package org.eclipse.ditto.internal.utils.health.config; 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] protected void shutdownStream(final Shutdown shutdown) { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] default StatusDetailMessage.Level level() { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] String name(); 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this); 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public final StatusInfo getHealth() { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public Level getLevel() { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public JsonValue getMessage() { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public static StatusDetailMessage of(final Level level, final String message) { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) { 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] ERROR; 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] INFO, 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] WARN, 12:07:19 [WARNING] ^ 12:07:19 [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 12:07:19 [WARNING] public static final Level DEFAULT = INFO; 12:07:19 [WARNING] ^ 12:07:19 [WARNING] 18 warnings 12:07:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 12:07:19 [INFO] 12:07:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health --- 12:07:19 [INFO] Tests are skipped. 12:07:19 [INFO] 12:07:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health --- 12:07:19 [INFO] Tests are skipped. 12:07:19 [INFO] 12:07:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health --- 12:07:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 12:07:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes 12:07:20 [INFO] 12:07:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health --- 12:07:20 [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 12:07:20 [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 12:07:20 [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 12:07:20 [INFO] 12:07:20 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ 12:07:20 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT [20/77] 12:07:20 [INFO] from json-cbor/pom.xml 12:07:20 [INFO] -------------------------------[ bundle ]------------------------------- 12:07:21 [INFO] 12:07:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor --- 12:07:21 [INFO] 12:07:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor --- 12:07:21 [INFO] 12:07:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor --- 12:07:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:07:21 [INFO] 12:07:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor --- 12:07: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/json-cbor/target/jacoco.exec 12:07:21 [INFO] 12:07:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor --- 12:07:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:21 [WARNING] 12:07:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:07:21 [WARNING] 12:07:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:07:21 [WARNING] 12:07:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:07:21 [INFO] 12:07:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor --- 12:07:21 [INFO] Copying 1 resource from src/main/resources to target/classes 12:07:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:07:21 [INFO] 12:07:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor --- 12:07:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT... 12:07:21 [INFO] 12:07:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor --- 12:07:21 [INFO] Changes detected - recompiling the module! :dependency 12:07:21 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes 12:07:21 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:21 [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. 12:07:21 [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. 12:07:21 [INFO] 12:07:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor --- 12:07:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources 12:07:21 [INFO] 12:07:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor --- 12:07:21 [INFO] Changes detected - recompiling the module! :dependency 12:07:21 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes 12:07:21 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:21 [INFO] 12:07:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor --- 12:07:21 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:07:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports 12:07:21 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:07:21 [INFO] 12:07:21 [INFO] ------------------------------------------------------- 12:07:21 [INFO] T E S T S 12:07:21 [INFO] ------------------------------------------------------- 12:07:21 [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest 12:07:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest 12:07:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest 12:07:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest 12:07:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest 12:07:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest 12:07:22 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.json.cbor.CborJsonTest 12:07:22 [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest 12:07:22 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest 12:07:22 [INFO] 12:07:22 [INFO] Results: 12:07:22 [INFO] 12:07:22 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 12:07:22 [INFO] 12:07:22 [INFO] 12:07:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- 12:07:22 [INFO] 12:07:22 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor --- 12:07:22 [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) 12:07:22 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 12:07:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF 12:07:22 [INFO] 12:07:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor --- 12:07:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:07:22 [INFO] No previous run data found, generating javadoc. 12:07:23 [WARNING] Javadoc Warnings 12:07:23 [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 12:07:23 [WARNING] public static String toHexString(final byte[] array) throws IOException { 12:07:23 [WARNING] ^ 12:07:23 [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 12:07:23 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException { 12:07:23 [WARNING] ^ 12:07:23 [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 12:07:23 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException { 12:07:23 [WARNING] ^ 12:07:23 [WARNING] 3 warnings 12:07:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 12:07:23 [INFO] 12:07:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor --- 12:07:23 [INFO] Tests are skipped. 12:07:23 [INFO] 12:07:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor --- 12:07:23 [INFO] Tests are skipped. 12:07:23 [INFO] 12:07:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor --- 12:07:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec 12:07:23 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes 12:07:23 [INFO] 12:07:23 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor --- 12:07:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'. 12:07:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'. 12:07:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'. 12:07:24 [INFO] 12:07:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor --- 12:07:24 [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 12:07:24 [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 12:07:24 [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 12:07:24 [INFO] 12:07:24 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor --- 12:07:24 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar 12:07:24 [INFO] Writing OBR metadata 12:07:24 [INFO] 12:07:24 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ 12:07:24 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [21/77] 12:07:24 [INFO] from policies/pom.xml 12:07:24 [INFO] --------------------------------[ pom ]--------------------------------- 12:07:24 [INFO] 12:07:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies --- 12:07:24 [INFO] 12:07:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies --- 12:07:24 [INFO] 12:07:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies --- 12:07:24 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/target/jacoco.exec 12:07:24 [INFO] 12:07:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies --- 12:07:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:24 [INFO] The goal is skip due to packaging 'pom' 12:07:24 [INFO] 12:07:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies --- 12:07:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT... 12:07:24 [INFO] 12:07:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies --- 12:07:24 [INFO] 12:07:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies --- 12:07:24 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:07:24 [INFO] 12:07:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies --- 12:07:24 [INFO] Tests are skipped. 12:07:24 [INFO] 12:07:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies --- 12:07:24 [INFO] Tests are skipped. 12:07:24 [INFO] 12:07:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies --- 12:07:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:07:24 [INFO] 12:07:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies --- 12:07:24 [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 12:07:24 [INFO] 12:07:24 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- 12:07:24 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [22/77] 12:07:24 [INFO] from policies/model/pom.xml 12:07:24 [INFO] -------------------------------[ bundle ]------------------------------- 12:07:27 [INFO] 12:07:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model --- 12:07:27 [INFO] 12:07:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model --- 12:07:27 [INFO] 12:07:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model --- 12:07:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:07:27 [INFO] 12:07:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model --- 12:07: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/policies/model/target/jacoco.exec 12:07:27 [INFO] 12:07:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model --- 12:07:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:27 [WARNING] 12:07:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:07:27 [WARNING] 12:07:27 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:07:27 [WARNING] 12:07:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:07:27 [INFO] 12:07:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model --- 12:07:27 [INFO] Copying 0 resource from src/main/resources to target/classes 12:07:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:07:27 [INFO] 12:07:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model --- 12:07:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT... 12:07:27 [INFO] 12:07:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model --- 12:07:27 [INFO] Changes detected - recompiling the module! :dependency 12:07:27 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes 12:07:29 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:29 [INFO] 12:07:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model --- 12:07:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources 12:07:30 [INFO] 12:07:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model --- 12:07:30 [INFO] Changes detected - recompiling the module! :dependency 12:07:30 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes 12:07:35 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:35 [INFO] 12:07:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model --- 12:07:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:07:35 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/surefire-reports 12:07:35 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 12:07:36 [INFO] 12:07:36 [INFO] ------------------------------------------------------- 12:07:36 [INFO] T E S T S 12:07:36 [INFO] ------------------------------------------------------- 12:07:38 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest 12:07:39 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest 12:07:39 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest 12:07:39 Jan 25, 2024 5:07:38 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:07: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. 12:07:39 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest 12:07:39 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest 12:07:39 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest 12:07:39 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest 12:07:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest 12:07:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest 12:07:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest 12:07:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest 12:07:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest 12:07:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest 12:07:40 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest 12:07:40 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest 12:07:41 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest 12:07:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest 12:07:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest 12:07:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest 12:07:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest 12:07:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest 12:07:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest 12:07:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest 12:07:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest 12:07:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest 12:07:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest 12:07:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest 12:07:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest 12:07:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest 12:07:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest 12:07:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest 12:07:41 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest 12:07:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest 12:07:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest 12:07:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest 12:07:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest 12:07:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest 12:07:42 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest 12:07:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest 12:07:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest 12:07:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest 12:07:42 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest 12:07:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest 12:07:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest 12:07:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest 12:07:43 [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 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest 12:07:43 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest 12:07:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest 12:07:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest 12:07:43 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest 12:07:43 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest 12:07:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest 12:07:43 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest 12:07:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest 12:07:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest 12:07:43 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest 12:07:44 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest 12:07:44 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest 12:07:44 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.PolicyIdTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest 12:07:44 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest 12:07:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest 12:07:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest 12:07:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest 12:07:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest 12:07:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest 12:07:44 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest 12:07:44 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest 12:07:44 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest 12:07:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest 12:07:44 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest 12:07:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest 12:07:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest 12:07:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest 12:07:44 [INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest 12:07:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest 12:07:44 [INFO] 12:07:44 [INFO] Results: 12:07:44 [INFO] 12:07:44 [WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1 12:07:44 [INFO] 12:07:44 [INFO] 12:07:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model --- 12:07:44 [INFO] 12:07:44 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model --- 12:07:44 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 12:07:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF 12:07:44 [INFO] 12:07:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model --- 12:07:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:07:44 [INFO] No previous run data found, generating javadoc. 12:07:51 [WARNING] Javadoc Warnings 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.commands; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] package org.eclipse.ditto.policies.model.signals.events; 12:07:51 [WARNING] ^ 12:07:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment 12:07:51 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId, 12:07:51 [WARNING] ^ 12:07:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment 12:07:51 [WARNING] public String getName() { 12:07:51 [WARNING] ^ 12:07:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment 12:07:51 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10")); 12:07:51 [WARNING] ^ 12:07:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment 12:07:51 [WARNING] default CompletionStage<Policy> withResolvedImports( 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) { 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) { 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) { 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRIES, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRY, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRY_RESOURCE, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRY_RESOURCES, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRY_SUBJECT; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_ENTRY_SUBJECTS, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_IMPORT, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] POLICY_IMPORTS, 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified> 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final String POLICY_IMPORT = "policyImport"; 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS = 12:07:51 [WARNING] ^ 12:07:51 [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 12:07:51 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS = 12:07:51 [WARNING] ^ 12:07:51 [WARNING] 36 warnings 12:07:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 12:07:51 [INFO] 12:07:51 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model --- 12:07:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 12:07:51 [INFO] 12:07:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model --- 12:07:51 [INFO] Tests are skipped. 12:07:51 [INFO] 12:07:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model --- 12:07:51 [INFO] Tests are skipped. 12:07:51 [INFO] 12:07:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model --- 12:07:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec 12:07:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes 12:07:51 [INFO] 12:07:51 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model --- 12:07:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'. 12:07:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'. 12:07:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'. 12:07:52 [INFO] 12:07:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model --- 12:07:52 [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 12:07:52 [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 12:07:52 [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 12:07:52 [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 12:07:52 [INFO] 12:07:52 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model --- 12:07:52 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar 12:07:52 [INFO] Writing OBR metadata 12:07:52 [INFO] 12:07:52 [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- 12:07:52 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [23/77] 12:07:52 [INFO] from things/pom.xml 12:07:52 [INFO] --------------------------------[ pom ]--------------------------------- 12:07:52 [INFO] 12:07:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things --- 12:07:52 [INFO] 12:07:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things --- 12:07:52 [INFO] 12:07:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things --- 12:07: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/things/target/jacoco.exec 12:07:52 [INFO] 12:07:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things --- 12:07:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:52 [INFO] The goal is skip due to packaging 'pom' 12:07:52 [INFO] 12:07:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things --- 12:07:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT... 12:07:52 [INFO] 12:07:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things --- 12:07:52 [INFO] 12:07:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things --- 12:07:52 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:07:52 [INFO] 12:07:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things --- 12:07:52 [INFO] Tests are skipped. 12:07:52 [INFO] 12:07:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things --- 12:07:52 [INFO] Tests are skipped. 12:07:52 [INFO] 12:07:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things --- 12:07:52 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:07:52 [INFO] 12:07:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-things --- 12:07:52 [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 12:07:52 [INFO] 12:07:52 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- 12:07:52 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [24/77] 12:07:52 [INFO] from things/model/pom.xml 12:07:52 [INFO] -------------------------------[ bundle ]------------------------------- 12:07:52 [INFO] 12:07:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model --- 12:07:52 [INFO] 12:07:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model --- 12:07:52 [INFO] 12:07:52 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model --- 12:07:52 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:07:52 [INFO] 12:07:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model --- 12:07: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/things/model/target/jacoco.exec 12:07:52 [INFO] 12:07:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model --- 12:07:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:07:52 [WARNING] 12:07:52 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:07:52 [WARNING] 12:07:52 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:07:52 [WARNING] 12:07:52 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:07:52 [INFO] 12:07:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model --- 12:07:52 [INFO] Copying 0 resource from src/main/resources to target/classes 12:07:52 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:07:52 [INFO] 12:07:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model --- 12:07:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT... 12:07:53 [INFO] 12:07:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model --- 12:07:53 [INFO] Changes detected - recompiling the module! :dependency 12:07:53 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes 12:07:55 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:55 [INFO] 12:07:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model --- 12:07:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources 12:07:55 [INFO] 12:07:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model --- 12:07:55 [INFO] Changes detected - recompiling the module! :dependency 12:07:55 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes 12:07:58 [WARNING] bootstrap class path not set in conjunction with -source 8 12:07:58 [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. 12:07:58 [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. 12:07:58 [INFO] 12:07:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model --- 12:07:58 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:07:58 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/model/target/surefire-reports 12:07:58 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 12:07:58 [INFO] 12:07:58 [INFO] ------------------------------------------------------- 12:07:58 [INFO] T E S T S 12:07:58 [INFO] ------------------------------------------------------- 12:07:59 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest 12:08:00 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest 12:08:00 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest 12:08:00 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest 12:08:00 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest 12:08:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest 12:08:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest 12:08:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest 12:08:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest 12:08:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest 12:08:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest 12:08:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest 12:08:01 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest 12:08:02 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest 12:08:02 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest 12:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest 12:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest 12:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest 12:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest 12:08:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest 12:08:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest 12:08:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest 12:08:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest 12:08:02 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest 12:08:04 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest 12:08:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest 12:08:04 [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 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest 12:08:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest 12:08:04 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest 12:08:04 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest 12:08:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest 12:08:04 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest 12:08:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest 12:08:04 [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 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest 12:08:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest 12:08:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest 12:08:04 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest 12:08:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest 12:08:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest 12:08:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest 12:08:04 [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 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest 12:08:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest 12:08:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest 12:08:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest 12:08:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest 12:08:04 [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 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest 12:08:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest 12:08:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest 12:08:04 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest 12:08:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest 12:08:04 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest 12:08:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest 12:08:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest 12:08:05 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest 12:08:05 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest 12:08:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest 12:08:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest 12:08:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest 12:08:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest 12:08:05 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest 12:08:05 [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 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest 12:08:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest 12:08:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest 12:08:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest 12:08:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest 12:08:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest 12:08:05 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest 12:08:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest 12:08:06 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest 12:08:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest 12:08:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest 12:08:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest 12:08:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest 12:08:06 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest 12:08:06 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest 12:08:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest 12:08:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest 12:08:06 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest 12:08:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest 12:08:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest 12:08:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest 12:08:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest 12:08:06 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest 12:08:07 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest 12:08:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest 12:08:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest 12:08:07 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ThingIdTest 12:08:07 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.ditto.things.model.ThingIdTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest 12:08:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest 12:08:07 [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest 12:08:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest 12:08:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest 12:08:07 [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest 12:08:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest 12:08:07 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ThingsJsonTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.NullFeatureTest 12:08:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeatureTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest 12:08:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest 12:08:07 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest 12:08:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.NullFeaturesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest 12:08:07 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest 12:08:07 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest 12:08:07 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest 12:08:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest 12:08:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest 12:08:07 [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.model.ImmutableThingTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest 12:08:07 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.NullAttributesTest 12:08:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.NullAttributesTest 12:08:07 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest 12:08:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest 12:08:08 [INFO] 12:08:08 [INFO] Results: 12:08:08 [INFO] 12:08:08 [INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0 12:08:08 [INFO] 12:08:08 [INFO] 12:08:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model --- 12:08:08 [INFO] 12:08:08 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model --- 12:08:08 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 12:08:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF 12:08:08 [INFO] 12:08:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model --- 12:08:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:08:08 [INFO] No previous run data found, generating javadoc. 12:08:16 [WARNING] Javadoc Warnings 12:08:16 [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 12:08:16 [WARNING] package org.eclipse.ditto.things.model.signals.commands; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] package org.eclipse.ditto.things.model.signals.events; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING = 12:08:16 [WARNING] ^ 12:08:16 [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> 12:08:16 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers); 12:08:16 [WARNING] ^ 12:08:16 [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> 12:08:16 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers); 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public RetrieveThing build() { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS = 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public final class ThingCommandToModifyExceptionRegistry 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder newBuilder(final String condition, final String description) { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder forDittoProtocol() { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder forPostMethod() { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder forPutMethod() { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder forPutOrPatchMethod() { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH = 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE = 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) { 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] ATTRIBUTE, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] ATTRIBUTES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] DEFINITION, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE_DEFINITION, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE_DESIRED_PROPERTIES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE_DESIRED_PROPERTY; 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE_PROPERTIES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURE_PROPERTY, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] FEATURES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRIES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRY, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRY_RESOURCE, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRY_RESOURCES, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRY_SUBJECT, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ENTRY_SUBJECTS, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] POLICY_ID, 12:08:16 [WARNING] ^ 12:08:16 [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 12:08:16 [WARNING] THING, 12:08:16 [WARNING] ^ 12:08:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment 12:08:16 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*"); 12:08:16 [WARNING] ^ 12:08:16 [WARNING] 54 warnings 12:08:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 12:08:16 [INFO] 12:08:16 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model --- 12:08:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 12:08:16 [INFO] 12:08:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model --- 12:08:16 [INFO] Tests are skipped. 12:08:16 [INFO] 12:08:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model --- 12:08:16 [INFO] Tests are skipped. 12:08:16 [INFO] 12:08:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model --- 12:08:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec 12:08:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes 12:08:17 [INFO] 12:08:17 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model --- 12:08:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'. 12:08:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'. 12:08:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'. 12:08:18 [INFO] 12:08:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model --- 12:08:18 [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 12:08:18 [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 12:08:18 [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 12:08:18 [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 12:08:18 [INFO] 12:08:18 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model --- 12:08:18 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar 12:08:18 [INFO] Writing OBR metadata 12:08:18 [INFO] 12:08:18 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- 12:08:18 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77] 12:08:18 [INFO] from internal/utils/cluster/pom.xml 12:08:18 [INFO] --------------------------------[ jar ]--------------------------------- 12:08:23 [INFO] 12:08:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] 12:08:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] 12:08:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster --- 12:08: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/cluster/target/jacoco.exec 12:08:23 [INFO] 12:08:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster --- 12:08:23 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:08:23 [WARNING] 12:08:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:08:23 [WARNING] 12:08:23 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:08:23 [WARNING] 12:08:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:08:23 [INFO] 12:08:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources 12:08:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:08:23 [INFO] 12:08:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT... 12:08:23 [INFO] 12:08:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] Changes detected - recompiling the module! :dependency 12:08:23 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes 12:08:23 [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. 12:08:23 [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. 12:08:23 [INFO] 12:08:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] Copying 3 resources from src/test/resources to target/test-classes 12:08:23 [INFO] 12:08:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster --- 12:08:23 [INFO] Changes detected - recompiling the module! :dependency 12:08:23 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:08:24 [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. 12:08:24 [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. 12:08:24 [INFO] 12:08:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster --- 12:08:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:08:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/surefire-reports 12:08:24 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:08:24 [INFO] 12:08:24 [INFO] ------------------------------------------------------- 12:08:24 [INFO] T E S T S 12:08:24 [INFO] ------------------------------------------------------- 12:08:25 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest 12:08:25 SLF4J(W): No SLF4J providers were found. 12:08:25 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 12:08:25 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 12:08:30 [WARN] [01/25/2024 17:08:30.287] [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:39227], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:08:30 [WARN] [01/25/2024 17:08:30.287] [system-pekko.remote.default-remote-dispatcher-6] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-1)] [outbound connection to [pekko://system@127.0.0.1:39227], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:08:33 [WARN] [01/25/2024 17:08:33.038] [system-pekko.remote.default-remote-dispatcher-7] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-7)] [outbound connection to [pekko://system@127.0.0.1:41027], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:08:33 [WARN] [01/25/2024 17:08:33.038] [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:41027], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:08:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.081 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest 12:08:34 [INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest 12:08:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest 12:08:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest 12:08:36 [INFO] [01/25/2024 17:08:36.287] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:08:36 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest 12:08:36 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest 12:08:36 [INFO] [01/25/2024 17:08:36.609] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:08:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest 12:08:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest 12:08:36 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest 12:08:36 [INFO] [01/25/2024 17:08:36.748] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:08:37 [INFO] [01/25/2024 17:08:37.631] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:08:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest 12:08:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest 12:08:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest 12:08:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest 12:08:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest 12:08:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest 12:08:37 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest 12:08:37 [INFO] [01/25/2024 17:08:37.853] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] with UID [8927326328617353059] 12:08:37 [INFO] [01/25/2024 17:08:37.854] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Starting up, Pekko version [1.0.1] ... 12:08:37 [INFO] [01/25/2024 17:08:37.857] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Registered cluster JMX MBean [pekko:type=Cluster] 12:08:37 [INFO] [01/25/2024 17:08:37.857] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Started up successfully 12:08:37 [INFO] [01/25/2024 17:08:37.858] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:08:37 [INFO] [01/25/2024 17:08:37.858] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:08:37 [INFO] [01/25/2024 17:08:37.899] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min] 12:08:37 [INFO] [01/25/2024 17:08:37.903] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:08:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest 12:08:37 [INFO] [pekkoDeadLetter][01/25/2024 17:08:37.940] [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#1975267854] 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'. 12:08:37 [INFO] [01/25/2024 17:08:37.940] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Exiting completed 12:08:37 [INFO] [01/25/2024 17:08:37.940] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Shutting down... 12:08:37 [INFO] [01/25/2024 17:08:37.940] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355] - Successfully shut down 12:08:37 [INFO] [01/25/2024 17:08:37.942] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.22.231:17355/system/remoting-terminator] Shutting down remote daemon. 12:08:38 [INFO] 12:08:38 [INFO] Results: 12:08:38 [INFO] 12:08:38 [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 12:08:38 [INFO] 12:08:38 [INFO] 12:08:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster --- 12:08:38 [INFO] 12:08:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster --- 12:08:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 12:08:38 [INFO] 12:08:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster --- 12:08:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:08:38 [INFO] No previous run data found, generating javadoc. 12:08:40 [WARNING] Javadoc Warnings 12:08:40 [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 12:08:40 [WARNING] package org.eclipse.ditto.internal.utils.cluster; 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config; 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8; 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group, 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group, 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public UnsupportedManifest(final String manifest) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) { 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 12:08:40 [WARNING] ^ 12:08:40 [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 12:08:40 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 12:08:40 [WARNING] ^ 12:08:40 [WARNING] 14 warnings 12:08:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 12:08:40 [INFO] 12:08:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster --- 12:08:40 [INFO] Tests are skipped. 12:08:40 [INFO] 12:08:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster --- 12:08:40 [INFO] Tests are skipped. 12:08:40 [INFO] 12:08:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster --- 12:08:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec 12:08:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes 12:08:40 [INFO] 12:08:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster --- 12:08:40 [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 12:08:40 [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 12:08:40 [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 12:08:40 [INFO] 12:08:40 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >---------- 12:08:40 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77] 12:08:40 [INFO] from internal/utils/extension/pom.xml 12:08:40 [INFO] --------------------------------[ jar ]--------------------------------- 12:08:40 [INFO] 12:08:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension --- 12:08:40 [INFO] 12:08:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension --- 12:08:40 [INFO] 12:08:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension --- 12:08:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/jacoco.exec 12:08:40 [INFO] 12:08:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension --- 12:08:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:08:40 [WARNING] 12:08:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:08:40 [WARNING] 12:08:40 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:08:40 [WARNING] 12:08:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:08:40 [INFO] 12:08:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension --- 12:08:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources 12:08:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:08:40 [INFO] 12:08:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension --- 12:08:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT... 12:08:40 [INFO] 12:08:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension --- 12:08:40 [INFO] Changes detected - recompiling the module! :dependency 12:08:40 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:08:40 [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. 12:08:40 [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. 12:08:40 [INFO] 12:08:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension --- 12:08:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources 12:08:40 [INFO] 12:08:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension --- 12:08:40 [INFO] No sources to compile 12:08:40 [INFO] 12:08:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension --- 12:08:40 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:08:40 [INFO] No tests to run. 12:08:40 [INFO] 12:08:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension --- 12:08:40 [INFO] 12:08:40 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension --- 12:08:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 12:08:40 [INFO] 12:08:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension --- 12:08:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:08:40 [INFO] No previous run data found, generating javadoc. 12:08:41 [WARNING] Javadoc Warnings 12:08:41 [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 12:08:41 [WARNING] public final class DittoExtensionIds implements Extension { 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent( 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) { 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass, 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] protected abstract String getConfigKey(); 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) { 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) { 12:08:41 [WARNING] ^ 12:08:41 [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 12:08:41 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass, 12:08:41 [WARNING] ^ 12:08:41 [WARNING] 8 warnings 12:08:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 12:08:41 [INFO] 12:08:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension --- 12:08:41 [INFO] Tests are skipped. 12:08:41 [INFO] 12:08:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension --- 12:08:41 [INFO] Tests are skipped. 12:08:41 [INFO] 12:08:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension --- 12:08:41 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:08:41 [INFO] 12:08:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension --- 12:08:41 [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 12:08:41 [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 12:08:41 [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 12:08:41 [INFO] 12:08:41 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >---------------- 12:08:41 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT [27/77] 12:08:41 [INFO] from placeholders/pom.xml 12:08:41 [INFO] -------------------------------[ bundle ]------------------------------- 12:08:41 [INFO] 12:08:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders --- 12:08:41 [INFO] 12:08:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders --- 12:08:41 [INFO] 12:08:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders --- 12:08:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:08:41 [INFO] 12:08:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders --- 12: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/placeholders/target/jacoco.exec 12:08:41 [INFO] 12:08:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders --- 12:08:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:08:41 [WARNING] 12:08:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:08:41 [WARNING] 12:08:41 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:08:41 [WARNING] 12:08:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:08:41 [INFO] 12:08:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders --- 12:08:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources 12:08:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:08:41 [INFO] 12:08:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders --- 12:08:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT... 12:08:41 [INFO] 12:08:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders --- 12:08:41 [INFO] Changes detected - recompiling the module! :dependency 12:08:41 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes 12:08:42 [WARNING] bootstrap class path not set in conjunction with -source 8 12:08:42 [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. 12:08:42 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details. 12:08:42 [INFO] 12:08:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders --- 12:08:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources 12:08:42 [INFO] 12:08:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders --- 12:08:42 [INFO] Changes detected - recompiling the module! :dependency 12:08:42 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes 12:08:42 [WARNING] bootstrap class path not set in conjunction with -source 8 12:08:42 [INFO] 12:08:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders --- 12:08:42 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:08:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/surefire-reports 12:08:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:08:42 [INFO] 12:08:42 [INFO] ------------------------------------------------------- 12:08:42 [INFO] T E S T S 12:08:42 [INFO] ------------------------------------------------------- 12:08:43 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest 12:08:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest 12:08:44 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest 12:08:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest 12:08:44 [INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest 12:08:44 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest 12:08:44 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest 12:08:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest 12:08:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest 12:08:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest 12:08:45 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest 12:08:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest 12:08:45 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest 12:08:45 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest 12:08:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest 12:08:45 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest 12:08:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest 12:08:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest 12:08:45 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest 12:08:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest 12:08:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest 12:08:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest 12:08:45 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest 12:08:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest 12:08:45 [INFO] 12:08:45 [INFO] Results: 12:08:45 [INFO] 12:08:45 [INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0 12:08:45 [INFO] 12:08:45 [INFO] 12:08:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders --- 12:08:45 [INFO] 12:08:45 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders --- 12:08:45 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 12:08:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF 12:08:45 [INFO] 12:08:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders --- 12:08:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:08:45 [INFO] No previous run data found, generating javadoc. 12:08:47 [WARNING] Javadoc Warnings 12:08:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T> 12:08:47 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder, 12:08:47 [WARNING] ^ 12:08:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return 12:08:47 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) { 12:08:47 [WARNING] ^ 12:08:47 [WARNING] 2 warnings 12:08:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 12:08:47 [INFO] 12:08:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders --- 12:08:47 [INFO] Tests are skipped. 12:08:47 [INFO] 12:08:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders --- 12:08:47 [INFO] Tests are skipped. 12:08:47 [INFO] 12:08:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders --- 12:08:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec 12:08:47 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes 12:08:47 [INFO] 12:08:47 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders --- 12:08:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'. 12:08:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'. 12:08:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'. 12:08:48 [INFO] 12:08:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders --- 12:08:48 [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 12:08:48 [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 12:08:48 [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 12:08:48 [INFO] 12:08:48 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders --- 12:08:48 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar 12:08:48 [INFO] Writing OBR metadata 12:08:48 [INFO] 12:08:48 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- 12:08:48 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [28/77] 12:08:48 [INFO] from base/service/pom.xml 12:08:48 [INFO] --------------------------------[ jar ]--------------------------------- 12:08:50 [INFO] 12:08:50 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service --- 12:08:50 [INFO] 12:08:50 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service --- 12:08:50 [INFO] 12:08:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service --- 12:08:50 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 12:08:50 [INFO] 12:08:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service --- 12:08:50 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:08:50 [WARNING] 12:08:50 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:08:50 [WARNING] 12:08:50 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:08:50 [WARNING] 12:08:50 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:08:50 [INFO] 12:08:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service --- 12:08:50 [INFO] Copying 1 resource from src/main/resources to target/classes 12:08:50 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:08:50 [INFO] 12:08:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service --- 12:08:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT... 12:08:50 [INFO] 12:08:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service --- 12:08:50 [INFO] Changes detected - recompiling the module! :dependency 12:08:50 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes 12:08:51 [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. 12:08:51 [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. 12:08:51 [INFO] 12:08:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service --- 12:08:51 [INFO] Copying 7 resources from src/test/resources to target/test-classes 12:08:51 [INFO] 12:08:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service --- 12:08:51 [INFO] Changes detected - recompiling the module! :dependency 12:08:51 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:08:51 [INFO] 12:08:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service --- 12:08:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:08:51 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/service/target/surefire-reports 12:08:51 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:08:51 [INFO] 12:08:51 [INFO] ------------------------------------------------------- 12:08:51 [INFO] T E S T S 12:08:51 [INFO] ------------------------------------------------------- 12:08:52 [INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest 12:08:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.914 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest 12:08:55 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest 12:08:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest 12:08:56 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest 12:08:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest 12:08:56 [INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest 12:09:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.131 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest 12:09:02 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest 12:09:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest 12:09:02 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest 12:09:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest 12:09:03 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest 12:09:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest 12:09:03 [INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest 12:09:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest 12:09:03 [INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest 12:09:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest 12:09:03 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest 12:09:04 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest 12:09:04 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest 12:09:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest 12:09:04 [INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest 12:09:04 Jan 25, 2024 5:09:04 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:09:04 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. 12:09:04 Jan 25, 2024 5:09:04 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:09:04 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. 12:09:04 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest 12:09:04 [INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest 12:09:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest 12:09:04 [INFO] 12:09:04 [INFO] Results: 12:09:04 [INFO] 12:09:04 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0 12:09:04 [INFO] 12:09:04 [INFO] 12:09:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service --- 12:09:04 [INFO] 12:09:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service --- 12:09:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 12:09:04 [INFO] 12:09:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service --- 12:09:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:04 [INFO] No previous run data found, generating javadoc. 12:09:07 [WARNING] Javadoc Warnings 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment 12:09:07 [WARNING] package org.eclipse.ditto.base.service; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.cluster; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.config; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.config.http; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.config.limits; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.config.supervision; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] package org.eclipse.ditto.base.service.devops; 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) { 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) { 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected static Policy substitutePolicy(final Policy policy, 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries, 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry, 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects, 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment 12:09:07 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment 12:09:07 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri"; 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment 12:09:07 [WARNING] protected final Config rawConfig; 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment 12:09:07 [WARNING] protected final C serviceSpecificConfig; 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment 12:09:07 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() { 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65)); 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment 12:09:07 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment 12:09:07 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY = 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment 12:09:07 [WARNING] public static final String TYPE = PREFIX + NAME; 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment 12:09:07 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment 12:09:07 [WARNING] public boolean isEnabled() { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment 12:09:07 [WARNING] public final class ModifySplitBrainResolverResponse 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment 12:09:07 [WARNING] public static final String TYPE = PREFIX + NAME; 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment 12:09:07 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject, 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment 12:09:07 [WARNING] public boolean isEnabled() { 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment 12:09:07 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment 12:09:07 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> { 12:09:07 [WARNING] ^ 12:09:07 [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 12:09:07 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment 12:09:07 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment 12:09:07 [WARNING] public String getActorName() { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment 12:09:07 [WARNING] public Props getProps() { 12:09:07 [WARNING] ^ 12:09:07 [WARNING] 36 warnings 12:09:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 12:09:07 [INFO] 12:09:07 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service --- 12:09:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 12:09:07 [INFO] 12:09:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service --- 12:09:07 [INFO] Tests are skipped. 12:09:07 [INFO] 12:09:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service --- 12:09:07 [INFO] Tests are skipped. 12:09:07 [INFO] 12:09:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service --- 12:09:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 12:09:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes 12:09:07 [INFO] 12:09:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service --- 12:09:07 [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 12:09:07 [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 12:09:07 [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 12:09:07 [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 12:09:07 [INFO] 12:09:07 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- 12:09:07 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [29/77] 12:09:07 [INFO] from connectivity/pom.xml 12:09:07 [INFO] --------------------------------[ pom ]--------------------------------- 12:09:07 [INFO] 12:09:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity --- 12:09:07 [INFO] 12:09:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity --- 12:09:07 [INFO] 12:09:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity --- 12:09:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/target/jacoco.exec 12:09:07 [INFO] 12:09:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity --- 12:09:07 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:07 [INFO] The goal is skip due to packaging 'pom' 12:09:07 [INFO] 12:09:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity --- 12:09:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT... 12:09:07 [INFO] 12:09:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity --- 12:09:07 [INFO] 12:09:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity --- 12:09:07 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:09:07 [INFO] 12:09:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity --- 12:09:07 [INFO] Tests are skipped. 12:09:07 [INFO] 12:09:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity --- 12:09:07 [INFO] Tests are skipped. 12:09:07 [INFO] 12:09:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity --- 12:09:07 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:09:07 [INFO] 12:09:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity --- 12:09:07 [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 12:09:07 [INFO] 12:09:07 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- 12:09:07 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [30/77] 12:09:07 [INFO] from connectivity/model/pom.xml 12:09:07 [INFO] -------------------------------[ bundle ]------------------------------- 12:09:07 [INFO] 12:09:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model --- 12:09:07 [INFO] 12:09:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model --- 12:09:07 [INFO] 12:09:07 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model --- 12:09:07 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:09:07 [INFO] 12:09:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model --- 12:09:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 12:09:07 [INFO] 12:09:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model --- 12:09:07 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:07 [WARNING] 12:09:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:09:07 [WARNING] 12:09:07 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:09:07 [WARNING] 12:09:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:09:07 [INFO] 12:09:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model --- 12:09:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources 12:09:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:09:07 [INFO] 12:09:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model --- 12:09:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT... 12:09:07 [INFO] 12:09:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model --- 12:09:07 [INFO] Changes detected - recompiling the module! :dependency 12:09:07 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes 12:09:09 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:09 [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. 12:09:09 [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. 12:09:09 [INFO] 12:09:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model --- 12:09:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources 12:09:09 [INFO] 12:09:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model --- 12:09:09 [INFO] Changes detected - recompiling the module! :dependency 12:09:09 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes 12:09:09 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:09 [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. 12:09:09 [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. 12:09:09 [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. 12:09:09 [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. 12:09:09 [INFO] 12:09:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model --- 12:09:09 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:09:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/surefire-reports 12:09:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:09:09 [INFO] 12:09:09 [INFO] ------------------------------------------------------- 12:09:09 [INFO] T E S T S 12:09:09 [INFO] ------------------------------------------------------- 12:09:10 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest 12:09:11 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest 12:09:11 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest 12:09:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest 12:09:11 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest 12:09:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest 12:09:11 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest 12:09:12 [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 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest 12:09:12 [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 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest 12:09:12 [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 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest 12:09:12 [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 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest 12:09:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest 12:09:12 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest 12:09:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest 12:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest 12:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest 12:09:12 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest 12:09:12 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest 12:09:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest 12:09:13 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest 12:09:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest 12:09:13 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest 12:09:13 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest 12:09:13 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest 12:09:13 [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 12:09:13 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest 12:09:13 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest 12:09:13 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest 12:09:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest 12:09:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest 12:09:14 [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 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest 12:09:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest 12:09:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest 12:09:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest 12:09:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest 12:09:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest 12:09:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest 12:09:14 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest 12:09:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest 12:09:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest 12:09:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest 12:09:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest 12:09:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest 12:09:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest 12:09:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest 12:09:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest 12:09:14 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest 12:09:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest 12:09:14 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest 12:09:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest 12:09:14 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest 12:09:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest 12:09:14 [INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest 12:09:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest 12:09:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest 12:09:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest 12:09:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest 12:09:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest 12:09:15 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest 12:09:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest 12:09:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest 12:09:15 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest 12:09:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest 12:09:15 [INFO] 12:09:15 [INFO] Results: 12:09:15 [INFO] 12:09:15 [INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0 12:09:15 [INFO] 12:09:15 [INFO] 12:09:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model --- 12:09:15 [INFO] 12:09:15 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model --- 12:09:15 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 12:09:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF 12:09:15 [INFO] 12:09:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model --- 12:09:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:15 [INFO] No previous run data found, generating javadoc. 12:09:20 [WARNING] Javadoc Warnings 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment 12:09:20 [WARNING] package org.eclipse.ditto.connectivity.model; 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt; 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements; 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder( 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] protected AbstractConnectivityEvent(final String type, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] protected AbstractConnectivityEvent(final String type, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Instant getTimestamp() { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static Builder newBuilder(final ConnectionId connectionId, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static Builder newBuilder(final String invalidCommand) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) { 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment 12:09:20 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) { 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment 12:09:20 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L; 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment 12:09:20 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L; 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return 12:09:20 [WARNING] ReplyTarget build(); 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Optional<Boolean> getContainsFailure() { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public RetrieveConnectionMetricsResponse build() { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public RetrieveConnectionStatusResponse build() { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) { 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources, 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [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 12:09:20 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS = 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment 12:09:20 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey, 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment 12:09:20 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"), 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment 12:09:20 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"), 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment 12:09:20 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"), 12:09:20 [WARNING] ^ 12:09:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment 12:09:20 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"), 12:09:20 [WARNING] ^ 12:09:20 [WARNING] 63 warnings 12:09:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 12:09:20 [INFO] 12:09:20 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model --- 12:09:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 12:09:20 [INFO] 12:09:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model --- 12:09:20 [INFO] Tests are skipped. 12:09:20 [INFO] 12:09:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model --- 12:09:20 [INFO] Tests are skipped. 12:09:20 [INFO] 12:09:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model --- 12:09:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 12:09:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes 12:09:21 [INFO] 12:09:21 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model --- 12:09:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'. 12:09:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'. 12:09:21 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'. 12:09:21 [INFO] 12:09:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model --- 12:09:21 [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 12:09:21 [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 12:09:21 [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 12:09:21 [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 12:09:21 [INFO] 12:09:21 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model --- 12:09:21 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar 12:09:21 [INFO] Writing OBR metadata 12:09:21 [INFO] 12:09:21 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- 12:09:21 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [31/77] 12:09:21 [INFO] from thingsearch/pom.xml 12:09:21 [INFO] --------------------------------[ pom ]--------------------------------- 12:09:21 [INFO] 12:09:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch --- 12:09:21 [INFO] 12:09:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch --- 12:09:21 [INFO] 12:09:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch --- 12:09: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/thingsearch/target/jacoco.exec 12:09:21 [INFO] 12:09:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch --- 12:09:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:21 [INFO] The goal is skip due to packaging 'pom' 12:09:21 [INFO] 12:09:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch --- 12:09:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT... 12:09:21 [INFO] 12:09:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch --- 12:09:21 [INFO] 12:09:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch --- 12:09:21 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:09:21 [INFO] 12:09:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch --- 12:09:21 [INFO] Tests are skipped. 12:09:21 [INFO] 12:09:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch --- 12:09:21 [INFO] Tests are skipped. 12:09:21 [INFO] 12:09:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch --- 12:09:21 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:09:21 [INFO] 12:09:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch --- 12:09:21 [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 12:09:21 [INFO] 12:09:21 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- 12:09:21 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [32/77] 12:09:21 [INFO] from thingsearch/model/pom.xml 12:09:21 [INFO] -------------------------------[ bundle ]------------------------------- 12:09:21 [INFO] 12:09:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model --- 12:09:21 [INFO] 12:09:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model --- 12:09:21 [INFO] 12:09:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model --- 12:09:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:09:21 [INFO] 12:09:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model --- 12:09: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/thingsearch/model/target/jacoco.exec 12:09:21 [INFO] 12:09:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model --- 12:09:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:21 [WARNING] 12:09:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:09:21 [WARNING] 12:09:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:09:21 [WARNING] 12:09:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:09:21 [INFO] 12:09:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model --- 12:09:21 [INFO] Copying 0 resource from src/main/resources to target/classes 12:09:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:09:21 [INFO] 12:09:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model --- 12:09:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT... 12:09:21 [INFO] 12:09:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model --- 12:09:21 [INFO] Changes detected - recompiling the module! :dependency 12:09:21 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes 12:09:22 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:22 [INFO] 12:09:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model --- 12:09:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources 12:09:22 [INFO] 12:09:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model --- 12:09:22 [INFO] Changes detected - recompiling the module! :dependency 12:09:22 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes 12:09:22 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:22 [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; 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:09:22 [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; 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:09:22 [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; 12:09:22 cast to java.lang.String for a varargs call 12:09:22 cast to java.lang.String[] for a non-varargs call and to suppress this warning 12:09:22 [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; 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:09:22 [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; 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:09:22 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:09:22 [INFO] 12:09:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model --- 12:09:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:09:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/surefire-reports 12:09:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:09:22 [INFO] 12:09:22 [INFO] ------------------------------------------------------- 12:09:22 [INFO] T E S T S 12:09:22 [INFO] ------------------------------------------------------- 12:09:23 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest 12:09:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest 12:09:24 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest 12:09:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest 12:09:24 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest 12:09:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest 12:09:24 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest 12:09:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest 12:09:24 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest 12:09:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest 12:09:24 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest 12:09:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest 12:09:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest 12:09:25 [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 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest 12:09:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest 12:09:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest 12:09:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest 12:09:25 [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 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest 12:09:25 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest 12:09:25 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest 12:09:25 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest 12:09:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest 12:09:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest 12:09:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest 12:09:25 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest 12:09:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest 12:09:25 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest 12:09:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest 12:09:26 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest 12:09:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest 12:09:26 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest 12:09:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest 12:09:26 [INFO] 12:09:26 [INFO] Results: 12:09:26 [INFO] 12:09:26 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0 12:09:26 [INFO] 12:09:26 [INFO] 12:09:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model --- 12:09:26 [INFO] 12:09:26 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model --- 12:09:26 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 12:09:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF 12:09:26 [INFO] 12:09:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model --- 12:09:26 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:26 [INFO] No previous run data found, generating javadoc. 12:09:28 [WARNING] Javadoc Warnings 12:09:28 [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 12:09:28 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands; 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions; 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query; 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription; 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events; 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces, 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options, 12:09:28 [WARNING] ^ 12:09:28 [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 12:09:28 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options, 12:09:28 [WARNING] ^ 12:09:28 [WARNING] 8 warnings 12:09:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 12:09:28 [INFO] 12:09:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model --- 12:09:28 [INFO] Tests are skipped. 12:09:28 [INFO] 12:09:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model --- 12:09:28 [INFO] Tests are skipped. 12:09:28 [INFO] 12:09:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model --- 12:09:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec 12:09:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes 12:09:28 [INFO] 12:09:28 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model --- 12:09:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'. 12:09:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'. 12:09:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'. 12:09:29 [INFO] 12:09:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model --- 12:09:29 [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 12:09:29 [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 12:09:29 [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 12:09:29 [INFO] 12:09:29 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model --- 12:09:29 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar 12:09:29 [INFO] Writing OBR metadata 12:09:29 [INFO] 12:09:29 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ 12:09:29 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [33/77] 12:09:29 [INFO] from messages/pom.xml 12:09:29 [INFO] --------------------------------[ pom ]--------------------------------- 12:09:29 [INFO] 12:09:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages --- 12:09:29 [INFO] 12:09:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages --- 12:09:29 [INFO] 12:09:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages --- 12:09: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/messages/target/jacoco.exec 12:09:29 [INFO] 12:09:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages --- 12:09:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:29 [INFO] The goal is skip due to packaging 'pom' 12:09:29 [INFO] 12:09:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages --- 12:09:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT... 12:09:29 [INFO] 12:09:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages --- 12:09:29 [INFO] 12:09:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages --- 12:09:29 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:09:29 [INFO] 12:09:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages --- 12:09:29 [INFO] Tests are skipped. 12:09:29 [INFO] 12:09:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages --- 12:09:29 [INFO] Tests are skipped. 12:09:29 [INFO] 12:09:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages --- 12:09:29 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:09:29 [INFO] 12:09:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages --- 12:09:29 [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 12:09:29 [INFO] 12:09:29 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- 12:09:29 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [34/77] 12:09:29 [INFO] from messages/model/pom.xml 12:09:29 [INFO] -------------------------------[ bundle ]------------------------------- 12:09:29 [INFO] 12:09:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model --- 12:09:29 [INFO] 12:09:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model --- 12:09:29 [INFO] 12:09:29 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model --- 12:09:29 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:09:29 [INFO] 12:09:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model --- 12:09: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/messages/model/target/jacoco.exec 12:09:29 [INFO] 12:09:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model --- 12:09:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:29 [WARNING] 12:09:29 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:09:29 [WARNING] 12:09:29 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:09:29 [WARNING] 12:09:29 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:09:29 [INFO] 12:09:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model --- 12:09:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources 12:09:29 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:09:29 [INFO] 12:09:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model --- 12:09:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT... 12:09:29 [INFO] 12:09:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model --- 12:09:29 [INFO] Changes detected - recompiling the module! :dependency 12:09:29 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes 12:09:29 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:29 [INFO] 12:09:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model --- 12:09:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources 12:09:29 [INFO] 12:09:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model --- 12:09:29 [INFO] Changes detected - recompiling the module! :dependency 12:09:29 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes 12:09:29 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:29 [INFO] 12:09:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model --- 12:09:29 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:09:29 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/surefire-reports 12:09:29 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:09:29 [INFO] 12:09:29 [INFO] ------------------------------------------------------- 12:09:29 [INFO] T E S T S 12:09:29 [INFO] ------------------------------------------------------- 12:09:30 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest 12:09:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest 12:09:30 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest 12:09:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest 12:09:31 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest 12:09:32 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest 12:09:32 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest 12:09:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest 12:09:32 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest 12:09:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest 12:09:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest 12:09:32 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest 12:09:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest 12:09:32 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest 12:09:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest 12:09:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest 12:09:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest 12:09:32 [INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest 12:09:33 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest 12:09:33 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest 12:09:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest 12:09:33 [INFO] 12:09:33 [INFO] Results: 12:09:33 [INFO] 12:09:33 [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0 12:09:33 [INFO] 12:09:33 [INFO] 12:09:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model --- 12:09:33 [INFO] 12:09:33 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model --- 12:09:33 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 12:09:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF 12:09:33 [INFO] 12:09:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model --- 12:09:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:33 [INFO] No previous run data found, generating javadoc. 12:09:35 [WARNING] Javadoc Warnings 12:09:35 [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 12:09:35 [WARNING] package org.eclipse.ditto.messages.model.signals.commands; 12:09:35 [WARNING] ^ 12:09:35 [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 12:09:35 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder, 12:09:35 [WARNING] ^ 12:09:35 [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 12:09:35 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) { 12:09:35 [WARNING] ^ 12:09:35 [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 12:09:35 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders, 12:09:35 [WARNING] ^ 12:09:35 [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 12:09:35 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, 12:09:35 [WARNING] ^ 12:09:35 [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 12:09:35 [WARNING] public Optional<String> getCorrelationId() { 12:09:35 [WARNING] ^ 12:09:35 [WARNING] 6 warnings 12:09:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 12:09:35 [INFO] 12:09:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model --- 12:09:35 [INFO] Tests are skipped. 12:09:35 [INFO] 12:09:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model --- 12:09:35 [INFO] Tests are skipped. 12:09:35 [INFO] 12:09:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model --- 12:09:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec 12:09:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes 12:09:35 [INFO] 12:09:35 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model --- 12:09:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'. 12:09:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'. 12:09:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'. 12:09:36 [INFO] 12:09:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model --- 12:09:36 [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 12:09:36 [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 12:09:36 [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 12:09:36 [INFO] 12:09:36 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model --- 12:09:36 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar 12:09:36 [INFO] Writing OBR metadata 12:09:36 [INFO] 12:09:36 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ 12:09:36 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [35/77] 12:09:36 [INFO] from protocol/pom.xml 12:09:36 [INFO] -------------------------------[ bundle ]------------------------------- 12:09:36 [INFO] 12:09:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol --- 12:09:36 [INFO] 12:09:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol --- 12:09:36 [INFO] 12:09:36 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol --- 12:09:36 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:09:36 [INFO] 12:09:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol --- 12:09: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/protocol/target/jacoco.exec 12:09:36 [INFO] 12:09:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol --- 12:09:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:36 [WARNING] 12:09:36 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:09:36 [WARNING] 12:09:36 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:09:36 [WARNING] 12:09:36 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:09:36 [INFO] 12:09:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol --- 12:09:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources 12:09:36 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:09:36 [INFO] 12:09:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol --- 12:09:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT... 12:09:36 [INFO] 12:09:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol --- 12:09:36 [INFO] Changes detected - recompiling the module! :dependency 12:09:36 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes 12:09:37 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:37 [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. 12:09:37 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details. 12:09:37 [INFO] 12:09:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol --- 12:09:37 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:09:37 [INFO] 12:09:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol --- 12:09:37 [INFO] Changes detected - recompiling the module! :dependency 12:09:37 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes 12:09:38 [WARNING] bootstrap class path not set in conjunction with -source 8 12:09:38 [INFO] 12:09:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol --- 12:09:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:09:38 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol/target/surefire-reports 12:09:38 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:09:38 [INFO] 12:09:38 [INFO] ------------------------------------------------------- 12:09:38 [INFO] T E S T S 12:09:38 [INFO] ------------------------------------------------------- 12:09:39 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest 12:09:39 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest 12:09:39 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest 12:09:39 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest 12:09:39 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest 12:09:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest 12:09:39 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest 12:09:40 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest 12:09:40 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest 12:09:40 [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest 12:09:40 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest 12:09:40 [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest 12:09:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest 12:09:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest 12:09:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest 12:09:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest 12:09:40 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest 12:09:40 [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest 12:09:40 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest 12:09:41 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest 12:09:41 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest 12:09:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest 12:09:41 [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest 12:09:41 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest 12:09:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest 12:09:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest 12:09:41 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest 12:09:41 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest 12:09:41 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest 12:09:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest 12:09:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest 12:09:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest 12:09:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest 12:09:41 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest 12:09:41 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 12:09:41 SLF4J: Defaulting to no-operation (NOP) logger implementation 12:09:41 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 12:09:41 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:09:45 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.561 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest 12:09:45 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest 12:09:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest 12:09:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest 12:09:45 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest 12:09:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest 12:09:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest 12:09:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest 12:09:45 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest 12:09:47 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest 12:09:47 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest 12:09:48 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest 12:09:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest 12:09:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest 12:09:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest 12:09:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest 12:09:48 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest 12:09:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest 12:09:48 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest 12:09:48 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest 12:09:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest 12:09:48 [INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest 12:09:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest 12:09:49 [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest 12:09:49 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest 12:09:49 [INFO] 12:09:49 [INFO] Results: 12:09:49 [INFO] 12:09:49 [INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0 12:09:49 [INFO] 12:09:49 [INFO] 12:09:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol --- 12:09:49 [INFO] 12:09:49 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol --- 12:09:49 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 12:09:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF 12:09:49 [INFO] 12:09:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol --- 12:09:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:49 [INFO] No previous run data found, generating javadoc. 12:09:52 [WARNING] Javadoc Warnings 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag 12:09:52 [WARNING] * <p> 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment 12:09:52 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment 12:09:52 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment 12:09:52 [WARNING] package org.eclipse.ditto.protocol.adapter.policies; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment 12:09:52 [WARNING] package org.eclipse.ditto.protocol.adapter.provider; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment 12:09:52 [WARNING] protected final PayloadPathMatcher payloadPathMatcher; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment 12:09:52 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment 12:09:52 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment 12:09:52 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name 12:09:52 [WARNING] AnnouncementsTopicPathBuilder name(String name); 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment 12:09:52 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment 12:09:52 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment 12:09:52 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment 12:09:52 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment 12:09:52 [WARNING] public static EmptyPathMatcher getInstance() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return 12:09:52 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return 12:09:52 [WARNING] public static IllegalAdaptableException newInstance(final String message, 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment 12:09:52 [WARNING] public Builder(final JsonPointer path) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment 12:09:52 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment 12:09:52 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment 12:09:52 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment 12:09:52 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment 12:09:52 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment 12:09:52 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment 12:09:52 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment 12:09:52 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment 12:09:52 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment 12:09:52 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment 12:09:52 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment 12:09:52 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies( 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment 12:09:52 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies( 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment 12:09:52 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment 12:09:52 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment 12:09:52 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment 12:09:52 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment 12:09:52 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment 12:09:52 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment 12:09:52 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment 12:09:52 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment 12:09:52 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment 12:09:52 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment 12:09:52 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment 12:09:52 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings> 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment 12:09:52 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment 12:09:52 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment 12:09:52 [WARNING] protected RetrieveThingsCommandMappingStrategies() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment 12:09:52 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment 12:09:52 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment 12:09:52 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment 12:09:52 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment 12:09:52 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment 12:09:52 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment 12:09:52 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment 12:09:52 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment 12:09:52 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment 12:09:52 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment 12:09:52 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment 12:09:52 [WARNING] protected static String leafValue(final JsonPointer path) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment 12:09:52 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment 12:09:52 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment 12:09:52 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment 12:09:52 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment 12:09:52 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment 12:09:52 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment 12:09:52 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment 12:09:52 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse> 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment 12:09:52 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment 12:09:52 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment 12:09:52 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment 12:09:52 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment 12:09:52 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment 12:09:52 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment 12:09:52 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment 12:09:52 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment 12:09:52 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment 12:09:52 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment 12:09:52 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment 12:09:52 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment 12:09:52 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName 12:09:52 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName); 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment 12:09:52 [WARNING] String ID_PLACEHOLDER = "_"; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment 12:09:52 [WARNING] String PATH_DELIMITER = "/"; 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment 12:09:52 [WARNING] default boolean isWildcardTopic() { 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment 12:09:52 [WARNING] CREATE("create"), 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment 12:09:52 [WARNING] CREATED("created"), 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment 12:09:52 [WARNING] DELETE("delete"), 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment 12:09:52 [WARNING] DELETED("deleted"); 12:09:52 [WARNING] ^ 12:09:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment 12:09:52 [WARNING] MERGE("merge"), 12:09:52 [WARNING] ^ 12:09:52 [WARNING] 100 warnings 12:09:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 12:09:52 [INFO] 12:09:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol --- 12:09:52 [INFO] Tests are skipped. 12:09:52 [INFO] 12:09:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol --- 12:09:52 [INFO] Tests are skipped. 12:09:52 [INFO] 12:09:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol --- 12:09:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec 12:09:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes 12:09:53 [INFO] 12:09:53 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol --- 12:09:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'. 12:09:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'. 12:09:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'. 12:09:53 [INFO] 12:09:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol --- 12:09:53 [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 12:09:53 [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 12:09:53 [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 12:09:53 [INFO] 12:09:53 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol --- 12:09:53 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar 12:09:53 [INFO] Writing OBR metadata 12:09:53 [INFO] 12:09:53 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >----------- 12:09:53 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77] 12:09:53 [INFO] from internal/models/signal/pom.xml 12:09:53 [INFO] --------------------------------[ jar ]--------------------------------- 12:09:53 [INFO] 12:09:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal --- 12:09:53 [INFO] 12:09:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal --- 12:09:53 [INFO] 12:09:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal --- 12:09:53 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 12:09:53 [INFO] 12:09:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal --- 12:09:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:09:53 [WARNING] 12:09:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:09:53 [WARNING] 12:09:53 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:09:53 [WARNING] 12:09:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:09:53 [INFO] 12:09:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal --- 12:09:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources 12:09:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:09:53 [INFO] 12:09:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal --- 12:09:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT... 12:09:53 [INFO] 12:09:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal --- 12:09:53 [INFO] Changes detected - recompiling the module! :dependency 12:09:53 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:09:53 [INFO] 12:09:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal --- 12:09:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources 12:09:53 [INFO] 12:09:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal --- 12:09:53 [INFO] Changes detected - recompiling the module! :dependency 12:09:53 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes 12:09:54 [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. 12:09:54 [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. 12:09:54 [INFO] 12:09:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal --- 12:09:54 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:09:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/surefire-reports 12:09:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:09:54 [INFO] 12:09:54 [INFO] ------------------------------------------------------- 12:09:54 [INFO] T E S T S 12:09:54 [INFO] ------------------------------------------------------- 12:09:55 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest 12:09:57 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.890 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest 12:09:57 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest 12:09:58 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest 12:09:58 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest 12:09:59 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest 12:09:59 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest 12:09:59 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest 12:09:59 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest 12:09:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest 12:09:59 [INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest 12:09:59 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest 12:09:59 [INFO] 12:09:59 [INFO] Results: 12:09:59 [INFO] 12:09:59 [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0 12:09:59 [INFO] 12:09:59 [INFO] 12:09:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal --- 12:09:59 [INFO] 12:09:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal --- 12:09:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 12:09:59 [INFO] 12:09:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal --- 12:09:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:09:59 [INFO] No previous run data found, generating javadoc. 12:10:01 [WARNING] Javadoc Warnings 12:10:01 [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 12:10:01 [WARNING] * <p> 12:10:01 [WARNING] ^ 12:10:01 [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 12:10:01 [WARNING] ANNOUNCEMENT, 12:10:01 [WARNING] ^ 12:10:01 [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 12:10:01 [WARNING] COMMAND, 12:10:01 [WARNING] ^ 12:10:01 [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 12:10:01 [WARNING] EVENT, 12:10:01 [WARNING] ^ 12:10:01 [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 12:10:01 [WARNING] RESPONSE; 12:10:01 [WARNING] ^ 12:10:01 [WARNING] 5 warnings 12:10:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 12:10:01 [INFO] 12:10:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal --- 12:10:01 [INFO] Tests are skipped. 12:10:01 [INFO] 12:10:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal --- 12:10:01 [INFO] Tests are skipped. 12:10:01 [INFO] 12:10:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal --- 12:10:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 12:10:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes 12:10:01 [INFO] 12:10:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal --- 12:10:01 [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 12:10:01 [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 12:10:01 [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 12:10:01 [INFO] 12:10:01 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- 12:10:01 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [37/77] 12:10:01 [INFO] from policies/api/pom.xml 12:10:01 [INFO] --------------------------------[ jar ]--------------------------------- 12:10:01 [INFO] 12:10:01 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api --- 12:10:01 [INFO] 12:10:01 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api --- 12:10:01 [INFO] 12:10:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api --- 12:10:01 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 12:10:01 [INFO] 12:10:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api --- 12:10:01 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:10:01 [WARNING] 12:10:01 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:10:01 [WARNING] 12:10:01 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:10:01 [WARNING] 12:10:01 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:10:01 [INFO] 12:10:01 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api --- 12:10:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources 12:10:01 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:10:01 [INFO] 12:10:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api --- 12:10:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT... 12:10:01 [INFO] 12:10:01 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api --- 12:10:01 [INFO] Changes detected - recompiling the module! :dependency 12:10:01 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 12:10:01 [INFO] 12:10:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api --- 12:10:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources 12:10:01 [INFO] 12:10:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api --- 12:10:01 [INFO] Changes detected - recompiling the module! :dependency 12:10:01 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 12:10:01 [INFO] 12:10:01 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api --- 12:10:01 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:10:01 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/surefire-reports 12:10:01 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:10:01 [INFO] 12:10:01 [INFO] ------------------------------------------------------- 12:10:01 [INFO] T E S T S 12:10:01 [INFO] ------------------------------------------------------- 12:10:02 [INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest 12:10:03 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest 12:10:03 [INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest 12:10:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest 12:10:03 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest 12:10:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest 12:10:04 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest 12:10:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest 12:10:04 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest 12:10:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest 12:10:04 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest 12:10:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest 12:10:04 [INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest 12:10:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.api.PolicyTagTest 12:10:04 [INFO] 12:10:04 [INFO] Results: 12:10:04 [INFO] 12:10:04 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 12:10:04 [INFO] 12:10:04 [INFO] 12:10:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api --- 12:10:04 [INFO] 12:10:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api --- 12:10:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 12:10:04 [INFO] 12:10:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api --- 12:10:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:10:05 [INFO] No previous run data found, generating javadoc. 12:10:07 [WARNING] Javadoc Warnings 12:10:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment 12:10:07 [WARNING] package org.eclipse.ditto.policies.api; 12:10:07 [WARNING] ^ 12:10:07 [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 12:10:07 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo; 12:10:07 [WARNING] ^ 12:10:07 [WARNING] 2 warnings 12:10:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 12:10:07 [INFO] 12:10:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api --- 12:10:07 [INFO] Tests are skipped. 12:10:07 [INFO] 12:10:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api --- 12:10:07 [INFO] Tests are skipped. 12:10:07 [INFO] 12:10:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api --- 12:10:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 12:10:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes 12:10:07 [INFO] 12:10:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api --- 12:10:07 [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 12:10:07 [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 12:10:07 [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 12:10:07 [INFO] 12:10:07 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ 12:10:07 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77] 12:10:07 [INFO] from internal/utils/ddata/pom.xml 12:10:07 [INFO] --------------------------------[ jar ]--------------------------------- 12:10:07 [INFO] 12:10:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] 12:10:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] 12:10:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 12:10:07 [INFO] 12:10:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata --- 12:10:07 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:10:07 [WARNING] 12:10:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:10:07 [WARNING] 12:10:07 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:10:07 [WARNING] 12:10:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:10:07 [INFO] 12:10:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] Copying 1 resource from src/main/resources to target/classes 12:10:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:10:07 [INFO] 12:10:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT... 12:10:07 [INFO] 12:10:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] Changes detected - recompiling the module! :dependency 12:10:07 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:10:07 [INFO] 12:10:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:10:07 [INFO] 12:10:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata --- 12:10:07 [INFO] Changes detected - recompiling the module! :dependency 12:10:07 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 12:10:07 [INFO] 12:10:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata --- 12:10:07 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:10:07 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/surefire-reports 12:10:07 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:10:07 [INFO] 12:10:07 [INFO] ------------------------------------------------------- 12:10:07 [INFO] T E S T S 12:10:07 [INFO] ------------------------------------------------------- 12:10:08 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest 12:10:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.313 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest 12:10:11 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest 12:10:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest 12:10:12 [INFO] 12:10:12 [INFO] Results: 12:10:12 [INFO] 12:10:12 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 12:10:12 [INFO] 12:10:12 [INFO] 12:10:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata --- 12:10:12 [INFO] 12:10:12 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata --- 12:10:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 12:10:12 [INFO] 12:10:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata --- 12:10:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:10:12 [INFO] No previous run data found, generating javadoc. 12:10:13 [WARNING] Javadoc Warnings 12:10:13 [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 12:10:13 [WARNING] package org.eclipse.ditto.internal.utils.ddata; 12:10:13 [WARNING] ^ 12:10:13 [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 12:10:13 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory, 12:10:13 [WARNING] ^ 12:10:13 [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 12:10:13 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem, 12:10:13 [WARNING] ^ 12:10:13 [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 12:10:13 [WARNING] protected final int numberOfShards; 12:10:13 [WARNING] ^ 12:10:13 [WARNING] 4 warnings 12:10:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 12:10:13 [INFO] 12:10:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata --- 12:10:13 [INFO] Tests are skipped. 12:10:13 [INFO] 12:10:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata --- 12:10:13 [INFO] Tests are skipped. 12:10:13 [INFO] 12:10:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata --- 12:10:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 12:10:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes 12:10:13 [INFO] 12:10:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata --- 12:10:13 [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 12:10:13 [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 12:10:13 [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 12:10:13 [INFO] 12:10:13 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ 12:10:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77] 12:10:13 [INFO] from internal/utils/pubsub/pom.xml 12:10:13 [INFO] --------------------------------[ jar ]--------------------------------- 12:10:14 [INFO] 12:10:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] 12:10:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] 12:10:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub --- 12:10: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/pubsub/target/jacoco.exec 12:10:14 [INFO] 12:10:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub --- 12:10:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:10:14 [WARNING] 12:10:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:10:14 [WARNING] 12:10:14 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:10:14 [WARNING] 12:10:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:10:14 [INFO] 12:10:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] Copying 1 resource from src/main/resources to target/classes 12:10:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:10:14 [INFO] 12:10:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT... 12:10:14 [INFO] 12:10:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] Changes detected - recompiling the module! :dependency 12:10:14 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes 12:10:14 [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. 12:10:14 [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. 12:10:14 [INFO] 12:10:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] Copying 4 resources from src/test/resources to target/test-classes 12:10:14 [INFO] 12:10:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub --- 12:10:14 [INFO] Changes detected - recompiling the module! :dependency 12:10:14 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:10:17 [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. 12:10:17 [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. 12:10:17 [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. 12:10:17 [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. 12:10:17 [INFO] 12:10:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub --- 12:10:17 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:10:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/surefire-reports 12:10:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:10:17 [INFO] 12:10:17 [INFO] ------------------------------------------------------- 12:10:17 [INFO] T E S T S 12:10:17 [INFO] ------------------------------------------------------- 12:10:18 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest 12:10:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.699 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest 12:10:20 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest 12:12:45 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.2 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest 12:12:45 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest 12:12:59 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:13:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.96 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest 12:13:09 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest 12:13:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.298 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest 12:13:17 [INFO] 12:13:17 [INFO] Results: 12:13:17 [INFO] 12:13:17 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 12:13:17 [INFO] 12:13:17 [INFO] 12:13:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub --- 12:13:17 [INFO] 12:13:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub --- 12:13:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 12:13:17 [INFO] 12:13:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub --- 12:13:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:13:17 [INFO] No previous run data found, generating javadoc. 12:13:20 [WARNING] Javadoc Warnings 12:13:20 [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 12:13:20 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final SelfUniqueAddress selfUniqueAddress; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config, 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final AckExtractor<T> ackExtractor; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final ActorRefFactory actorRefFactory; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final CompressedDData ddata; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final DistributedDataConfig ddataConfig; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final DistributedAcks distributedAcks; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final String factoryId; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final Class<T> messageClass; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor; 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() { 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] static DistributedAcks empty(final ActorSystem system) { 12:13:20 [WARNING] ^ 12:13:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S> 12:13:20 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey, 12:13:20 [WARNING] ^ 12:13:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S> 12:13:20 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) { 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] public Set<V> getValues(final Collection<String> groups) { 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) { 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) { 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] public static Subscribe of(final Collection<String> topics, 12:13:20 [WARNING] ^ 12:13:20 [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 12:13:20 [WARNING] public static final int MAX_ERROR_COUNTER = 3; 12:13:20 [WARNING] ^ 12:13:20 [WARNING] 20 warnings 12:13:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 12:13:20 [INFO] 12:13:20 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub --- 12:13:20 [INFO] Copying 1 resource from src/main/resources to target 12:13:20 [INFO] 12:13:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub --- 12:13:20 [INFO] Tests are skipped. 12:13:20 [INFO] 12:13:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub --- 12:13:20 [INFO] Tests are skipped. 12:13:20 [INFO] 12:13:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub --- 12:13:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 12:13:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes 12:13:20 [INFO] 12:13:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub --- 12:13:20 [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 12:13:20 [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 12:13:20 [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 12:13:20 [INFO] 12:13:20 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ 12:13:20 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [40/77] 12:13:20 [INFO] from internal/utils/cache/pom.xml 12:13:20 [INFO] --------------------------------[ jar ]--------------------------------- 12:13:21 [INFO] 12:13:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache --- 12:13:21 [INFO] 12:13:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache --- 12:13:21 [INFO] 12:13:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache --- 12:13: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/cache/target/jacoco.exec 12:13:21 [INFO] 12:13:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache --- 12:13:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:13:21 [WARNING] 12:13:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:13:21 [WARNING] 12:13:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:13:21 [WARNING] 12:13:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:13:21 [INFO] 12:13:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache --- 12:13:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources 12:13:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:13:21 [INFO] 12:13:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache --- 12:13:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT... 12:13:21 [INFO] 12:13:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache --- 12:13:21 [INFO] Changes detected - recompiling the module! :dependency 12:13:21 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes 12:13:21 [INFO] 12:13:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache --- 12:13:21 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:13:21 [INFO] 12:13:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache --- 12:13:21 [INFO] Changes detected - recompiling the module! :dependency 12:13:21 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:13:21 [INFO] 12:13:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache --- 12:13:21 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:13:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/surefire-reports 12:13:21 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:13:21 [INFO] 12:13:21 [INFO] ------------------------------------------------------- 12:13:21 [INFO] T E S T S 12:13:21 [INFO] ------------------------------------------------------- 12:13:22 [INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest 12:13:22 SLF4J(W): No SLF4J providers were found. 12:13:22 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 12:13:22 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 12:13:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest 12:13:22 [INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest 12:13:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.110 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest 12:13:24 [INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest 12:13:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest 12:13:25 [INFO] 12:13:25 [INFO] Results: 12:13:25 [INFO] 12:13:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 12:13:25 [INFO] 12:13:25 [INFO] 12:13:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache --- 12:13:25 [INFO] 12:13:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache --- 12:13:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 12:13:25 [INFO] 12:13:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache --- 12:13:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:13:25 [INFO] No previous run data found, generating javadoc. 12:13:27 [WARNING] Javadoc Warnings 12:13:27 [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 12:13:27 [WARNING] package org.eclipse.ditto.internal.utils.cache; 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] package org.eclipse.ditto.internal.utils.cache.config; 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry; 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] boolean exists(); 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) { 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] default Optional<T> get() { 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] static <T> Entry<T> nonexistent() { 12:13:27 [WARNING] ^ 12:13:27 [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 12:13:27 [WARNING] static <T> Entry<T> of(final long revision, final T value) { 12:13:27 [WARNING] ^ 12:13:27 [WARNING] 8 warnings 12:13:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 12:13:27 [INFO] 12:13:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache --- 12:13:27 [INFO] Tests are skipped. 12:13:27 [INFO] 12:13:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache --- 12:13:27 [INFO] Tests are skipped. 12:13:27 [INFO] 12:13:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache --- 12:13:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 12:13:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes 12:13:27 [INFO] 12:13:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache --- 12:13:27 [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 12:13:27 [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 12:13:27 [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 12:13:27 [INFO] 12:13:27 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- 12:13:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [41/77] 12:13:27 [INFO] from internal/utils/test/pom.xml 12:13:27 [INFO] --------------------------------[ jar ]--------------------------------- 12:13:29 [INFO] 12:13:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test --- 12:13:29 [INFO] 12:13:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test --- 12:13:29 [INFO] 12:13:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test --- 12:13: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/test/target/jacoco.exec 12:13:29 [INFO] 12:13:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test --- 12:13:29 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:13:29 [WARNING] 12:13:29 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:13:29 [WARNING] 12:13:29 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:13:29 [WARNING] 12:13:29 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:13:29 [INFO] 12:13:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test --- 12:13:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources 12:13:29 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:13:29 [INFO] 12:13:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test --- 12:13:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT... 12:13:29 [INFO] 12:13:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test --- 12:13:29 [INFO] No sources to compile 12:13:29 [INFO] 12:13:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test --- 12:13:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources 12:13:29 [INFO] 12:13:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test --- 12:13:29 [INFO] Changes detected - recompiling the module! :dependency 12:13:29 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes 12:13:30 [INFO] 12:13:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test --- 12:13:30 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:13:30 [INFO] 12:13:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test --- 12:13:30 [INFO] 12:13:30 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test --- 12:13:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar 12:13:30 [INFO] 12:13:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test --- 12:13:30 [INFO] 12:13:30 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test --- 12:13:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 12:13:30 [INFO] 12:13:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test --- 12:13:30 [INFO] Tests are skipped. 12:13:30 [INFO] 12:13:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test --- 12:13:30 [INFO] Tests are skipped. 12:13:30 [INFO] 12:13:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test --- 12:13:30 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:13:30 [INFO] 12:13:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test --- 12:13:30 [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 12:13:30 [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 12:13:30 [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 12:13:30 [INFO] 12:13:30 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- 12:13:30 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77] 12:13:30 [INFO] from internal/utils/persistence/pom.xml 12:13:30 [INFO] --------------------------------[ jar ]--------------------------------- 12:13:30 [INFO] 12:13:30 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] 12:13:30 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] 12:13:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 12:13:30 [INFO] 12:13:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence --- 12:13:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:13:30 [WARNING] 12:13:30 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:13:30 [WARNING] 12:13:30 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:13:30 [WARNING] 12:13:30 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:13:30 [INFO] 12:13:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources 12:13:30 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:13:30 [INFO] 12:13:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT... 12:13:30 [INFO] 12:13:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence --- 12:13:30 [INFO] Changes detected - recompiling the module! :dependency 12:13:30 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes 12:13:31 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java uses or overrides a deprecated API. 12:13:31 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Recompile with -Xlint:deprecation for details. 12:13:31 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java uses unchecked or unsafe operations. 12:13:31 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: Recompile with -Xlint:unchecked for details. 12:13:31 [INFO] 12:13:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence --- 12:13:31 [INFO] Copying 12 resources from src/test/resources to target/test-classes 12:13:31 [INFO] 12:13:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence --- 12:13:31 [INFO] Changes detected - recompiling the module! :dependency 12:13:31 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes 12:13:32 [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. 12:13:32 [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. 12:13:32 [INFO] 12:13:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence --- 12:13:32 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:13:32 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/surefire-reports 12:13:32 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:13:32 [INFO] 12:13:32 [INFO] ------------------------------------------------------- 12:13:32 [INFO] T E S T S 12:13:32 [INFO] ------------------------------------------------------- 12:13:32 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest 12:13:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.619 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest 12:13:35 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest 12:13:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest 12:13:35 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest 12:13:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest 12:13:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest 12:13:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest 12:13:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest 12:13:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest 12:13:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest 12:13:36 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest 12:13:36 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest 12:13:37 17:13:37,037 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 12:13:37 17:13:37,039 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - No custom configurators were discovered as a service. 12:13:37 17:13:37,039 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 12:13:37 17:13:37,040 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 12:13:37 17:13:37,042 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 12:13:37 17:13:37,042 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 12:13:37 17:13:37,045 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 12:13:37 17:13:37,046 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 12:13:37 17:13:37,047 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 12:13:37 17:13:37,047 |-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] 12:13:37 17:13:37,184 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 12:13:37 17:13:37,196 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 12:13:37 17:13:37,197 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:13:37 17:13:37,206 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:13:37 17:13:37,240 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 12:13:37 17:13:37,240 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:13:37 17:13:37,241 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:13:37 17:13:37,244 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 12:13:37 17:13:37,244 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 12:13:37 17:13:37,245 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 12:13:37 17:13:37,245 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 12:13:37 17:13:37,246 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@344a065a - End of configuration. 12:13:37 17:13:37,247 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@67f266bd - Registering current configuration as safe fallback point 12:13:37 17:13:37,247 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 200 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 12:13:37 2024-01-25 17:13:37,787 WARN [] o.mongodb.driver.uri - Connection string contains unsupported option 'writeconcern'. 12:13:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest 12:13:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest 12:13:41 2024-01-25 17:13:41,042 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 12:13:41 2024-01-25 17:13:41,042 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 12:13:41 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:13:42 2024-01-25 17:13:42,595 WARN [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 12:13:43 [WARN] [01/25/2024 17:13:42.836] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#546808871]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 [WARN] [01/25/2024 17:13:42.844] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#546808871]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 2024-01-25 17:13:43,060 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 12:13:43 2024-01-25 17:13:43,061 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 12:13:43 [WARN] [01/25/2024 17:13:43.236] [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#-436204033]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 [WARN] [01/25/2024 17:13:43.237] [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#-436204033]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 2024-01-25 17:13:43,439 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 12:13:43 2024-01-25 17:13:43,439 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 12:13:43 [WARN] [01/25/2024 17:13:43.465] [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#-83491026]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 [WARN] [01/25/2024 17:13:43.466] [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#-83491026]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 2024-01-25 17:13:43,651 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 12:13:43 2024-01-25 17:13:43,652 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 12:13:43 [WARN] [01/25/2024 17:13:43.681] [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#1762835106]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 [WARN] [01/25/2024 17:13:43.681] [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#1762835106]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 2024-01-25 17:13:43,858 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 12:13:43 2024-01-25 17:13:43,858 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 12:13:43 [WARN] [01/25/2024 17:13:43.884] [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#1109535118]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:43 [WARN] [01/25/2024 17:13:43.885] [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#1109535118]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control]. 12:13:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.141 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest 12:13:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest 12:13:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest 12:13:44 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest 12:13:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 12:13:44 2024-01-25 17:13:44,572 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 12:13:44 2024-01-25 17:13:44,573 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 12:13:44 2024-01-25 17:13:44,711 WARN [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 12:13:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest 12:13:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest 12:13:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest 12:13:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest 12:13:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest 12:13:44 [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 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest 12:13:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest 12:13:44 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest 12:13:45 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest 12:13:45 [INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest 12:13:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest 12:13:45 [INFO] 12:13:45 [INFO] Results: 12:13:45 [INFO] 12:13:45 [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0 12:13:45 [INFO] 12:13:45 [INFO] 12:13:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence --- 12:13:45 [INFO] 12:13:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence --- 12:13:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 12:13:45 [INFO] 12:13:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence --- 12:13:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:13:45 [INFO] No previous run data found, generating javadoc. 12:13:49 [WARNING] Javadoc Warnings 12:13:49 [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 12:13:49 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected final EventRegistry<T> eventRegistry; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected final ExtendedActorSystem system; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system, 12:13:49 [WARNING] ^ 12:13:49 [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> 12:13:49 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator, 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {} 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] protected abstract String getActorName(); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public DittoMongoCollectionCache(final Config config) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public BsonInt32 getBsonInt() { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] ASCENDING(1), DESCENDING(-1); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] ASCENDING(1), DESCENDING(-1); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static final IndexDirection DEFAULT = ASCENDING; 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public KamonCommandListener(final String metricName) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public KamonConnectionPoolListener(final String metricName) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection, 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient, 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST(); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID(); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() { 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest()); 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] EXTRACTOR_CLASS("class", ""), 12:13:49 [WARNING] ^ 12:13:49 [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 12:13:49 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList()); 12:13:49 [WARNING] ^ 12:13:49 [WARNING] 41 warnings 12:13:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 12:13:49 [INFO] 12:13:49 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence --- 12:13:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 12:13:49 [INFO] 12:13:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence --- 12:13:49 [INFO] Tests are skipped. 12:13:49 [INFO] 12:13:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence --- 12:13:49 [INFO] Tests are skipped. 12:13:49 [INFO] 12:13:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence --- 12:13:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 12:13:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes 12:13:49 [INFO] 12:13:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence --- 12:13:49 [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 12:13:49 [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 12:13:49 [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 12:13:49 [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 12:13:49 [INFO] 12:13:49 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- 12:13:49 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [43/77] 12:13:49 [INFO] from things/api/pom.xml 12:13:49 [INFO] --------------------------------[ jar ]--------------------------------- 12:13:49 [INFO] 12:13:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api --- 12:13:49 [INFO] 12:13:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api --- 12:13:49 [INFO] 12:13:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api --- 12:13: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/things/api/target/jacoco.exec 12:13:49 [INFO] 12:13:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api --- 12:13:49 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:13:49 [WARNING] 12:13:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:13:49 [WARNING] 12:13:49 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:13:49 [WARNING] 12:13:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:13:49 [INFO] 12:13:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api --- 12:13:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources 12:13:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:13:49 [INFO] 12:13:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api --- 12:13:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT... 12:13:49 [INFO] 12:13:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api --- 12:13:49 [INFO] Changes detected - recompiling the module! :dependency 12:13:49 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes 12:13:49 [INFO] 12:13:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api --- 12:13:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources 12:13:49 [INFO] 12:13:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api --- 12:13:49 [INFO] Changes detected - recompiling the module! :dependency 12:13:49 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:13:49 [INFO] 12:13:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api --- 12:13:49 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:13:49 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/api/target/surefire-reports 12:13:49 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:13:49 [INFO] 12:13:49 [INFO] ------------------------------------------------------- 12:13:49 [INFO] T E S T S 12:13:49 [INFO] ------------------------------------------------------- 12:13:50 [INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest 12:13:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.375 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest 12:13:53 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest 12:13:54 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest 12:13:54 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest 12:13:54 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest 12:13:54 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest 12:13:54 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest 12:13:54 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest 12:13:54 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest 12:13:54 [INFO] 12:13:54 [INFO] Results: 12:13:54 [INFO] 12:13:54 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 12:13:54 [INFO] 12:13:54 [INFO] 12:13:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api --- 12:13:54 [INFO] 12:13:54 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api --- 12:13:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 12:13:54 [INFO] 12:13:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api --- 12:13:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:13:54 [INFO] No previous run data found, generating javadoc. 12:13:56 [WARNING] Javadoc Warnings 12:13:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment 12:13:56 [WARNING] package org.eclipse.ditto.things.api; 12:13:56 [WARNING] ^ 12:13:56 [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 12:13:56 [WARNING] package org.eclipse.ditto.things.api.commands.sudo; 12:13:56 [WARNING] ^ 12:13:56 [WARNING] 2 warnings 12:13:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 12:13:56 [INFO] 12:13:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api --- 12:13:56 [INFO] Tests are skipped. 12:13:56 [INFO] 12:13:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api --- 12:13:56 [INFO] Tests are skipped. 12:13:56 [INFO] 12:13:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api --- 12:13:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 12:13:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes 12:13:56 [INFO] 12:13:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api --- 12:13:56 [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 12:13:56 [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 12:13:56 [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 12:13:56 [INFO] 12:13:56 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- 12:13:56 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [44/77] 12:13:56 [INFO] from connectivity/api/pom.xml 12:13:56 [INFO] --------------------------------[ jar ]--------------------------------- 12:13:56 [INFO] 12:13:56 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api --- 12:13:56 [INFO] 12:13:56 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api --- 12:13:56 [INFO] 12:13:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api --- 12:13: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/connectivity/api/target/jacoco.exec 12:13:56 [INFO] 12:13:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api --- 12:13:56 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:13:56 [WARNING] 12:13:56 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:13:56 [WARNING] 12:13:56 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:13:56 [WARNING] 12:13:56 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:13:56 [INFO] 12:13:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api --- 12:13:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources 12:13:56 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:13:56 [INFO] 12:13:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api --- 12:13:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT... 12:13:56 [INFO] 12:13:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api --- 12:13:56 [INFO] Changes detected - recompiling the module! :dependency 12:13:56 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes 12:13:57 [INFO] 12:13:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api --- 12:13:57 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:13:57 [INFO] 12:13:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api --- 12:13:57 [INFO] Changes detected - recompiling the module! :dependency 12:13:57 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 12:13:57 [INFO] 12:13:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api --- 12:13:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:13:57 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/surefire-reports 12:13:57 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:13:57 [INFO] 12:13:57 [INFO] ------------------------------------------------------- 12:13:57 [INFO] T E S T S 12:13:57 [INFO] ------------------------------------------------------- 12:13:58 [INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest 12:13:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest 12:13:58 [INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest 12:13:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest 12:13:59 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest 12:14:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest 12:14:00 [INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest 12:14:01 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:14:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.222 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest 12:14:03 [INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest 12:14:03 SLF4J(W): No SLF4J providers were found. 12:14:03 SLF4J(W): Defaulting to no-operation (NOP) logger implementation 12:14:03 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 12:14:06 [INFO] [01/25/2024 17:14:06.617] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:14:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.886 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest 12:14:06 [INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest 12:14:07 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.966 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest 12:14:07 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest 12:14:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest 12:14:07 [INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest 12:14:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest 12:14:07 [INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest 12:14:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest 12:14:08 [INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest 12:14:08 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest 12:14:08 [INFO] 12:14:08 [INFO] Results: 12:14:08 [INFO] 12:14:08 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0 12:14:08 [INFO] 12:14:08 [INFO] 12:14:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api --- 12:14:08 [INFO] 12:14:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api --- 12:14:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 12:14:08 [INFO] 12:14:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api --- 12:14:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:14:08 [INFO] No previous run data found, generating javadoc. 12:14:10 [WARNING] Javadoc Warnings 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment 12:14:10 [WARNING] package org.eclipse.ditto.connectivity.api; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs; 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment 12:14:10 [WARNING] CONNECTED, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment 12:14:10 [WARNING] CONNECTING, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment 12:14:10 [WARNING] DISCONNECTED, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment 12:14:10 [WARNING] DISCONNECTING, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment 12:14:10 [WARNING] INITIALIZED, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment 12:14:10 [WARNING] TESTING; 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment 12:14:10 [WARNING] UNKNOWN, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment 12:14:10 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval"; 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment 12:14:10 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH = 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment 12:14:10 [WARNING] BYTES, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment 12:14:10 [WARNING] TEXT, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment 12:14:10 [WARNING] TEXT_AND_BYTES, 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment 12:14:10 [WARNING] UNKNOWN 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command, 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable( 12:14:10 [WARNING] ^ 12:14:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment 12:14:10 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath, 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets, 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag"; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public String getTag() { 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public Set<ConnectionId> getConnectionIds() { 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags"; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:14:10 [WARNING] ^ 12:14:10 [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 12:14:10 [WARNING] public Set<String> getConnectionTags() { 12:14:10 [WARNING] ^ 12:14:10 [WARNING] 27 warnings 12:14:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 12:14:10 [INFO] 12:14:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api --- 12:14:10 [INFO] Tests are skipped. 12:14:10 [INFO] 12:14:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api --- 12:14:10 [INFO] Tests are skipped. 12:14:10 [INFO] 12:14:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api --- 12:14:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec 12:14:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes 12:14:10 [INFO] 12:14:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api --- 12:14:10 [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 12:14:10 [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 12:14:10 [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 12:14:10 [INFO] 12:14:10 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- 12:14:10 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [45/77] 12:14:10 [INFO] from jwt/pom.xml 12:14:10 [INFO] --------------------------------[ pom ]--------------------------------- 12:14:10 [INFO] 12:14:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt --- 12:14:10 [INFO] 12:14:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt --- 12:14:10 [INFO] 12:14:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt --- 12:14: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/jwt/target/jacoco.exec 12:14:10 [INFO] 12:14:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt --- 12:14:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:14:10 [INFO] The goal is skip due to packaging 'pom' 12:14:10 [INFO] 12:14:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt --- 12:14:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT... 12:14:10 [INFO] 12:14:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt --- 12:14:10 [INFO] 12:14:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt --- 12:14:10 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:14:10 [INFO] 12:14:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt --- 12:14:10 [INFO] Tests are skipped. 12:14:10 [INFO] 12:14:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt --- 12:14:10 [INFO] Tests are skipped. 12:14:10 [INFO] 12:14:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt --- 12:14:10 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:14:10 [INFO] 12:14:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt --- 12:14:10 [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 12:14:10 [INFO] 12:14:10 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ 12:14:10 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [46/77] 12:14:10 [INFO] from jwt/model/pom.xml 12:14:10 [INFO] -------------------------------[ bundle ]------------------------------- 12:14:10 [INFO] 12:14:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model --- 12:14:10 [INFO] 12:14:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model --- 12:14:10 [INFO] 12:14:10 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model --- 12:14:10 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:14:10 [INFO] 12:14:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model --- 12:14: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/jwt/model/target/jacoco.exec 12:14:10 [INFO] 12:14:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model --- 12:14:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:14:10 [WARNING] 12:14:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:14:10 [WARNING] 12:14:10 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:14:10 [WARNING] 12:14:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:14:10 [INFO] 12:14:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model --- 12:14:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources 12:14:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:14:10 [INFO] 12:14:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model --- 12:14:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT... 12:14:10 [INFO] 12:14:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model --- 12:14:10 [INFO] Changes detected - recompiling the module! :dependency 12:14:10 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes 12:14:10 [WARNING] bootstrap class path not set in conjunction with -source 8 12:14:10 [INFO] 12:14:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model --- 12:14:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources 12:14:10 [INFO] 12:14:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model --- 12:14:10 [INFO] Changes detected - recompiling the module! :dependency 12:14:10 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes 12:14:10 [WARNING] bootstrap class path not set in conjunction with -source 8 12:14:10 [INFO] 12:14:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model --- 12:14:10 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:14:10 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/surefire-reports 12:14:10 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:14:10 [INFO] 12:14:10 [INFO] ------------------------------------------------------- 12:14:10 [INFO] T E S T S 12:14:10 [INFO] ------------------------------------------------------- 12:14:11 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest 12:14:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest 12:14:12 [INFO] Running org.eclipse.ditto.jwt.model.AudienceTest 12:14:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.ditto.jwt.model.AudienceTest 12:14:12 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest 12:14:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest 12:14:13 [INFO] 12:14:13 [INFO] Results: 12:14:13 [INFO] 12:14:13 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 12:14:13 [INFO] 12:14:13 [INFO] 12:14:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model --- 12:14:13 [INFO] 12:14:13 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model --- 12:14:13 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 12:14:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF 12:14:13 [INFO] 12:14:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model --- 12:14:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:14:13 [INFO] No previous run data found, generating javadoc. 12:14:14 [WARNING] Javadoc Warnings 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment 12:14:14 [WARNING] package org.eclipse.ditto.jwt.model; 12:14:14 [WARNING] ^ 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment 12:14:14 [WARNING] protected AbstractJsonWebToken(final String token) { 12:14:14 [WARNING] ^ 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment 12:14:14 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) { 12:14:14 [WARNING] ^ 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment 12:14:14 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException { 12:14:14 [WARNING] ^ 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment 12:14:14 [WARNING] public interface JwtException { 12:14:14 [WARNING] ^ 12:14:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment 12:14:14 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException { 12:14:14 [WARNING] ^ 12:14:14 [WARNING] 6 warnings 12:14:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 12:14:14 [INFO] 12:14:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model --- 12:14:14 [INFO] Tests are skipped. 12:14:14 [INFO] 12:14:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model --- 12:14:14 [INFO] Tests are skipped. 12:14:14 [INFO] 12:14:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model --- 12:14:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 12:14:14 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes 12:14:14 [INFO] 12:14:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model --- 12:14:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'. 12:14:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'. 12:14:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'. 12:14:15 [INFO] 12:14:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model --- 12:14:15 [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 12:14:15 [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 12:14:15 [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 12:14:15 [INFO] 12:14:15 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model --- 12:14:15 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar 12:14:15 [INFO] Writing OBR metadata 12:14:15 [INFO] 12:14:15 [INFO] --------------------< org.eclipse.ditto:ditto-wot >--------------------- 12:14:15 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT [47/77] 12:14:15 [INFO] from wot/pom.xml 12:14:15 [INFO] --------------------------------[ pom ]--------------------------------- 12:14:15 [INFO] 12:14:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot --- 12:14:15 [INFO] 12:14:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot --- 12:14:15 [INFO] 12:14:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot --- 12:14: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/wot/target/jacoco.exec 12:14:15 [INFO] 12:14:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot --- 12:14:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:14:15 [INFO] The goal is skip due to packaging 'pom' 12:14:15 [INFO] 12:14:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot --- 12:14:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT... 12:14:15 [INFO] 12:14:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot --- 12:14:15 [INFO] 12:14:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot --- 12:14:15 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:14:15 [INFO] 12:14:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot --- 12:14:15 [INFO] Tests are skipped. 12:14:15 [INFO] 12:14:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot --- 12:14:15 [INFO] Tests are skipped. 12:14:15 [INFO] 12:14:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot --- 12:14:15 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:14:15 [INFO] 12:14:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot --- 12:14:15 [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 12:14:15 [INFO] 12:14:15 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------ 12:14:15 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT [48/77] 12:14:15 [INFO] from wot/model/pom.xml 12:14:15 [INFO] -------------------------------[ bundle ]------------------------------- 12:14:15 [INFO] 12:14:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model --- 12:14:15 [INFO] 12:14:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model --- 12:14:15 [INFO] 12:14:15 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model --- 12:14:15 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:14:15 [INFO] 12:14:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model --- 12:14: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/wot/model/target/jacoco.exec 12:14:15 [INFO] 12:14:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model --- 12:14:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:14:15 [WARNING] 12:14:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:14:15 [WARNING] 12:14:15 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:14:15 [WARNING] 12:14:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:14:15 [INFO] 12:14:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model --- 12:14:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources 12:14:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:14:15 [INFO] 12:14:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model --- 12:14:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT... 12:14:15 [INFO] 12:14:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model --- 12:14:15 [INFO] Changes detected - recompiling the module! :dependency 12:14:15 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes 12:14:16 [WARNING] bootstrap class path not set in conjunction with -source 8 12:14:16 [INFO] 12:14:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model --- 12:14:16 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:14:16 [INFO] 12:14:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model --- 12:14:16 [INFO] Changes detected - recompiling the module! :dependency 12:14:16 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:14:16 [WARNING] bootstrap class path not set in conjunction with -source 8 12:14:16 [INFO] 12:14:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model --- 12:14:16 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:14:16 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/surefire-reports 12:14:16 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:14:16 [INFO] 12:14:16 [INFO] ------------------------------------------------------- 12:14:16 [INFO] T E S T S 12:14:16 [INFO] ------------------------------------------------------- 12:14:17 [INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest 12:14:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest 12:14:17 [INFO] 12:14:17 [INFO] Results: 12:14:17 [INFO] 12:14:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 12:14:17 [INFO] 12:14:17 [INFO] 12:14:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model --- 12:14:17 [INFO] 12:14:17 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model --- 12:14:17 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 12:14:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF 12:14:17 [INFO] 12:14:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model --- 12:14:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:14:17 [INFO] No previous run data found, generating javadoc. 12:14:21 [WARNING] Javadoc Warnings 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment 12:14:21 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment 12:14:21 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment 12:14:21 [WARNING] String getActionName(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment 12:14:21 [WARNING] Optional<SingleDataSchema> getInput(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment 12:14:21 [WARNING] Optional<SingleDataSchema> getOutput(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment 12:14:21 [WARNING] boolean isIdempotent(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment 12:14:21 [WARNING] boolean isSafe(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment 12:14:21 [WARNING] Optional<Boolean> isSynchronous(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment 12:14:21 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment 12:14:21 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment 12:14:21 [WARNING] static Builder newBuilder(final CharSequence actionName) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment 12:14:21 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment 12:14:21 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment 12:14:21 [WARNING] Builder setInput(@Nullable SingleDataSchema input); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment 12:14:21 [WARNING] Builder setOutput(@Nullable SingleDataSchema output); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment 12:14:21 [WARNING] Builder setSafe(@Nullable Boolean safe); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment 12:14:21 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment 12:14:21 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition( 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment 12:14:21 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition( 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment 12:14:21 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition( 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment 12:14:21 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition( 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment 12:14:21 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition( 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment 12:14:21 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment 12:14:21 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment 12:14:21 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp(); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment 12:14:21 [WARNING] static ActionFormElement.Builder newBuilder() { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment 12:14:21 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment 12:14:21 [WARNING] static Builder newBuilder() { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment 12:14:21 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment 12:14:21 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment 12:14:21 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment 12:14:21 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment 12:14:21 [WARNING] static Actions from(final Collection<Action> actions) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment 12:14:21 [WARNING] static Actions fromJson(final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment 12:14:21 [WARNING] Optional<Action> getAction(CharSequence actionName); 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment 12:14:21 [WARNING] static Actions of(final Map<String, Action> actions) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment 12:14:21 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment 12:14:21 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment 12:14:21 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:21 [WARNING] ^ 12:14:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment 12:14:21 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:21 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment 12:14:22 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment 12:14:22 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment 12:14:22 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment 12:14:22 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment 12:14:22 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment 12:14:22 [WARNING] List<String> getAllOf(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment 12:14:22 [WARNING] SecuritySchemeScheme getScheme(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment 12:14:22 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment 12:14:22 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment 12:14:22 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment 12:14:22 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment 12:14:22 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment 12:14:22 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment 12:14:22 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment 12:14:22 [WARNING] Optional<SecuritySchemeIn> getIn(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment 12:14:22 [WARNING] Optional<String> getName(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment 12:14:22 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment 12:14:22 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment 12:14:22 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment 12:14:22 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment 12:14:22 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment 12:14:22 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment 12:14:22 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment 12:14:22 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment 12:14:22 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment 12:14:22 [WARNING] Optional<DataSchema> getItems(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment 12:14:22 [WARNING] Optional<Integer> getMaxItems(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment 12:14:22 [WARNING] Optional<Integer> getMinItems(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment 12:14:22 [WARNING] Optional<DataSchemaType> getType(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment 12:14:22 [WARNING] static ArraySchema.Builder newBuilder() { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment 12:14:22 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment 12:14:22 [WARNING] default ArraySchema.Builder toBuilder() { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment 12:14:22 [WARNING] static Builder newBuilder() { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment 12:14:22 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment 12:14:22 [WARNING] Builder setItems(@Nullable DataSchema items); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment 12:14:22 [WARNING] Builder setMaxItems(@Nullable Integer maxItems); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment 12:14:22 [WARNING] Builder setMinItems(@Nullable Integer minItems); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment 12:14:22 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition( 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment 12:14:22 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment 12:14:22 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment 12:14:22 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment 12:14:22 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment 12:14:22 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment 12:14:22 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment 12:14:22 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment 12:14:22 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment 12:14:22 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment 12:14:22 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment 12:14:22 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment 12:14:22 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment 12:14:22 [WARNING] String REL_ICON = "icon"; 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment 12:14:22 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) { 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment 12:14:22 [WARNING] Optional<IRI> getAnchor(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment 12:14:22 [WARNING] IRI getHref(); 12:14:22 [WARNING] ^ 12:14:22 [WARNING] 100 warnings 12:14:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 12:14:22 [INFO] 12:14:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model --- 12:14:22 [INFO] Tests are skipped. 12:14:22 [INFO] 12:14:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model --- 12:14:22 [INFO] Tests are skipped. 12:14:22 [INFO] 12:14:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model --- 12:14:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec 12:14:22 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes 12:14:22 [INFO] 12:14:22 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model --- 12:14:22 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'. 12:14:22 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'. 12:14:22 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'. 12:14:22 [INFO] 12:14:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model --- 12:14:22 [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 12:14:22 [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 12:14:22 [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 12:14:22 [INFO] 12:14:22 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model --- 12:14:22 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar 12:14:22 [INFO] Writing OBR metadata 12:14:22 [INFO] 12:14:22 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- 12:14:22 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77] 12:14:22 [INFO] from internal/utils/cache-loaders/pom.xml 12:14:22 [INFO] --------------------------------[ jar ]--------------------------------- 12:14:22 [INFO] 12:14:22 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] 12:14:22 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] 12:14:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 12:14:22 [INFO] 12:14:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders --- 12:14:22 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:14:22 [WARNING] 12:14:22 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:14:22 [WARNING] 12:14:22 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:14:22 [WARNING] 12:14:22 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:14:22 [INFO] 12:14:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] Copying 1 resource from src/main/resources to target/classes 12:14:22 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:14:22 [INFO] 12:14:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT... 12:14:22 [INFO] 12:14:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders --- 12:14:22 [INFO] Changes detected - recompiling the module! :dependency 12:14:22 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes 12:14:23 [INFO] 12:14:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders --- 12:14:23 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:14:23 [INFO] 12:14:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders --- 12:14:23 [INFO] Changes detected - recompiling the module! :dependency 12:14:23 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:14:23 [INFO] 12:14:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders --- 12:14:23 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:14:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/surefire-reports 12:14:23 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:14:23 [INFO] 12:14:23 [INFO] ------------------------------------------------------- 12:14:23 [INFO] T E S T S 12:14:23 [INFO] ------------------------------------------------------- 12:14:23 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest 12:14:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.732 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest 12:14:26 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest 12:14:27 [INFO] [01/25/2024 17:14:27.715] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:14:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest 12:14:27 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest 12:14:27 17:14:27.854 [test-pekko.actor.default-dispatcher-6] INFO org.apache.pekko.event.slf4j.Slf4jLogger -- Slf4jLogger started 12:14:29 17:14:28.981 [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#-289957994]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:30 17:14:30.000 [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#-289957994]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:33 17:14:33.550 [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#-154525058]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:34 17:14:34.799 [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#-154525058]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:36 17:14:36.279 [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#-154525058]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:38 17:14:38.190 [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#-154525058]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:40 17:14:40.700 [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#-2141311612]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:41 17:14:41.950 [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#-2141311612]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:44 17:14:44.429 [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#1341491254]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:48 17:14:48.969 [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#2123565260]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:14:51 17:14:51.010 [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#2123565260]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:01 17:15:01.110 [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#387289668]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:03 17:15:03.149 [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#387289668]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:05 17:15:05.190 [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#387289668]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:07 17:15:07.230 [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#387289668]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:08 17:15:08.740 [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#181728654]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:09 17:15:09.760 [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#181728654]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:10 17:15:10.779 [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#181728654]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:11 17:15:11.800 [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#181728654]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.> 12:15:13 17:15:13.800 [test-pekko.actor.default-dispatcher-7] INFO org.apache.pekko.actor.CoordinatedShutdown -- Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:13 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.08 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest 12:15:13 [INFO] 12:15:13 [INFO] Results: 12:15:13 [INFO] 12:15:13 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 12:15:13 [INFO] 12:15:13 [INFO] 12:15:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders --- 12:15:13 [INFO] 12:15:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders --- 12:15:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 12:15:13 [INFO] 12:15:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders --- 12:15:14 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:15:14 [INFO] No previous run data found, generating javadoc. 12:15:15 [WARNING] Javadoc Warnings 12:15:15 [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 12:15:15 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders; 12:15:15 [WARNING] ^ 12:15:15 [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 12:15:15 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config; 12:15:15 [WARNING] ^ 12:15:15 [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> 12:15:15 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard( 12:15:15 [WARNING] ^ 12:15:15 [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 12:15:15 [WARNING] BACKOFF_DELAY 12:15:15 [WARNING] ^ 12:15:15 [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 12:15:15 [WARNING] FIXED_DELAY, 12:15:15 [WARNING] ^ 12:15:15 [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 12:15:15 [WARNING] NO_DELAY, 12:15:15 [WARNING] ^ 12:15:15 [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 12:15:15 [WARNING] OFF, 12:15:15 [WARNING] ^ 12:15:15 [WARNING] 7 warnings 12:15:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 12:15:15 [INFO] 12:15:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders --- 12:15:15 [INFO] Tests are skipped. 12:15:15 [INFO] 12:15:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders --- 12:15:15 [INFO] Tests are skipped. 12:15:15 [INFO] 12:15:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders --- 12:15:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 12:15:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes 12:15:15 [INFO] 12:15:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders --- 12:15:15 [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 12:15:15 [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 12:15:15 [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 12:15:15 [INFO] 12:15:15 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- 12:15:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77] 12:15:15 [INFO] from internal/utils/namespaces/pom.xml 12:15:15 [INFO] --------------------------------[ jar ]--------------------------------- 12:15:15 [INFO] 12:15:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] 12:15:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] 12:15:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 12:15:15 [INFO] 12:15:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces --- 12:15:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:15 [WARNING] 12:15:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:15:15 [WARNING] 12:15:15 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:15:15 [WARNING] 12:15:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:15:15 [INFO] 12:15:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources 12:15:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:15:15 [INFO] 12:15:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT... 12:15:15 [INFO] 12:15:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces --- 12:15:15 [INFO] Changes detected - recompiling the module! :dependency 12:15:15 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 12:15:16 [INFO] 12:15:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces --- 12:15:16 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:15:16 [INFO] 12:15:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces --- 12:15:16 [INFO] Changes detected - recompiling the module! :dependency 12:15:16 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:15:16 [INFO] 12:15:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces --- 12:15:16 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:15:16 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/surefire-reports 12:15:16 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:15:16 [INFO] 12:15:16 [INFO] ------------------------------------------------------- 12:15:16 [INFO] T E S T S 12:15:16 [INFO] ------------------------------------------------------- 12:15:16 [INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest 12:15:19 [INFO] [01/25/2024 17:15:19.155] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:37161] with UID [-6808210873185737478] 12:15:19 [INFO] [01/25/2024 17:15:19.185] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Starting up, Pekko version [1.0.1] ... 12:15:19 [INFO] [01/25/2024 17:15:19.344] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:19 [INFO] [01/25/2024 17:15:19.345] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Started up successfully 12:15:19 [INFO] [01/25/2024 17:15:19.436] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:19 [INFO] [01/25/2024 17:15:19.437] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:20 [INFO] [01/25/2024 17:15:20.498] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:20 [INFO] [01/25/2024 17:15:20.509] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Exiting completed 12:15:20 [INFO] [01/25/2024 17:15:20.510] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Shutting down... 12:15:20 [INFO] [01/25/2024 17:15:20.511] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37161] - Successfully shut down 12:15:20 [INFO] [pekkoDeadLetter][01/25/2024 17:15:20.511] [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#-2019245329] 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'. 12:15:20 [INFO] [01/25/2024 17:15:20.546] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.22.231:37161/system/remoting-terminator] Shutting down remote daemon. 12:15:20 [INFO] [01/25/2024 17:15:20.548] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.22.231:37161/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:15:20 [INFO] [01/25/2024 17:15:20.568] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.22.231:37161/system/remoting-terminator] Remoting shut down. 12:15:20 [INFO] [01/25/2024 17:15:20.659] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:37561] with UID [-6764431082009804073] 12:15:20 [INFO] [01/25/2024 17:15:20.660] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Starting up, Pekko version [1.0.1] ... 12:15:20 [INFO] [01/25/2024 17:15:20.665] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:20 [INFO] [01/25/2024 17:15:20.665] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Started up successfully 12:15:20 [INFO] [01/25/2024 17:15:20.667] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:20 [INFO] [01/25/2024 17:15:20.667] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:20 [INFO] [01/25/2024 17:15:20.697] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:20 [INFO] [pekkoDeadLetter][01/25/2024 17:15:20.736] [BlockedNamespacesTest-pekko.actor.default-dispatcher-5] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#2041712676] 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'. 12:15:20 [INFO] [01/25/2024 17:15:20.737] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Exiting completed 12:15:20 [INFO] [01/25/2024 17:15:20.737] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Shutting down... 12:15:20 [INFO] [01/25/2024 17:15:20.737] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:37561] - Successfully shut down 12:15:20 [INFO] [01/25/2024 17:15:20.740] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.22.231:37561/system/remoting-terminator] Shutting down remote daemon. 12:15:20 [INFO] [01/25/2024 17:15:20.740] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.22.231:37561/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:15:20 [INFO] [01/25/2024 17:15:20.742] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.22.231:37561/system/remoting-terminator] Remoting shut down. 12:15:20 [INFO] [01/25/2024 17:15:20.780] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:46865] with UID [-1073834207355903028] 12:15:20 [INFO] [01/25/2024 17:15:20.781] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:46865] - Starting up, Pekko version [1.0.1] ... 12:15:20 [INFO] [01/25/2024 17:15:20.785] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:46865] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:20 [INFO] [01/25/2024 17:15:20.785] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:46865] - Started up successfully 12:15:20 [INFO] [01/25/2024 17:15:20.786] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:46865] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:20 [INFO] [01/25/2024 17:15:20.786] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:46865] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:21 [INFO] [01/25/2024 17:15:20.953] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:33499] with UID [8764538594427098661] 12:15:21 [INFO] [01/25/2024 17:15:20.953] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Starting up, Pekko version [1.0.1] ... 12:15:21 [INFO] [01/25/2024 17:15:20.957] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:21 [INFO] [01/25/2024 17:15:20.957] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Started up successfully 12:15:21 [INFO] [01/25/2024 17:15:20.958] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:21 [INFO] [01/25/2024 17:15:20.958] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:23 [INFO] [01/25/2024 17:15:23.071] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:23 [INFO] [pekkoDeadLetter][01/25/2024 17:15:23.072] [BlockedNamespacesTest-pekko.actor.default-dispatcher-5] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#1770934136] 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'. 12:15:23 [INFO] [01/25/2024 17:15:23.073] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Exiting completed 12:15:23 [INFO] [01/25/2024 17:15:23.073] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Shutting down... 12:15:23 [INFO] [01/25/2024 17:15:23.073] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:33499] - Successfully shut down 12:15:23 [INFO] [01/25/2024 17:15:23.076] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.22.231:33499/system/remoting-terminator] Shutting down remote daemon. 12:15:23 [INFO] [01/25/2024 17:15:23.076] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.22.231:33499/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:15:23 [INFO] [01/25/2024 17:15:23.078] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.22.231:33499/system/remoting-terminator] Remoting shut down. 12:15:23 [INFO] [01/25/2024 17:15:23.114] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:34757] with UID [-3940995318844635937] 12:15:23 [INFO] [01/25/2024 17:15:23.115] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Starting up, Pekko version [1.0.1] ... 12:15:23 [INFO] [01/25/2024 17:15:23.119] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:23 [INFO] [01/25/2024 17:15:23.119] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Started up successfully 12:15:23 [INFO] [01/25/2024 17:15:23.120] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:23 [INFO] [01/25/2024 17:15:23.120] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:23 [INFO] [01/25/2024 17:15:23.153] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:23 [INFO] [pekkoDeadLetter][01/25/2024 17:15:23.153] [BlockedNamespacesTest-pekko.actor.default-dispatcher-5] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#463933102] 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'. 12:15:23 [INFO] [01/25/2024 17:15:23.154] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Exiting completed 12:15:23 [INFO] [01/25/2024 17:15:23.154] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Shutting down... 12:15:23 [INFO] [01/25/2024 17:15:23.154] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:34757] - Successfully shut down 12:15:23 [INFO] [01/25/2024 17:15:23.156] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.22.231:34757/system/remoting-terminator] Shutting down remote daemon. 12:15:23 [INFO] [01/25/2024 17:15:23.156] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.22.231:34757/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:15:23 [INFO] [01/25/2024 17:15:23.158] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.22.231:34757/system/remoting-terminator] Remoting shut down. 12:15:23 [INFO] [01/25/2024 17:15:23.197] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.22.231:38785] with UID [5421441682156499301] 12:15:23 [INFO] [01/25/2024 17:15:23.198] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Starting up, Pekko version [1.0.1] ... 12:15:23 [INFO] [01/25/2024 17:15:23.201] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Registered cluster JMX MBean [pekko:type=Cluster] 12:15:23 [INFO] [01/25/2024 17:15:23.201] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Started up successfully 12:15:23 [INFO] [01/25/2024 17:15:23.236] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing 12:15:23 [INFO] [01/25/2024 17:15:23.236] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining 12:15:23 [INFO] [01/25/2024 17:15:23.258] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:23 [INFO] [pekkoDeadLetter][01/25/2024 17:15:23.259] [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#-212255888] 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'. 12:15:23 [INFO] [01/25/2024 17:15:23.259] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Exiting completed 12:15:23 [INFO] [01/25/2024 17:15:23.259] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Shutting down... 12:15:23 [INFO] [01/25/2024 17:15:23.259] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.22.231:38785] - Successfully shut down 12:15:23 [INFO] [01/25/2024 17:15:23.261] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.22.231:38785/system/remoting-terminator] Shutting down remote daemon. 12:15:23 [INFO] [01/25/2024 17:15:23.261] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.22.231:38785/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. 12:15:23 [INFO] [01/25/2024 17:15:23.263] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.22.231:38785/system/remoting-terminator] Remoting shut down. 12:15:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.476 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest 12:15:23 [INFO] 12:15:23 [INFO] Results: 12:15:23 [INFO] 12:15:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 12:15:23 [INFO] 12:15:23 [INFO] 12:15:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces --- 12:15:23 [INFO] 12:15:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces --- 12:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 12:15:23 [INFO] 12:15:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces --- 12:15:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:15:23 [INFO] No previous run data found, generating javadoc. 12:15:24 [WARNING] Javadoc Warnings 12:15:24 [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 12:15:24 [WARNING] package org.eclipse.ditto.internal.utils.namespaces; 12:15:24 [WARNING] ^ 12:15:24 [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 12:15:24 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) { 12:15:24 [WARNING] ^ 12:15:24 [WARNING] 2 warnings 12:15:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 12:15:24 [INFO] 12:15:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces --- 12:15:24 [INFO] Tests are skipped. 12:15:24 [INFO] 12:15:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces --- 12:15:24 [INFO] Tests are skipped. 12:15:24 [INFO] 12:15:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces --- 12:15:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 12:15:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes 12:15:24 [INFO] 12:15:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces --- 12:15:24 [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 12:15:24 [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 12:15:24 [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 12:15:24 [INFO] 12:15:24 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------ 12:15:24 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT [51/77] 12:15:24 [INFO] from policies/enforcement/pom.xml 12:15:24 [INFO] --------------------------------[ jar ]--------------------------------- 12:15:24 [INFO] 12:15:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement --- 12:15:24 [INFO] 12:15:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement --- 12:15:24 [INFO] 12:15:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement --- 12:15:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:15:24 [INFO] 12:15:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement --- 12:15:24 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 12:15:24 [INFO] 12:15:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement --- 12:15:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:24 [WARNING] 12:15:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:15:24 [WARNING] 12:15:24 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:15:24 [WARNING] 12:15:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:15:24 [INFO] 12:15:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement --- 12:15:24 [INFO] Copying 1 resource from src/main/resources to target/classes 12:15:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:15:24 [INFO] 12:15:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement --- 12:15:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT... 12:15:24 [INFO] 12:15:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement --- 12:15:24 [INFO] Changes detected - recompiling the module! :dependency 12:15:24 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes 12:15:25 [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. 12:15:25 [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. 12:15:25 [INFO] 12:15:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement --- 12:15:25 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:15:25 [INFO] 12:15:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement --- 12:15:25 [INFO] Changes detected - recompiling the module! :dependency 12:15:25 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 12:15:25 [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. 12:15:25 [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. 12:15:25 [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. 12:15:25 [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. 12:15:25 [INFO] 12:15:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement --- 12:15:25 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:15:25 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/surefire-reports 12:15:25 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 12:15:25 [INFO] 12:15:25 [INFO] ------------------------------------------------------- 12:15:25 [INFO] T E S T S 12:15:25 [INFO] ------------------------------------------------------- 12:15:26 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest 12:15:27 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:15:30 [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.722 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest 12:15:30 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest 12:15:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.744 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest 12:15:33 [INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest 12:15:33 [INFO] [01/25/2024 17:15:33.845] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:34 [INFO] [01/25/2024 17:15:33.953] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest 12:15:34 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest 12:15:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest 12:15:35 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest 12:15:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest 12:15:35 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest 12:15:35 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest 12:15:35 [INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest 12:15:35 17:15:35.456 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected 12:15:35 java.lang.IllegalStateException: This is expected 12:15:35 at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60) 12:15:35 at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90) 12:15:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:15:35 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:15:35 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:15:35 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:15:35 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:15:35 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:15:35 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:15:35 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:15:35 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:15:35 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:15:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:15:35 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:15:35 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:15:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:15:35 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:15:35 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:15:35 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:15:35 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:15:35 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:15:35 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:15:35 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:15:35 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:15:35 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:15:35 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:15:35 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:15:35 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:15:35 at org.junit.runner.JUnitCore.run(JUnitCore.java:137) 12:15:35 at org.junit.runner.JUnitCore.run(JUnitCore.java:115) 12:15:35 at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) 12:15:35 at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) 12:15:35 at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) 12:15:35 at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) 12:15:35 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) 12:15:35 at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) 12:15:35 at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) 12:15:35 at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) 12:15:35 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) 12:15:35 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) 12:15:35 at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) 12:15:35 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:15:35 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:15:35 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:15:35 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:15:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest 12:15:35 [INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest 12:15:36 [INFO] [01/25/2024 17:15:36.004] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)> 12:15:36 [INFO] [01/25/2024 17:15:36.056] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.406] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 17:15:36.496 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>. 12:15:36 [INFO] [01/25/2024 17:15:36.503] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.580] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.661] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.834] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.887] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:36 [INFO] [01/25/2024 17:15:36.970] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:37 [INFO] [01/25/2024 17:15:37.034] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:15:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest 12:15:37 [INFO] 12:15:37 [INFO] Results: 12:15:37 [INFO] 12:15:37 [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 12:15:37 [INFO] 12:15:37 [INFO] 12:15:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement --- 12:15:37 [INFO] 12:15:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement --- 12:15:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 12:15:37 [INFO] 12:15:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement --- 12:15:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:15:37 [INFO] No previous run data found, generating javadoc. 12:15:39 [WARNING] Javadoc Warnings 12:15:39 [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 12:15:39 [WARNING] package org.eclipse.ditto.policies.enforcement.config; 12:15:39 [WARNING] ^ 12:15:39 [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 12:15:39 [WARNING] package org.eclipse.ditto.policies.enforcement.pre; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment 12:15:39 [WARNING] protected static final ThreadSafeDittoLogger LOGGER = 12:15:39 [WARNING] ^ 12:15:39 [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 12:15:39 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal); 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment 12:15:39 [WARNING] protected final E enforcement; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment 12:15:39 [WARNING] protected final I entityId; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment 12:15:39 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment 12:15:39 [WARNING] protected final PreEnforcerProvider preEnforcer; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment 12:15:39 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) { 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment 12:15:39 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) { 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment 12:15:39 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment 12:15:39 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId, 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment 12:15:39 [WARNING] public interface Invalidatable { 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment 12:15:39 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout); 12:15:39 [WARNING] ^ 12:15:39 [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 12:15:39 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy, 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment 12:15:39 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher"; 12:15:39 [WARNING] ^ 12:15:39 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return 12:15:39 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) { 12:15:39 [WARNING] ^ 12:15:39 [WARNING] 17 warnings 12:15:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 12:15:39 [INFO] 12:15:39 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement --- 12:15:39 [INFO] Tests are skipped. 12:15:39 [INFO] 12:15:39 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement --- 12:15:39 [INFO] Tests are skipped. 12:15:39 [INFO] 12:15:39 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement --- 12:15:39 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 12:15:39 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes 12:15:39 [INFO] 12:15:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement --- 12:15:39 [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 12:15:39 [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 12:15:39 [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 12:15:39 [INFO] 12:15:39 [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- 12:15:39 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [52/77] 12:15:39 [INFO] from rql/pom.xml 12:15:39 [INFO] --------------------------------[ pom ]--------------------------------- 12:15:39 [INFO] 12:15:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql --- 12:15:39 [INFO] 12:15:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql --- 12:15:39 [INFO] 12:15:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql --- 12:15:39 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/target/jacoco.exec 12:15:39 [INFO] 12:15:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql --- 12:15:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:39 [INFO] The goal is skip due to packaging 'pom' 12:15:39 [INFO] 12:15:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql --- 12:15:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT... 12:15:39 [INFO] 12:15:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql --- 12:15:39 [INFO] 12:15:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql --- 12:15:39 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:15:39 [INFO] 12:15:39 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql --- 12:15:39 [INFO] Tests are skipped. 12:15:39 [INFO] 12:15:39 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql --- 12:15:39 [INFO] Tests are skipped. 12:15:39 [INFO] 12:15:39 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql --- 12:15:39 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:15:39 [INFO] 12:15:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql --- 12:15:39 [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 12:15:39 [INFO] 12:15:39 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ 12:15:39 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [53/77] 12:15:39 [INFO] from rql/model/pom.xml 12:15:39 [INFO] -------------------------------[ bundle ]------------------------------- 12:15:39 [INFO] 12:15:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model --- 12:15:39 [INFO] 12:15:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model --- 12:15:39 [INFO] 12:15:39 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model --- 12:15:39 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:15:39 [INFO] 12:15:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model --- 12:15:39 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 12:15:39 [INFO] 12:15:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model --- 12:15:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:39 [WARNING] 12:15:39 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:15:39 [WARNING] 12:15:39 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:15:39 [WARNING] 12:15:39 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:15:39 [INFO] 12:15:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model --- 12:15:39 [INFO] Copying 0 resource from src/main/resources to target/classes 12:15:39 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:15:39 [INFO] 12:15:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model --- 12:15:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT... 12:15:39 [INFO] 12:15:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model --- 12:15:39 [INFO] Changes detected - recompiling the module! :dependency 12:15:39 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes 12:15:39 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:39 [INFO] 12:15:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model --- 12:15:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources 12:15:39 [INFO] 12:15:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model --- 12:15:39 [INFO] Changes detected - recompiling the module! :dependency 12:15:39 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes 12:15:39 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:39 [INFO] 12:15:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model --- 12:15:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:15:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/surefire-reports 12:15:39 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:15:39 [INFO] 12:15:39 [INFO] ------------------------------------------------------- 12:15:39 [INFO] T E S T S 12:15:39 [INFO] ------------------------------------------------------- 12:15:40 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest 12:15:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest 12:15:41 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest 12:15:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest 12:15:41 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest 12:15:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest 12:15:41 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest 12:15:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest 12:15:41 [INFO] 12:15:41 [INFO] Results: 12:15:41 [INFO] 12:15:41 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 12:15:41 [INFO] 12:15:41 [INFO] 12:15:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model --- 12:15:41 [INFO] 12:15:41 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model --- 12:15:41 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 12:15:41 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF 12:15:41 [INFO] 12:15:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model --- 12:15:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:15:41 [INFO] No previous run data found, generating javadoc. 12:15:43 [WARNING] Javadoc Warnings 12:15:43 [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 12:15:43 [WARNING] public String getName() { 12:15:43 [WARNING] ^ 12:15:43 [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 12:15:43 [WARNING] public static Type byName(final String name) { 12:15:43 [WARNING] ^ 12:15:43 [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 12:15:43 [WARNING] public String getName() { 12:15:43 [WARNING] ^ 12:15:43 [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 12:15:43 [WARNING] public String getName() { 12:15:43 [WARNING] ^ 12:15:43 [WARNING] 4 warnings 12:15:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 12:15:43 [INFO] 12:15:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model --- 12:15:43 [INFO] Tests are skipped. 12:15:43 [INFO] 12:15:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model --- 12:15:43 [INFO] Tests are skipped. 12:15:43 [INFO] 12:15:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model --- 12:15:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 12:15:43 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes 12:15:43 [INFO] 12:15:43 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model --- 12:15:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'. 12:15:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'. 12:15:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'. 12:15:44 [INFO] 12:15:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model --- 12:15:44 [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 12:15:44 [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 12:15:44 [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 12:15:44 [INFO] 12:15:44 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model --- 12:15:44 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar 12:15:44 [INFO] Writing OBR metadata 12:15:44 [INFO] 12:15:44 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- 12:15:44 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [54/77] 12:15:44 [INFO] from rql/parser/pom.xml 12:15:44 [INFO] -------------------------------[ bundle ]------------------------------- 12:15:44 [INFO] 12:15:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser --- 12:15:44 [INFO] 12:15:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser --- 12:15:44 [INFO] 12:15:44 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser --- 12:15:44 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:15:44 [INFO] 12:15:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser --- 12:15: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/rql/parser/target/jacoco.exec 12:15:44 [INFO] 12:15:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser --- 12:15:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:44 [WARNING] 12:15:44 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:15:44 [WARNING] 12:15:44 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:15:44 [WARNING] 12:15:44 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:15:44 [INFO] 12:15:44 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser --- 12:15:44 [INFO] Copying 0 resource from src/main/resources to target/classes 12:15:44 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:15:44 [INFO] 12:15:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser --- 12:15:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT... 12:15:44 [INFO] 12:15:44 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser --- 12:15:44 [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 12:15:44 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ... 12:15:52 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:15:52 1 warning. 12:15:52 [INFO] done compiling 12:15:53 [INFO] compile in 8.8 s 12:15:53 [INFO] 12:15:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser --- 12:15:53 [INFO] Changes detected - recompiling the module! :dependency 12:15:53 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes 12:15:53 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:53 [INFO] 12:15:53 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser --- 12:15:53 [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 12:15:53 [INFO] compile in 0.1 s 12:15:53 [INFO] 12:15:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser --- 12:15:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources 12:15:53 [INFO] 12:15:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser --- 12:15:53 [INFO] Changes detected - recompiling the module! :dependency 12:15:53 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:15:53 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:53 [INFO] 12:15:53 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser --- 12:15:53 [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 12:15:53 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/test-classes ... 12:15:55 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:15:55 1 warning. 12:15:55 [INFO] done compiling 12:15:55 [INFO] compile in 1.9 s 12:15:55 [INFO] 12:15:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser --- 12:15:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:15:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/surefire-reports 12:15:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:15:55 [INFO] 12:15:55 [INFO] ------------------------------------------------------- 12:15:55 [INFO] T E S T S 12:15:55 [INFO] ------------------------------------------------------- 12:15:55 [INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest 12:15:56 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.930 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest 12:15:56 [INFO] 12:15:56 [INFO] Results: 12:15:56 [INFO] 12:15:56 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 12:15:56 [INFO] 12:15:56 [INFO] 12:15:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser --- 12:15:56 [INFO] 12:15:56 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser --- 12:15:56 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 12:15:56 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 12:15:56 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF 12:15:56 [INFO] 12:15:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser --- 12:15:56 [INFO] Tests are skipped. 12:15:56 [INFO] 12:15:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser --- 12:15:56 [INFO] Tests are skipped. 12:15:56 [INFO] 12:15:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser --- 12:15:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec 12:15:56 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes 12:15:56 [INFO] 12:15:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser --- 12:15:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'. 12:15:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'. 12:15:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'. 12:15:57 [INFO] 12:15:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser --- 12:15:57 [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 12:15:57 [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 12:15:57 [INFO] 12:15:57 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser --- 12:15:57 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar 12:15:57 [INFO] Writing OBR metadata 12:15:57 [INFO] 12:15:57 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ 12:15:57 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [55/77] 12:15:57 [INFO] from rql/query/pom.xml 12:15:57 [INFO] -------------------------------[ bundle ]------------------------------- 12:15:57 [INFO] 12:15:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query --- 12:15:57 [INFO] 12:15:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query --- 12:15:57 [INFO] 12:15:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query --- 12:15:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:15:57 [INFO] 12:15:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query --- 12:15: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/query/target/jacoco.exec 12:15:57 [INFO] 12:15:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query --- 12:15:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:15:57 [WARNING] 12:15:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:15:57 [WARNING] 12:15:57 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:15:57 [WARNING] 12:15:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:15:57 [INFO] 12:15:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query --- 12:15:57 [INFO] Copying 0 resource from src/main/resources to target/classes 12:15:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:15:57 [INFO] 12:15:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query --- 12:15:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT... 12:15:57 [INFO] 12:15:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query --- 12:15:57 [INFO] Changes detected - recompiling the module! :dependency 12:15:57 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes 12:15:57 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:57 [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. 12:15:57 [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. 12:15:57 [INFO] 12:15:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query --- 12:15:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources 12:15:57 [INFO] 12:15:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query --- 12:15:57 [INFO] Changes detected - recompiling the module! :dependency 12:15:57 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes 12:15:57 [WARNING] bootstrap class path not set in conjunction with -source 8 12:15:57 [INFO] 12:15:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query --- 12:15:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:15:57 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/surefire-reports 12:15:57 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:15:57 [INFO] 12:15:57 [INFO] ------------------------------------------------------- 12:15:57 [INFO] T E S T S 12:15:57 [INFO] ------------------------------------------------------- 12:15:58 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest 12:15:58 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest 12:15:58 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest 12:15:59 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest 12:15:59 [INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest 12:16:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest 12:16:00 [INFO] Running org.eclipse.ditto.rql.query.SortOptionTest 12:16:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s -- in org.eclipse.ditto.rql.query.SortOptionTest 12:16:00 [INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest 12:16:01 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest 12:16:01 [INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest 12:16:01 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest 12:16:01 [INFO] 12:16:01 [INFO] Results: 12:16:01 [INFO] 12:16:01 [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0 12:16:01 [INFO] 12:16:01 [INFO] 12:16:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query --- 12:16:01 [INFO] 12:16:01 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query --- 12:16:01 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 12:16:01 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF 12:16:01 [INFO] 12:16:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query --- 12:16:01 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:16:01 [INFO] No previous run data found, generating javadoc. 12:16:03 [WARNING] Javadoc Warnings 12:16:03 [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 12:16:03 [WARNING] T visitAttribute(String key); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeature(String featureId); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeatureDefinition(String featureId); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeatureIdProperty(String featureId, String property); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitFeatureProperties(CharSequence featureId); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitMetadata(String key); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitSimple(String fieldName); 12:16:03 [WARNING] ^ 12:16:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment 12:16:03 [WARNING] public ExistsThingPredicateVisitor() { 12:16:03 [WARNING] ^ 12:16:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment 12:16:03 [WARNING] public boolean isDefinition() { 12:16:03 [WARNING] ^ 12:16:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment 12:16:03 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() { 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitMetadata(String key); 12:16:03 [WARNING] ^ 12:16:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment 12:16:03 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression, 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitEq(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitGe(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitGt(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitILike(@Nullable String value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitIn(List<?> values); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitLe(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitLike(@Nullable String value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitLt(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [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 12:16:03 [WARNING] T visitNe(@Nullable Object value); 12:16:03 [WARNING] ^ 12:16:03 [WARNING] 23 warnings 12:16:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 12:16:03 [INFO] 12:16:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query --- 12:16:03 [INFO] Tests are skipped. 12:16:03 [INFO] 12:16:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query --- 12:16:03 [INFO] Tests are skipped. 12:16:03 [INFO] 12:16:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query --- 12:16:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec 12:16:03 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes 12:16:03 [INFO] 12:16:03 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query --- 12:16:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'. 12:16:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'. 12:16:03 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'. 12:16:03 [INFO] 12:16:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query --- 12:16:03 [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 12:16:03 [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 12:16:03 [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 12:16:03 [INFO] 12:16:03 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query --- 12:16:03 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar 12:16:03 [INFO] Writing OBR metadata 12:16:03 [INFO] 12:16:03 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- 12:16:03 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [56/77] 12:16:03 [INFO] from thingsearch/api/pom.xml 12:16:03 [INFO] --------------------------------[ jar ]--------------------------------- 12:16:03 [INFO] 12:16:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api --- 12:16:03 [INFO] 12:16:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api --- 12:16:03 [INFO] 12:16:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api --- 12:16: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/thingsearch/api/target/jacoco.exec 12:16:03 [INFO] 12:16:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api --- 12:16:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:16:03 [WARNING] 12:16:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:16:03 [WARNING] 12:16:03 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:16:03 [WARNING] 12:16:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:16:03 [INFO] 12:16:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api --- 12:16:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources 12:16:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:16:03 [INFO] 12:16:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api --- 12:16:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT... 12:16:03 [INFO] 12:16:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api --- 12:16:03 [INFO] Changes detected - recompiling the module! :dependency 12:16:03 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes 12:16:04 [INFO] 12:16:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api --- 12:16:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources 12:16:04 [INFO] 12:16:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api --- 12:16:04 [INFO] Changes detected - recompiling the module! :dependency 12:16:04 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 12:16:04 [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. 12:16:04 [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. 12:16:04 [INFO] 12:16:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api --- 12:16:04 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:16:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/surefire-reports 12:16:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:16:04 [INFO] 12:16:04 [INFO] ------------------------------------------------------- 12:16:04 [INFO] T E S T S 12:16:04 [INFO] ------------------------------------------------------- 12:16:05 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest 12:16:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest 12:16:06 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest 12:16:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest 12:16:06 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest 12:16:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest 12:16:06 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest 12:16:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest 12:16:06 [INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest 12:16:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest 12:16:07 [INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest 12:16:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest 12:16:07 [INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest 12:16:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest 12:16:07 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest 12:16:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest 12:16:07 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest 12:16:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest 12:16:07 [INFO] 12:16:07 [INFO] Results: 12:16:07 [INFO] 12:16:07 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 12:16:07 [INFO] 12:16:07 [INFO] 12:16:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api --- 12:16:07 [INFO] 12:16:07 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api --- 12:16:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 12:16:07 [INFO] 12:16:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api --- 12:16:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:16:07 [INFO] No previous run data found, generating javadoc. 12:16:10 [WARNING] Javadoc Warnings 12:16:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment 12:16:10 [WARNING] package org.eclipse.ditto.thingsearch.api; 12:16:10 [WARNING] ^ 12:16:10 [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 12:16:10 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo; 12:16:10 [WARNING] ^ 12:16:10 [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 12:16:10 [WARNING] package org.eclipse.ditto.thingsearch.api.events; 12:16:10 [WARNING] ^ 12:16:10 [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 12:16:10 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) { 12:16:10 [WARNING] ^ 12:16:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return 12:16:10 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) { 12:16:10 [WARNING] ^ 12:16:10 [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 12:16:10 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 12:16:10 [WARNING] ^ 12:16:10 [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 12:16:10 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 12:16:10 [WARNING] ^ 12:16:10 [WARNING] 7 warnings 12:16:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 12:16:10 [INFO] 12:16:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api --- 12:16:10 [INFO] Tests are skipped. 12:16:10 [INFO] 12:16:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api --- 12:16:10 [INFO] Tests are skipped. 12:16:10 [INFO] 12:16:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api --- 12:16:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec 12:16:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes 12:16:10 [INFO] 12:16:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api --- 12:16:10 [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 12:16:10 [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 12:16:10 [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 12:16:10 [INFO] 12:16:10 [INFO] --------------------< org.eclipse.ditto:ditto-edge >-------------------- 12:16:10 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT [57/77] 12:16:10 [INFO] from edge/pom.xml 12:16:10 [INFO] --------------------------------[ pom ]--------------------------------- 12:16:10 [INFO] 12:16:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge --- 12:16:10 [INFO] 12:16:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge --- 12:16:10 [INFO] 12:16:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge --- 12:16: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/edge/target/jacoco.exec 12:16:10 [INFO] 12:16:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge --- 12:16:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:16:10 [INFO] The goal is skip due to packaging 'pom' 12:16:10 [INFO] 12:16:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge --- 12:16:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT... 12:16:10 [INFO] 12:16:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge --- 12:16:10 [INFO] 12:16:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge --- 12:16:10 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:16:10 [INFO] 12:16:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge --- 12:16:10 [INFO] Tests are skipped. 12:16:10 [INFO] 12:16:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge --- 12:16:10 [INFO] Tests are skipped. 12:16:10 [INFO] 12:16:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge --- 12:16:10 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:16:10 [INFO] 12:16:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge --- 12:16:10 [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 12:16:10 [INFO] 12:16:10 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >---------------- 12:16:10 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT [58/77] 12:16:10 [INFO] from edge/service/pom.xml 12:16:10 [INFO] --------------------------------[ jar ]--------------------------------- 12:16:10 [INFO] 12:16:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service --- 12:16:10 [INFO] 12:16:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service --- 12:16:10 [INFO] 12:16:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service --- 12:16: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/edge/service/target/jacoco.exec 12:16:10 [INFO] 12:16:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service --- 12:16:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:16:10 [WARNING] 12:16:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:16:10 [WARNING] 12:16:10 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:16:10 [WARNING] 12:16:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:16:10 [INFO] 12:16:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service --- 12:16:10 [INFO] Copying 2 resources from src/main/resources to target/classes 12:16:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:16:10 [INFO] 12:16:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service --- 12:16:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT... 12:16:10 [INFO] 12:16:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service --- 12:16:10 [INFO] Changes detected - recompiling the module! :dependency 12:16:10 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes 12:16:10 [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. 12:16:10 [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. 12:16:10 [INFO] 12:16:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service --- 12:16:10 [INFO] Copying 4 resources from src/test/resources to target/test-classes 12:16:10 [INFO] 12:16:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service --- 12:16:10 [INFO] Changes detected - recompiling the module! :dependency 12:16:10 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 12:16:11 [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. 12:16:11 [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. 12:16:11 [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. 12:16:11 [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. 12:16:11 [INFO] 12:16:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service --- 12:16:11 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:16:11 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/surefire-reports 12:16:11 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:16:11 [INFO] 12:16:11 [INFO] ------------------------------------------------------- 12:16:11 [INFO] T E S T S 12:16:11 [INFO] ------------------------------------------------------- 12:16:12 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest 12:16:13 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest 12:16:13 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest 12:16:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest 12:16:13 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest 12:16:13 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest 12:16:13 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest 12:16:13 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest 12:16:13 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest 12:16:14 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:16:15 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest 12:16:15 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest 12:16:15 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest 12:16:15 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest 12:16:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest 12:16:15 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest 12:16:17 17:16:17.059 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:18 17:16:18.250 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:18 17:16:18.344 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:18 17:16:18.405 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:19 17:16:19.178 [DEBUG] [b385ed08-70f7-4314-8e25-79da2421b4a8] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-1#1314330050)]>: <Acknowledgement [label=my-requested-ack, entityId=:9788409b-bf83-44fa-a24a-22beb0c42957, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=b385ed08-70f7-4314-8e25-79da2421b4a8, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-1#1314330050, response-required=false}], isWeak=false]> 12:16:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.760 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest 12:16:19 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest 12:16:19 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest 12:16:19 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest 12:16:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest 12:16:19 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest 12:16:19 [INFO] [01/25/2024 17:16:19.888] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest 12:16:19 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest 12:16:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest 12:16:20 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest 12:16:20 [INFO] [01/25/2024 17:16:20.606] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-89224f3] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 12:16:20 [WARN] [01/25/2024 17:16:20.615] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-89224f3] Received invalid response. Reason: Entity ID of live response <:c4df592c-64db-419b-bad0-f2e39f196eef> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-89224f3, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=4f378ba1-cd01-4f7d-85ca-0440928c0300, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:c4df592c-64db-419b-bad0-f2e39f196eef]. 12:16:23 [INFO] [01/25/2024 17:16:23.621] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-89224f3] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 12:16:23 [INFO] [01/25/2024 17:16:23.835] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:23 [INFO] [01/25/2024 17:16:23.881] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-7/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-9466fc1] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>. 12:16:23 [INFO] [01/25/2024 17:16:23.887] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:24 [INFO] [01/25/2024 17:16:23.958] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-8/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-c28fd2b] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>. 12:16:24 [INFO] [01/25/2024 17:16:23.961] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:24 [INFO] [01/25/2024 17:16:24.002] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-1a18dde] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 12:16:24 [WARN] [01/25/2024 17:16:24.003] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-1a18dde] Received invalid response. Reason: Entity ID of live response <:e836fa1c-eb2c-4d91-98ad-0387e7766884> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-1a18dde, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:e836fa1c-eb2c-4d91-98ad-0387e7766884]. 12:16:24 [INFO] [01/25/2024 17:16:24.006] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:24 [INFO] [01/25/2024 17:16:24.066] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-d61ad19] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>. 12:16:24 [WARN] [01/25/2024 17:16:24.067] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-d61ad19] Received invalid response. Reason: Entity ID of live response <:d2b485c6-2006-45aa-8b05-7b6fbdca1cc8> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-d61ad19, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:d2b485c6-2006-45aa-8b05-7b6fbdca1cc8]. 12:16:27 [INFO] [01/25/2024 17:16:27.081] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-d61ad19] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 12:16:27 [INFO] [01/25/2024 17:16:27.084] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:27 [INFO] [01/25/2024 17:16:27.126] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-f2fa9c1] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>. 12:16:27 [INFO] [01/25/2024 17:16:27.150] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-f2fa9c1] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 12:16:27 [INFO] [01/25/2024 17:16:27.153] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:27 [INFO] [01/25/2024 17:16:27.192] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-92b1fb5] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>. 12:16:27 [INFO] [01/25/2024 17:16:27.218] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-92b1fb5] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 12:16:27 [INFO] [01/25/2024 17:16:27.220] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:27 [INFO] [01/25/2024 17:16:27.266] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-13/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-df90d1e] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>. 12:16:27 [INFO] [01/25/2024 17:16:27.268] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:27 [INFO] [01/25/2024 17:16:27.306] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-5] [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>. 12:16:32 [INFO] [01/25/2024 17:16:32.323] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a][correlation-id:awaitsOnlyUntilTimeout] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... 12:16:33 [INFO] [01/25/2024 17:16:33.308] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:33 [INFO] [pekkoDeadLetter][01/25/2024 17:16:33.309] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a] Message [org.eclipse.ditto.base.model.signals.acks.Acknowledgement] to Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#-1137762729] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#-1137762729] 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'. 12:16:33 [INFO] [01/25/2024 17:16:33.348] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-d8d0001] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>. 12:16:33 [INFO] [01/25/2024 17:16:33.351] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:33 [INFO] [01/25/2024 17:16:33.401] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-e6e308e] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:16:33 [INFO] [01/25/2024 17:16:33.403] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:33 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.95 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest 12:16:33 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest 12:16:33 17:16:33.447 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest 12:16:33 [INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest 12:16:33 17:16:33.793 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:16:33 [INFO] [01/25/2024 17:16:33.857] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:1a125ab9-58b1-4991-a173-a8829df7e2c0] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 12:16:33 [INFO] [01/25/2024 17:16:33.887] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:1a125ab9-58b1-4991-a173-a8829df7e2c0] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 12:16:33 [INFO] [01/25/2024 17:16:33.888] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 12:16:34 [INFO] [01/25/2024 17:16:34.250] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests 12:16:34 [INFO] [01/25/2024 17:16:34.273] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:1a125ab9-58b1-4991-a173-a8829df7e2c0] Got 'RetrieveThings' message. Retrieving requested '1' Things.. 12:16:34 [INFO] [01/25/2024 17:16:34.295] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests 12:16:34 [INFO] [01/25/2024 17:16:34.297] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.520 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest 12:16:34 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest 12:16:34 17:16:34.311 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:34 17:16:34.457 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer. 12:16:34 17:16:34.485 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar> 12:16:34 17:16:34.491 [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]>. 12:16:34 17:16:34.492 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar> 12:16:34 17:16:34.683 [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]>. 12:16:34 17:16:34.685 [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 12:16:34 17:16:34.687 [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 12:16:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest 12:16:34 [INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest 12:16:34 17:16:34.735 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:16:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest 12:16:34 [INFO] 12:16:34 [INFO] Results: 12:16:34 [INFO] 12:16:34 [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0 12:16:34 [INFO] 12:16:35 [INFO] 12:16:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service --- 12:16:35 [INFO] 12:16:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service --- 12:16:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 12:16:35 [INFO] 12:16:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service --- 12:16:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:16:35 [INFO] No previous run data found, generating javadoc. 12:16:37 [WARNING] Javadoc Warnings 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service.dispatching; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] package org.eclipse.ditto.edge.service.placeholders; 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] static FeaturePlaceholder getInstance() { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] static PolicyPlaceholder getInstance() { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] static RequestPlaceholder getInstance() { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] static ThingJsonPlaceholder getInstance() { 12:16:37 [WARNING] ^ 12:16: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 12:16:37 [WARNING] static ThingPlaceholder getInstance() { 12:16:37 [WARNING] ^ 12:16:37 [WARNING] 17 warnings 12:16:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 12:16:37 [INFO] 12:16:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service --- 12:16:37 [INFO] Tests are skipped. 12:16:37 [INFO] 12:16:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service --- 12:16:37 [INFO] Tests are skipped. 12:16:37 [INFO] 12:16:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service --- 12:16:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec 12:16:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes 12:16:37 [INFO] 12:16:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service --- 12:16:37 [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 12:16:37 [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 12:16:37 [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 12:16:37 [INFO] 12:16:37 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ 12:16:37 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77] 12:16:37 [INFO] from internal/models/signalenrichment/pom.xml 12:16:37 [INFO] --------------------------------[ jar ]--------------------------------- 12:16:37 [INFO] 12:16:37 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] 12:16:37 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] 12:16:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment --- 12:16: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/models/signalenrichment/target/jacoco.exec 12:16:37 [INFO] 12:16:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment --- 12:16:37 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:16:37 [WARNING] 12:16:37 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:16:37 [WARNING] 12:16:37 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:16:37 [WARNING] 12:16:37 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:16:37 [INFO] 12:16:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources 12:16:37 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:16:37 [INFO] 12:16:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT... 12:16:37 [INFO] 12:16:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] Changes detected - recompiling the module! :dependency 12:16:37 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 12:16:37 [INFO] 12:16:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources 12:16:37 [INFO] 12:16:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment --- 12:16:37 [INFO] Changes detected - recompiling the module! :dependency 12:16:37 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:16:38 [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. 12:16:38 [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. 12:16:38 [INFO] 12:16:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment --- 12:16:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:16:38 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/surefire-reports 12:16:38 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:16:38 [INFO] 12:16:38 [INFO] ------------------------------------------------------- 12:16:38 [INFO] T E S T S 12:16:38 [INFO] ------------------------------------------------------- 12:16:38 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest 12:16:41 [INFO] [01/25/2024 17:16:41.072] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:41 17:16:41.197 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8e2ba9c0-a803-44d7-be1f-07432cf7ca59> 12:16:42 17:16:42.286 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8e2ba9c0-a803-44d7-be1f-07432cf7ca59> 12:16:42 [INFO] [01/25/2024 17:16:42.341] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:42 17:16:42.405 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::25124cbf-ed30-47af-808c-166ab65caa37> 12:16:42 17:16:42.855 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::25124cbf-ed30-47af-808c-166ab65caa37> 12:16:43 17:16:43.866 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::25124cbf-ed30-47af-808c-166ab65caa37> 12:16:44 [INFO] [01/25/2024 17:16:44.871] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:45 17:16:44.909 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::7f68ac9d-2665-4739-a41d-b1e4435fbdab> 12:16:45 17:16:44.912 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::7f68ac9d-2665-4739-a41d-b1e4435fbdab> 12:16:45 [INFO] [01/25/2024 17:16:45.917] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:45 17:16:45.954 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::cec17981-e2a3-4996-b842-1605892475bf> 12:16:45 17:16:45.957 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::cec17981-e2a3-4996-b842-1605892475bf> 12:16:47 [INFO] [01/25/2024 17:16:46.961] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:47 17:16:47.000 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::64b75635-2a8a-4879-9b70-5676a13fd3df> 12:16:47 17:16:47.002 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::64b75635-2a8a-4879-9b70-5676a13fd3df> 12:16:48 [INFO] [01/25/2024 17:16:48.007] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:48 17:16:48.045 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ea198786-ac1d-432b-8b8f-fb0dd69f85c5> 12:16:48 17:16:48.053 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ea198786-ac1d-432b-8b8f-fb0dd69f85c5> 12:16:49 [INFO] [01/25/2024 17:16:49.061] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:49 17:16:49.110 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3e42ebca-4c26-4065-b9fb-e4cffbb42024> 12:16:49 17:16:49.113 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3e42ebca-4c26-4065-b9fb-e4cffbb42024> 12:16:49 [INFO] [01/25/2024 17:16:49.117] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:49 17:16:49.168 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1248fda2-bbe0-4b8f-86f8-d374f38fb20f> 12:16:49 17:16:49.170 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1248fda2-bbe0-4b8f-86f8-d374f38fb20f> 12:16:49 [INFO] [01/25/2024 17:16:49.173] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:49 17:16:49.215 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c6acb64a-bf49-4446-b0d0-fef7a284bc1a> 12:16:49 [INFO] [01/25/2024 17:16:49.222] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:49 Jan 25, 2024 5:16:49 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:16:49 WARNING: Exception thrown during asynchronous load 12:16:49 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':c6acb64a-bf49-4446-b0d0-fef7a284bc1a' 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=3a476555-ce5e-4eb0-a883-6b2784974049}]] 12:16:49 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 12:16:49 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 12:16:49 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 12:16:49 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:16:49 at java.base/java.lang.Thread.run(Thread.java:833) 12:16:49 Caused by: ThingNotAccessibleException [message='The Thing with ID ':c6acb64a-bf49-4446-b0d0-fef7a284bc1a' 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=3a476555-ce5e-4eb0-a883-6b2784974049}]] 12:16:49 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150) 12:16:49 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132) 12:16:49 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:16:49 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119) 12:16:49 at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40) 12:16:49 at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39) 12:16:49 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106) 12:16:49 at org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest.thingNotAccessible(SearchIndexingSignalEnrichmentFacadeTest.java:43) 12:16:49 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:16:49 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:16:49 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:16:49 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:16:49 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:16:49 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:16:49 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:16:49 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:16:49 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 12:16:49 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:16:49 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:16:49 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:16:49 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:16:49 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:16:49 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:16:49 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:16:49 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:16:49 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:16:49 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:16:49 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:16:49 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:16:49 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:16:49 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:16:49 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:16:49 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:16:49 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:16:49 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:16:49 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:16:49 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:16:49 12:16:49 17:16:49.263 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id> 12:16:49 [INFO] [01/25/2024 17:16:49.267] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:49 17:16:49.296 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::33cf77ea-375c-4d34-af68-afeb62c24d12> 12:16:59 Jan 25, 2024 5:16:59 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:16:59 WARNING: Exception thrown during asynchronous load 12:16:59 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#2033857691), 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. 12:16:59 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 12:16:59 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 12:16:59 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 12:16:59 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:16:59 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:16:59 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 12:16:59 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 12:16:59 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 12:16:59 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:16:59 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:16:59 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 12:16:59 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:16:59 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:16:59 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 12:16:59 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 12:16:59 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:16:59 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 12:16:59 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 12:16:59 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 12:16:59 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 12:16:59 at java.base/java.lang.Thread.run(Thread.java:833) 12:16:59 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#2033857691), 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. 12:16:59 12:16:59 [INFO] [01/25/2024 17:16:59.318] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:59 17:16:59.355 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ee9b8a6c-57c0-4ac1-b62e-bad7d1c6e6b1> 12:16:59 [INFO] [01/25/2024 17:16:59.359] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:59 17:16:59.394 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c1361b34-5975-4062-8561-cce4ea1356db> 12:16:59 Jan 25, 2024 5:16:59 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:16:59 WARNING: Exception thrown during asynchronous load 12:16:59 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@8b06bca 12:16:59 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 12:16:59 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 12:16:59 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 12:16:59 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:16:59 at java.base/java.lang.Thread.run(Thread.java:833) 12:16:59 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@8b06bca 12:16:59 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109) 12:16:59 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100) 12:16:59 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) 12:16:59 ... 2 more 12:16:59 12:16:59 [INFO] [01/25/2024 17:16:59.397] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:59 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.61 s -- in org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest 12:16:59 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest 12:16:59 17:16:59.431 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2b3986b2-51e7-4371-b189-12bc3fd05a2a> 12:16:59 17:16:59.437 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2b3986b2-51e7-4371-b189-12bc3fd05a2a> 12:16:59 [INFO] [01/25/2024 17:16:59.441] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:16:59 17:16:59.483 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1cbb8b6c-b4f4-471c-8c6b-1b698637e755> 12:16:59 17:16:59.486 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1cbb8b6c-b4f4-471c-8c6b-1b698637e755> 12:17:00 17:17:00.488 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1cbb8b6c-b4f4-471c-8c6b-1b698637e755> 12:17:01 [INFO] [01/25/2024 17:17:01.492] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:01 17:17:01.531 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::e91497f2-f9af-4e94-a867-0fa0c04d0521> 12:17:01 17:17:01.537 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::e91497f2-f9af-4e94-a867-0fa0c04d0521> 12:17:02 [INFO] [01/25/2024 17:17:02.542] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:02 17:17:02.577 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a36f66ed-4672-4fbb-8be2-f0769964f3c1> 12:17:02 17:17:02.579 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a36f66ed-4672-4fbb-8be2-f0769964f3c1> 12:17:03 [INFO] [01/25/2024 17:17:03.583] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:03 17:17:03.618 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::deebf8a8-9cf9-4efa-a3ed-369b38c9df13> 12:17:03 17:17:03.621 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::deebf8a8-9cf9-4efa-a3ed-369b38c9df13> 12:17:04 [INFO] [01/25/2024 17:17:04.625] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:04 17:17:04.662 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::50b54253-fef5-4cb3-8548-63af91f09c8c> 12:17:04 17:17:04.665 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::50b54253-fef5-4cb3-8548-63af91f09c8c> 12:17:05 [INFO] [01/25/2024 17:17:05.668] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:05 17:17:05.707 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8eeca67d-85d2-4777-9839-8a54a45ded72> 12:17:05 17:17:05.709 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8eeca67d-85d2-4777-9839-8a54a45ded72> 12:17:05 [INFO] [01/25/2024 17:17:05.712] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:05 17:17:05.739 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2e11cdde-e59c-47ba-baa6-2bd7a335bf50> 12:17:05 17:17:05.742 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2e11cdde-e59c-47ba-baa6-2bd7a335bf50> 12:17:05 [INFO] [01/25/2024 17:17:05.744] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:05 17:17:05.777 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::408f3878-88b2-4586-a111-7f2d68cfd518> 12:17:05 Jan 25, 2024 5:17:05 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:17:05 WARNING: Exception thrown during asynchronous load 12:17:05 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':408f3878-88b2-4586-a111-7f2d68cfd518' 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=d6449d4f-5d6b-4b37-9459-415b6e49d15a}]] 12:17:05 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 12:17:05 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 12:17:05 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 12:17:05 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:17:05 at java.base/java.lang.Thread.run(Thread.java:833) 12:17:05 Caused by: ThingNotAccessibleException [message='The Thing with ID ':408f3878-88b2-4586-a111-7f2d68cfd518' 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=d6449d4f-5d6b-4b37-9459-415b6e49d15a}]] 12:17:05 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150) 12:17:05 at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132) 12:17:05 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:17:05 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119) 12:17:05 at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40) 12:17:05 at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39) 12:17:05 at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106) 12:17:05 at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:22) 12:17:05 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:17:05 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:17:05 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:17:05 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:17:05 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:17:05 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:17:05 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:17:05 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:17:05 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 12:17:05 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:17:05 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:17:05 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:17:05 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:17:05 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:17:05 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:17:05 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:17:05 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:17:05 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:17:05 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:17:05 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:17:05 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:17:05 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:17:05 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:17:05 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:17:05 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:17:05 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:17:05 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:17:05 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:17:05 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:17:05 12:17:05 [INFO] [01/25/2024 17:17:05.780] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:05 17:17:05.817 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id> 12:17:05 [INFO] [01/25/2024 17:17:05.821] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:05 17:17:05.870 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::95bf766a-e381-4ddb-aa25-96fd4ae4bd76> 12:17:15 Jan 25, 2024 5:17:15 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:17:15 WARNING: Exception thrown during asynchronous load 12:17:15 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-376479051), 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. 12:17:15 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 12:17:15 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 12:17:15 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141) 12:17:15 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:17:15 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:17:15 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 12:17:15 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 12:17:15 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 12:17:15 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:17:15 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:17:15 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 12:17:15 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:17:15 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:17:15 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 12:17:15 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 12:17:15 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:17:15 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 12:17:15 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 12:17:15 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 12:17:15 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 12:17:15 at java.base/java.lang.Thread.run(Thread.java:833) 12:17:15 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-376479051), 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. 12:17:15 12:17:15 [INFO] [01/25/2024 17:17:15.892] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:15 17:17:15.923 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ba8fe8bf-25f6-4589-a2f0-a4b434d84e39> 12:17:15 [INFO] [01/25/2024 17:17:15.926] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 17:17:15.956 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::2ae01707-c84e-45ee-bcca-95d9a22a64b1> 12:17:16 Jan 25, 2024 5:17:15 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:17:16 WARNING: Exception thrown during asynchronous load 12:17:16 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@1b4633fe 12:17:16 at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368) 12:17:16 at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377) 12:17:16 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152) 12:17:16 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:17:16 at java.base/java.lang.Thread.run(Thread.java:833) 12:17:16 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@1b4633fe 12:17:16 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109) 12:17:16 at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100) 12:17:16 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) 12:17:16 ... 2 more 12:17:16 12:17:16 [INFO] [01/25/2024 17:17:15.958] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.56 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest 12:17:16 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest 12:17:16 [INFO] [01/25/2024 17:17:15.993] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] [01/25/2024 17:17:16.026] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] [01/25/2024 17:17:16.089] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] [01/25/2024 17:17:16.112] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] [01/25/2024 17:17:16.144] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest 12:17:16 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest 12:17:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest 12:17:16 [INFO] 12:17:16 [INFO] Results: 12:17:16 [INFO] 12:17:16 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 12:17:16 [INFO] 12:17:16 [INFO] 12:17:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment --- 12:17:16 [INFO] 12:17:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment --- 12:17:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 12:17:16 [INFO] 12:17:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment --- 12:17:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:17:16 [INFO] No previous run data found, generating javadoc. 12:17:18 [WARNING] Javadoc Warnings 12:17:18 [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 12:17:18 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment; 12:17:18 [WARNING] ^ 12:17:18 [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 12:17:18 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject, 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return 12:17:18 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade, 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment 12:17:18 [WARNING] protected static final class CachingParameters { 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment 12:17:18 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache; 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment 12:17:18 [WARNING] protected DittoCachingSignalEnrichmentFacade( 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment 12:17:18 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) { 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment 12:17:18 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey, 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment 12:17:18 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId, 12:17:18 [WARNING] ^ 12:17:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment 12:17:18 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector, 12:17:18 [WARNING] ^ 12:17:18 [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 12:17:18 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance( 12:17:18 [WARNING] ^ 12:17:18 [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 12:17:18 [WARNING] CACHE_ENABLED("cache.enabled", true); 12:17:18 [WARNING] ^ 12:17:18 [WARNING] 12 warnings 12:17:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 12:17:18 [INFO] 12:17:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment --- 12:17:18 [INFO] Tests are skipped. 12:17:18 [INFO] 12:17:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment --- 12:17:18 [INFO] Tests are skipped. 12:17:18 [INFO] 12:17:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment --- 12:17:18 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 12:17:18 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes 12:17:18 [INFO] 12:17:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment --- 12:17:18 [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 12:17:18 [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 12:17:18 [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 12:17:18 [INFO] 12:17:18 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- 12:17:18 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77] 12:17:18 [INFO] from internal/utils/conditional-headers/pom.xml 12:17:18 [INFO] --------------------------------[ jar ]--------------------------------- 12:17:18 [INFO] 12:17:18 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] 12:17:18 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] 12:17:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 12:17:18 [INFO] 12:17:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers --- 12:17:18 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:17:18 [WARNING] 12:17:18 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:17:18 [WARNING] 12:17:18 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:17:18 [WARNING] 12:17:18 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:17:18 [INFO] 12:17:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources 12:17:18 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:17:18 [INFO] 12:17:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT... 12:17:18 [INFO] 12:17:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] Changes detected - recompiling the module! :dependency 12:17:18 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:17:18 [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. 12:17:18 [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. 12:17:18 [INFO] 12:17:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources 12:17:18 [INFO] 12:17:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers --- 12:17:18 [INFO] Changes detected - recompiling the module! :dependency 12:17:18 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:17:18 [INFO] 12:17:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers --- 12:17:18 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:17:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/surefire-reports 12:17:18 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:17:18 [INFO] 12:17:18 [INFO] ------------------------------------------------------- 12:17:18 [INFO] T E S T S 12:17:18 [INFO] ------------------------------------------------------- 12:17:19 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest 12:17:20 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.670 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest 12:17:20 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest 12:17:20 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest 12:17:20 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest 12:17:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest 12:17:20 [INFO] 12:17:20 [INFO] Results: 12:17:20 [INFO] 12:17:20 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 12:17:20 [INFO] 12:17:20 [INFO] 12:17:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers --- 12:17:20 [INFO] 12:17:20 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers --- 12:17:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 12:17:20 [INFO] 12:17:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers --- 12:17:20 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:17:20 [INFO] No previous run data found, generating javadoc. 12:17:21 [WARNING] Javadoc Warnings 12:17:21 [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 12:17:21 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional; 12:17:21 [WARNING] ^ 12:17:21 [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> 12:17:21 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 12:17:21 [WARNING] ^ 12:17:21 [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 12:17:21 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 12:17:21 [WARNING] ^ 12:17:21 [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 12:17:21 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 12:17:21 [WARNING] ^ 12:17:21 [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 12:17:21 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 12:17:21 [WARNING] ^ 12:17:21 [WARNING] 5 warnings 12:17:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 12:17:21 [INFO] 12:17:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers --- 12:17:21 [INFO] Tests are skipped. 12:17:21 [INFO] 12:17:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers --- 12:17:21 [INFO] Tests are skipped. 12:17:21 [INFO] 12:17:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers --- 12:17:21 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 12:17:21 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes 12:17:21 [INFO] 12:17:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers --- 12:17:21 [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 12:17:21 [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 12:17:21 [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 12:17:21 [INFO] 12:17:21 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ 12:17:21 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77] 12:17:21 [INFO] from internal/utils/persistent-actors/pom.xml 12:17:21 [INFO] --------------------------------[ jar ]--------------------------------- 12:17:21 [INFO] 12:17:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] 12:17:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] 12:17:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:17:21 [INFO] 12:17:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 12:17:21 [INFO] 12:17:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors --- 12:17:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:17:21 [WARNING] 12:17:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:17:21 [WARNING] 12:17:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:17:21 [WARNING] 12:17:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:17:21 [INFO] 12:17:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources 12:17:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:17:21 [INFO] 12:17:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT... 12:17:21 [INFO] 12:17:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors --- 12:17:21 [INFO] Changes detected - recompiling the module! :dependency 12:17:21 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes 12:17:22 [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. 12:17:22 [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. 12:17:22 [INFO] 12:17:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors --- 12:17:22 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:17:22 [INFO] 12:17:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors --- 12:17:22 [INFO] Changes detected - recompiling the module! :dependency 12:17:22 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 12:17:22 [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. 12:17:22 [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. 12:17:22 [INFO] 12:17:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors --- 12:17:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:17:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/surefire-reports 12:17:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:17:22 [INFO] 12:17:22 [INFO] ------------------------------------------------------- 12:17:22 [INFO] T E S T S 12:17:22 [INFO] ------------------------------------------------------- 12:17:23 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest 12:17:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest 12:17:24 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest 12:17:26 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:17:28 [INFO] [01/25/2024 17:17:28.514] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:28 [INFO] [01/25/2024 17:17:28.765] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:28 [INFO] [01/25/2024 17:17:28.882] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:29 [INFO] [01/25/2024 17:17:28.980] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.436 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest 12:17:29 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest 12:17:29 17:17:29.388 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:29 17:17:29.749 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:29 17:17:29.779 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id> 12:17:30 17:17:30.010 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M15S> from start 12:17:30 17:17:30.011 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 12:17:30 17:17:30.151 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:30 17:17:30.201 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:30 17:17:30.241 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(1963314898)> 12:17:30 17:17:30.244 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 12:17:30 17:17:30.244 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid> 12:17:30 17:17:30.578 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:30 17:17:30.638 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<> 12:17:30 17:17:30.665 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:30 17:17:30.737 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:30 17:17:30.739 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id> 12:17:30 17:17:30.739 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 12:17:30 17:17:30.841 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30 12:17:30 17:17:30.841 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT5M17.28515625S> from start 12:17:31 17:17:30.949 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:31 [INFO] [01/25/2024 17:17:30.967] [test-pekko.actor.default-dispatcher-9] [pekko://test/system/testProbe-5/$a] Stream complete. Next stream in <PT5M4.6875S> from start 12:17:31 17:17:30.967 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT5M4.6875S> from start 12:17:31 17:17:30.992 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:31 17:17:31.056 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:31 17:17:31.058 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown. 12:17:31 17:17:31.059 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT9M29.23828125S> starting from <> 12:17:31 17:17:31.097 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:31 17:17:31.174 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <> 12:17:31 17:17:31.177 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT5M57.71484375S> from start 12:17:31 17:17:31.202 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:31 17:17:31.288 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:31 17:17:31.365 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:31 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.652 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest 12:17:31 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest 12:17:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest 12:17:31 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest 12:17:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest 12:17:31 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest 12:17:32 [INFO] [01/25/2024 17:17:32.154] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:32 [INFO] [01/25/2024 17:17:32.332] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:32 [INFO] [01/25/2024 17:17:32.609] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest 12:17:32 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest 12:17:33 17:17:33.116 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.303 [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. 12:17:33 17:17:33.305 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request. 12:17:33 17:17:33.368 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.415 [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. 12:17:33 17:17:33.416 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed. 12:17:33 17:17:33.470 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.513 [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. 12:17:33 17:17:33.516 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess. 12:17:33 17:17:33.545 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.594 [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. 12:17:33 17:17:33.595 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed. 12:17:33 17:17:33.637 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.679 [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. 12:17:33 17:17:33.680 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage). 12:17:33 17:17:33.703 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.746 [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. 12:17:33 17:17:33.747 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed. 12:17:33 17:17:33.768 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:17:33 17:17:33.812 [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. 12:17:33 17:17:33.812 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed. 12:17:33 17:17:33.816 [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. 12:17:33 17:17:33.817 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed. 12:17:33 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest 12:17:33 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest 12:17:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest 12:17:35 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest 12:17:35 [INFO] [01/25/2024 17:17:35.339] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>. 12:17:35 [INFO] [01/25/2024 17:17:35.341] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>. 12:17:36 [INFO] [01/25/2024 17:17:36.378] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed. 12:17:36 [INFO] [01/25/2024 17:17:36.378] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Got ping completed. 12:17:36 [INFO] [01/25/2024 17:17:36.391] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>. 12:17:36 [INFO] [01/25/2024 17:17:36.392] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>. 12:17:36 [INFO] [01/25/2024 17:17:36.401] [PekkoTestSystem-pekko.actor.default-dispatcher-9] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>. 12:17:36 Jan 25, 2024 5:17:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:17:36 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. 12:17:36 Jan 25, 2024 5:17:36 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:17:36 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. 12:17:37 Jan 25, 2024 5:17:37 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:17:37 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. 12:17:37 [INFO] [01/25/2024 17:17:37.419] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed. 12:17:37 [INFO] [01/25/2024 17:17:37.419] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Got ping completed. 12:17:37 [INFO] [01/25/2024 17:17:37.520] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:17:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.270 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest 12:17:37 [INFO] 12:17:37 [INFO] Results: 12:17:37 [INFO] 12:17:37 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 12:17:37 [INFO] 12:17:37 [INFO] 12:17:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors --- 12:17:37 [INFO] 12:17:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors --- 12:17:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 12:17:37 [INFO] 12:17:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors --- 12:17:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:17:37 [INFO] No previous run data found, generating javadoc. 12:17:40 [WARNING] Javadoc Warnings 12:17:40 [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 12:17:40 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass()); 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand); 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment 12:17:40 [WARNING] protected void becomeDeletedHandler() { 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment 12:17:40 [WARNING] protected void handleByCommandStrategy(final C command) { 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment 12:17:40 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) { 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:125: warning: no comment 12:17:40 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] @Nullable protected ActorRef enforcerChild; 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:127: warning: no comment 12:17:40 [WARNING] @Nullable protected E entityId; 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:131: warning: no comment 12:17:40 [WARNING] protected final Duration localAskTimeout; 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:119: warning: no comment 12:17:40 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:123: warning: no comment 12:17:40 [WARNING] protected final MongoReadJournal mongoReadJournal; 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:117: warning: no comment 12:17:40 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa"; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] @Nullable protected ActorRef persistenceActorChild; 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:146: warning: no comment 12:17:40 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild, 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:141: warning: no comment 12:17:40 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces, 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:226: warning: no comment 12:17:40 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior, 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:596: warning: no comment 12:17:40 [WARNING] protected void becomeTwinSignalProcessingAwaiting() { 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1025: warning: no comment 12:17:40 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer( 12:17:40 [WARNING] ^ 12:17:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:646: warning: no comment 12:17:40 [WARNING] protected void restartChild() { 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() { 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() { 12:17:40 [WARNING] ^ 12:17:40 [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> 12:17:40 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) { 12:17:40 [WARNING] ^ 12:17:40 [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> 12:17:40 [WARNING] static <E extends Event<?>> Result<E> empty() { 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] public enum Control { 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] SERVICE_REQUESTS_DONE 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] SHUTDOWN, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] STREAM_COMPLETE, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] STREAM_FAILED, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] IN_QUIET_PERIOD, 12:17:40 [WARNING] ^ 12:17:40 [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 12:17:40 [WARNING] RUNNING 12:17:40 [WARNING] ^ 12:17:40 [WARNING] 37 warnings 12:17:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 12:17:40 [INFO] 12:17:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors --- 12:17:40 [INFO] Tests are skipped. 12:17:40 [INFO] 12:17:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors --- 12:17:40 [INFO] Tests are skipped. 12:17:40 [INFO] 12:17:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors --- 12:17:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 12:17:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes 12:17:40 [INFO] 12:17:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors --- 12:17:40 [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 12:17:40 [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 12:17:40 [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 12:17:40 [INFO] 12:17:40 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- 12:17:40 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77] 12:17:40 [INFO] from internal/utils/protocol/pom.xml 12:17:40 [INFO] --------------------------------[ jar ]--------------------------------- 12:17:40 [INFO] 12:17:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] 12:17:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] 12:17:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 12:17:40 [INFO] 12:17:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol --- 12:17:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:17:40 [WARNING] 12:17:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:17:40 [WARNING] 12:17:40 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:17:40 [WARNING] 12:17:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:17:40 [INFO] 12:17:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources 12:17:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:17:40 [INFO] 12:17:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT... 12:17:40 [INFO] 12:17:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol --- 12:17:40 [INFO] Changes detected - recompiling the module! :dependency 12:17:40 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:17:41 [INFO] 12:17:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol --- 12:17:41 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:17:41 [INFO] 12:17:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol --- 12:17:41 [INFO] Changes detected - recompiling the module! :dependency 12:17:41 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 12:17:41 [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. 12:17:41 [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. 12:17:41 [INFO] 12:17:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol --- 12:17:41 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:17:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/surefire-reports 12:17:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:17:41 [INFO] 12:17:41 [INFO] ------------------------------------------------------- 12:17:41 [INFO] T E S T S 12:17:41 [INFO] ------------------------------------------------------- 12:17:41 [INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest 12:17:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.210 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest 12:17:43 [INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest 12:17:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.010 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest 12:17:45 [INFO] 12:17:45 [INFO] Results: 12:17:45 [INFO] 12:17:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 12:17:45 [INFO] 12:17:45 [INFO] 12:17:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol --- 12:17:45 [INFO] 12:17:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol --- 12:17:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 12:17:45 [INFO] 12:17:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol --- 12:17:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:17:46 [INFO] No previous run data found, generating javadoc. 12:17:47 [WARNING] Javadoc Warnings 12:17:47 [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 12:17:47 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config; 12:17:47 [WARNING] ^ 12:17:47 [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 12:17:47 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig); 12:17:47 [WARNING] ^ 12:17:47 [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 12:17:47 [WARNING] enum ProtocolConfigValue implements KnownConfigValue { 12:17:47 [WARNING] ^ 12:17:47 [WARNING] 3 warnings 12:17:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 12:17:47 [INFO] 12:17:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol --- 12:17:47 [INFO] Tests are skipped. 12:17:47 [INFO] 12:17:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol --- 12:17:47 [INFO] Tests are skipped. 12:17:47 [INFO] 12:17:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol --- 12:17:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 12:17:47 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes 12:17:47 [INFO] 12:17:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol --- 12:17:47 [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 12:17:47 [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 12:17:47 [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 12:17:47 [INFO] 12:17:47 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >---------- 12:17:47 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77] 12:17:47 [INFO] from rql/search-option-parser/pom.xml 12:17:47 [INFO] -------------------------------[ bundle ]------------------------------- 12:17:47 [INFO] 12:17:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser --- 12:17:47 [INFO] 12:17:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser --- 12:17:47 [INFO] 12:17:47 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser --- 12:17:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:17:47 [INFO] 12:17:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser --- 12:17: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/rql/search-option-parser/target/jacoco.exec 12:17:47 [INFO] 12:17:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser --- 12:17:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:17:47 [WARNING] 12:17:47 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:17:47 [WARNING] 12:17:47 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:17:47 [WARNING] 12:17:47 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:17:47 [INFO] 12:17:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser --- 12:17:47 [INFO] Copying 0 resource from src/main/resources to target/classes 12:17:47 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:17:47 [INFO] 12:17:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser --- 12:17:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT... 12:17:47 [INFO] 12:17:47 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser --- 12: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 12:17:47 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ... 12:17:52 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 12:17:52 [WARNING] one warning found 12:17:53 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:17:53 1 warning. 12:17:53 [INFO] done compiling 12:17:53 [INFO] compile in 6.0 s 12:17:53 [INFO] 12:17:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser --- 12:17:53 [INFO] Changes detected - recompiling the module! :dependency 12:17:53 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 12:17:53 [WARNING] bootstrap class path not set in conjunction with -source 8 12:17:53 [INFO] 12:17:53 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser --- 12:17:53 [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 12:17:53 [INFO] compile in 0.0 s 12:17:53 [INFO] 12:17:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser --- 12:17:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources 12:17:53 [INFO] 12:17:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser --- 12:17:53 [INFO] Changes detected - recompiling the module! :dependency 12:17:53 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:17:53 [WARNING] bootstrap class path not set in conjunction with -source 8 12:17:53 [INFO] 12:17:53 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser --- 12:17:53 [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 12:17:53 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/test-classes ... 12:17:55 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:17:55 1 warning. 12:17:55 [INFO] done compiling 12:17:55 [INFO] compile in 1.3 s 12:17:55 [INFO] 12:17:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser --- 12:17:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:17:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/surefire-reports 12:17:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:17:55 [INFO] 12:17:55 [INFO] ------------------------------------------------------- 12:17:55 [INFO] T E S T S 12:17:55 [INFO] ------------------------------------------------------- 12:17:55 [INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest 12:17:56 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest 12:17:56 [INFO] 12:17:56 [INFO] Results: 12:17:56 [INFO] 12:17:56 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 12:17:56 [INFO] 12:17:56 [INFO] 12:17:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser --- 12:17:56 [INFO] 12:17:56 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser --- 12:17:56 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 12:17:56 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 12:17:56 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF 12:17:56 [INFO] 12:17:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser --- 12:17:56 [INFO] Tests are skipped. 12:17:56 [INFO] 12:17:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser --- 12:17:56 [INFO] Tests are skipped. 12:17:56 [INFO] 12:17:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser --- 12:17:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec 12:17:56 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes 12:17:56 [INFO] 12:17:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser --- 12:17:56 [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 12:17:56 [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 12:17:56 [INFO] 12:17:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser --- 12:17:56 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar 12:17:56 [INFO] Writing OBR metadata 12:17:56 [INFO] 12:17:56 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ 12:17:56 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77] 12:17:56 [INFO] from internal/utils/search/pom.xml 12:17:56 [INFO] --------------------------------[ jar ]--------------------------------- 12:17:56 [INFO] 12:17:56 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search --- 12:17:56 [INFO] 12:17:56 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search --- 12:17:56 [INFO] 12:17:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search --- 12:17: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/search/target/jacoco.exec 12:17:56 [INFO] 12:17:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search --- 12:17:56 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:17:56 [WARNING] 12:17:56 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:17:56 [WARNING] 12:17:56 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:17:56 [WARNING] 12:17:56 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:17:56 [INFO] 12:17:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search --- 12:17:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources 12:17:56 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:17:56 [INFO] 12:17:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search --- 12:17:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT... 12:17:56 [INFO] 12:17:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search --- 12:17:56 [INFO] Changes detected - recompiling the module! :dependency 12:17:56 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes 12:17:56 [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. 12:17:56 [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. 12:17:56 [INFO] 12:17:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search --- 12:17:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources 12:17:56 [INFO] 12:17:56 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search --- 12:17:56 [INFO] Changes detected - recompiling the module! :dependency 12:17:56 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 12:17:57 [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. 12:17:57 [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. 12:17:57 [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. 12:17:57 [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. 12:17:57 [INFO] 12:17:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search --- 12:17:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:17:57 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/surefire-reports 12:17:57 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:17:57 [INFO] 12:17:57 [INFO] ------------------------------------------------------- 12:17:57 [INFO] T E S T S 12:17:57 [INFO] ------------------------------------------------------- 12:17:57 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest 12:18:00 SLF4J(W): Class path contains multiple SLF4J providers. 12:18:00 SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@6a0ee80] 12:18:00 SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@71de1091] 12:18:00 SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 12:18:00 SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@6a0ee80] 12:18:01 [WARN] [01/25/2024 17:18:00.928] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-0)] [resume-source-errors-flow] Upstream failed, cause: InvalidRqlExpressionException: The given RQL expression was invalid 12:18:01 [INFO] [01/25/2024 17:18:01.064] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:01 [INFO] [01/25/2024 17:18:01.350] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:01 17:18:01.477 [default-pekko.actor.default-dispatcher-5] INFO org.eclipse.ditto.internal.utils.search.SearchSource -- Resuming from: org.apache.pekko.stream.RemoteStreamRefActorTerminatedException: [SourceRef-0] Remote stream (pekko://default/system/Materializers/StreamSupervisor-2/$$a-SinkRef-0) failed, reason: mock cursor-not-found error 12:18:01 [INFO] [01/25/2024 17:18:01.615] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:01 [WARN] [01/25/2024 17:18:01.718] [default-pekko.actor.default-dispatcher-5] [SinkRefStageImpl(pekko://default)] [SinkRef-0] Stream already completed before remote side materialized, failing now. 12:18:01 [INFO] [01/25/2024 17:18:01.722] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.861 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest 12:18:01 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest 12:18:01 [INFO] [01/25/2024 17:18:01.806] [default-pekko.actor.default-dispatcher-4] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]> 12:18:01 [INFO] [01/25/2024 17:18:01.810] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 17:18:01.950 [default-pekko.actor.default-dispatcher-12] ERROR org.eclipse.ditto.internal.utils.search.SearchSource -- Unexpected error 12:18:02 org.apache.pekko.pattern.AskTimeoutException: mock error 12:18:02 [INFO] [01/25/2024 17:18:02.261] [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]> 12:18:02 [INFO] [01/25/2024 17:18:02.267] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=InvalidOptionException [message='Invalid option: 'size(0)'', errorCode=thing-search:search.option.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='size(n) -- n must be between 1 and 200', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]] 12:18:02 [INFO] [01/25/2024 17:18:02.268] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.332] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=exists(attributes/tag1), options=size(1), fields=/thingId, namespaces=null, prefix=null]> 12:18:02 [INFO] [01/25/2024 17:18:02.340] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=SubscriptionProtocolErrorException [message='The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)', errorCode=thing-search:subscription.protocol.error, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='null', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]] 12:18:02 [INFO] [01/25/2024 17:18:02.341] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest 12:18:02 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest 12:18:02 [INFO] [01/25/2024 17:18:02.386] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.443] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.492] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.614] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest 12:18:02 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest 12:18:02 [INFO] [01/25/2024 17:18:02.680] [SubscriptionActorTest0-pekko.actor.default-dispatcher-4] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout 12:18:02 [INFO] [01/25/2024 17:18:02.696] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.756] [SubscriptionActorTest0-pekko.actor.default-dispatcher-4] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]> 12:18:02 [INFO] [01/25/2024 17:18:02.757] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.871] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]] 12:18:02 [INFO] [01/25/2024 17:18:02.872] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] [01/25/2024 17:18:02.978] [SubscriptionActorTest0-pekko.actor.default-dispatcher-4] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]] 12:18:02 [INFO] [01/25/2024 17:18:02.980] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest 12:18:03 [INFO] 12:18:03 [INFO] Results: 12:18:03 [INFO] 12:18:03 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 12:18:03 [INFO] 12:18:03 [INFO] 12:18:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search --- 12:18:03 [INFO] 12:18:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search --- 12:18:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 12:18:03 [INFO] 12:18:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search --- 12:18:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:18:03 [INFO] No previous run data found, generating javadoc. 12:18:05 [WARNING] Javadoc Warnings 12:18:05 [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 12:18:05 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) { 12:18:05 [WARNING] ^ 12:18:05 [WARNING] 1 warning 12:18:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 12:18:05 [INFO] 12:18:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search --- 12:18:05 [INFO] Tests are skipped. 12:18:05 [INFO] 12:18:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search --- 12:18:05 [INFO] Tests are skipped. 12:18:05 [INFO] 12:18:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search --- 12:18:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 12:18:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes 12:18:05 [INFO] 12:18:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search --- 12:18:05 [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 12:18:05 [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 12:18:05 [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 12:18:05 [INFO] 12:18:05 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >------- 12:18:05 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77] 12:18:05 [INFO] from internal/utils/pubsub-policies/pom.xml 12:18:05 [INFO] --------------------------------[ jar ]--------------------------------- 12:18:05 [INFO] 12:18:05 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] 12:18:05 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] 12:18:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec 12:18:05 [INFO] 12:18:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:18:05 [WARNING] 12:18:05 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:18:05 [WARNING] 12:18:05 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:18:05 [WARNING] 12:18:05 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:18:05 [INFO] 12:18:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources 12:18:05 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:18:05 [INFO] 12:18:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT... 12:18:05 [INFO] 12:18:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] Changes detected - recompiling the module! :dependency 12:18:05 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes 12:18:05 [INFO] 12:18:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources 12:18:05 [INFO] 12:18:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] No sources to compile 12:18:05 [INFO] 12:18:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:18:05 [INFO] No tests to run. 12:18:05 [INFO] 12:18:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] 12:18:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 12:18:05 [INFO] 12:18:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies --- 12:18:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:18:05 [INFO] No previous run data found, generating javadoc. 12:18:06 [WARNING] Javadoc Warnings 12:18:06 [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 12:18:06 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies; 12:18:06 [WARNING] ^ 12:18:06 [WARNING] 1 warning 12:18:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 12:18:06 [INFO] 12:18:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies --- 12:18:06 [INFO] Tests are skipped. 12:18:06 [INFO] 12:18:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies --- 12:18:06 [INFO] Tests are skipped. 12:18:06 [INFO] 12:18:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies --- 12:18:06 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:18:06 [INFO] 12:18:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies --- 12:18:06 [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 12:18:06 [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 12:18:06 [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 12:18:06 [INFO] 12:18:06 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >-------- 12:18:06 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77] 12:18:06 [INFO] from internal/utils/pubsub-things/pom.xml 12:18:06 [INFO] --------------------------------[ jar ]--------------------------------- 12:18:06 [INFO] 12:18:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] 12:18:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] 12:18:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/jacoco.exec 12:18:06 [INFO] 12:18:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things --- 12:18:06 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:18:06 [WARNING] 12:18:06 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:18:06 [WARNING] 12:18:06 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:18:06 [WARNING] 12:18:06 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:18:06 [INFO] 12:18:06 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources 12:18:06 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:18:06 [INFO] 12:18:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT... 12:18:06 [INFO] 12:18:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] Changes detected - recompiling the module! :dependency 12:18:06 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes 12:18:06 [INFO] 12:18:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources 12:18:06 [INFO] 12:18:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] No sources to compile 12:18:06 [INFO] 12:18:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things --- 12:18:06 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:18:06 [INFO] No tests to run. 12:18:06 [INFO] 12:18:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] 12:18:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things --- 12:18:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 12:18:06 [INFO] 12:18:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things --- 12:18:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:18:06 [INFO] No previous run data found, generating javadoc. 12:18:08 [WARNING] Javadoc Warnings 12:18:08 [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 12:18:08 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings; 12:18:08 [WARNING] ^ 12:18:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe 12:18:08 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber, 12:18:08 [WARNING] ^ 12:18:08 [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 12:18:08 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) { 12:18:08 [WARNING] ^ 12:18:08 [WARNING] 3 warnings 12:18:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 12:18:08 [INFO] 12:18:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things --- 12:18:08 [INFO] Tests are skipped. 12:18:08 [INFO] 12:18:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things --- 12:18:08 [INFO] Tests are skipped. 12:18:08 [INFO] 12:18:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things --- 12:18:08 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:18:08 [INFO] 12:18:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things --- 12:18:08 [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 12:18:08 [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 12:18:08 [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 12:18:08 [INFO] 12:18:08 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ 12:18:08 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [67/77] 12:18:08 [INFO] from connectivity/service/pom.xml 12:18:08 [INFO] --------------------------------[ jar ]--------------------------------- 12:18:16 [INFO] 12:18:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service --- 12:18:16 [INFO] 12:18:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service --- 12:18:16 [INFO] 12:18:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service --- 12:18: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/connectivity/service/target/jacoco.exec 12:18:16 [INFO] 12:18:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service --- 12:18:16 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:18:16 [WARNING] 12:18:16 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:18:16 [WARNING] 12:18:16 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:18:16 [WARNING] 12:18:16 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:18:16 [INFO] 12:18:16 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service --- 12:18:16 [INFO] Copying 1 resource from src/main/resources to target/classes 12:18:16 [INFO] Copying 8 resources from src/main/resources to target/classes 12:18:16 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:18:16 [INFO] 12:18:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service --- 12:18:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT... 12:18:16 [INFO] 12:18:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service --- 12:18:16 [INFO] Changes detected - recompiling the module! :dependency 12:18:16 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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 12:18:21 [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. 12:18:21 [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. 12:18:21 [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. 12:18:21 [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. 12:18:21 [INFO] 12:18:21 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service --- 12:18:21 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar 12:18:21 [INFO] 12:18:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service --- 12:18:21 [INFO] Copying 39 resources from src/test/resources to target/test-classes 12:18:21 [INFO] 12:18:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service --- 12:18:21 [INFO] Changes detected - recompiling the module! :dependency 12:18:21 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes 12:18:28 [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. 12:18:28 [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. 12:18:28 [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. 12:18:28 [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. 12:18:28 [INFO] 12:18:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service --- 12:18:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:18:28 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/surefire-reports 12:18:28 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:18:28 [INFO] 12:18:28 [INFO] ------------------------------------------------------- 12:18:28 [INFO] T E S T S 12:18:28 [INFO] ------------------------------------------------------- 12:18:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest 12:18:31 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest 12:18:31 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest 12:18:31 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:18:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest 12:18:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest 12:18:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest 12:18:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest 12:18:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest 12:18:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest 12:18:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest 12:18:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest 12:18:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest 12:18:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest 12:18:35 [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.393 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest 12:18:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest 12:18:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest 12:18:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest 12:18:36 17:18:36.769 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client … 12:18:36 java.lang.IllegalStateException: Yolo! 12:18:36 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:18:36 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:18:36 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:18:36 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:18:36 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:18:36 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:18:36 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:18:36 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:18:36 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:18:36 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:18:36 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:18:36 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:18:36 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:18:36 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:18:36 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:18:36 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:18:36 17:18:36.894 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>. 12:18:36 java.lang.IllegalStateException: Yolo! 12:18:36 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:18:36 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:18:36 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:18:36 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:18:36 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:18:36 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:18:36 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:18:36 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:18:36 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:18:36 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:18:36 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:18:36 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:18:36 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:18:36 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:18:36 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:18:36 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:18:36 17:18:36.899 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>. 12:18:36 17:18:36.904 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>. 12:18:36 java.lang.IllegalStateException: Yolo! 12:18:36 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:18:36 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:18:36 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:18:36 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:18:36 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:18:36 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:18:36 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:18:36 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:18:36 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:18:36 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:18:36 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:18:36 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:18:36 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:18:36 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:18:36 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:18:36 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:18:36 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:18:36 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:18:36 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:18:36 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:18:36 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:18:36 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:18:36 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:18:37 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest 12:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest 12:18:37 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest 12:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest 12:18:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest 12:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest 12:18:37 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest 12:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest 12:18:40 [INFO] [01/25/2024 17:18:40.972] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:40 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.438 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest 12:18:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest 12:18:41 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest 12:18:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest 12:18:41 [INFO] [01/25/2024 17:18:41.528] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:41 [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 12:18:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest 12:18:41 [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 12:18:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest 12:18:41 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest 12:18:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest 12:18:42 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest 12:18:42 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest 12:18:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest 12:18:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest 12:18:42 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest 12:18:42 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest 12:18:42 [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 12:18:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest 12:18:42 17:18:42.416 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:18:46 [INFO] [01/25/2024 17:18:46.495] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.495] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.495] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.496] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.496] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.496] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.500] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.500] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.500] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.500] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.501] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.502] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.503] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.504] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.505] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.506] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:46 [INFO] [01/25/2024 17:18:46.507] [MqttConsumerActorTest-pekko.actor.default-dispatcher-5] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 32431281>. 12:18:48 [INFO] [01/25/2024 17:18:48.315] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.907 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest 12:18:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest 12:18:48 [INFO] [01/25/2024 17:18:48.453] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] [01/25/2024 17:18:48.543] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] [01/25/2024 17:18:48.612] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] [01/25/2024 17:18:48.693] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] [01/25/2024 17:18:48.751] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] [01/25/2024 17:18:48.793] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:18:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest 12:18:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest 12:18:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest 12:18:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest 12:18:48 [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 12:18:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest 12:18:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest 12:18:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest 12:18:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest 12:18:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest 12:18:49 17:18:48.948 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 39917 12:18:49 17:18:49.079 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:18:50 17:18:50.608 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M21.98S> interval (min=<PT5M>) 12:18:50 17:18:50.642 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.161S> interval (min=<PT5M>) 12:18:50 17:18:50.642 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.791S> interval (min=<PT5M>) 12:18:50 17:18:50.643 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:50 17:18:50.644 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:50 17:18:50.644 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.464S> interval (min=<PT5M>) 12:18:50 17:18:50.664 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:50 17:18:50.665 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:50 17:18:50.684 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:50 17:18:50.685 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.04S> interval (min=<PT5M>) 12:18:51 17:18:51.033 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1d3b84f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.042 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.074 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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@1d3b84f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.074 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.091 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56396 12:18:51 17:18:51.095 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:51 17:18:51.102 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:51 17:18:51.162 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:51 17:18:51.251 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] 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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-3b79a6d, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:51 17:18:51.272 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:51 17:18:51.274 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:18:51 17:18:51.363 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1 12:18:51 17:18:51.476 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M33.538S> interval (min=<PT5M>) 12:18:51 17:18:51.476 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:51 17:18:51.477 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.851S> interval (min=<PT5M>) 12:18:51 17:18:51.478 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M52.578S> interval (min=<PT5M>) 12:18:51 17:18:51.479 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:51 17:18:51.479 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.042S> interval (min=<PT5M>) 12:18:51 17:18:51.481 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:51 17:18:51.481 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:51 17:18:51.485 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.668S> interval (min=<PT5M>) 12:18:51 17:18:51.485 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:51 17:18:51.487 [WARN ] [MqttClientActorTest_publishToTopic-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@7269e106]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.487 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.490 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7269e106]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.491 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.503 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56398 12:18:51 17:18:51.504 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:51 17:18:51.593 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:51 17:18:51.604 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:51 17:18:51.629 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=target/laserBeamer, qos=AT_LEAST_ONCE]> 12:18:51 17:18:51.638 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:18:51 17:18:51.703 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:18:51 17:18:51.741 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:51 17:18:51.750 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M0.028S> interval (min=<PT5M>) 12:18:51 17:18:51.751 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:51 17:18:51.752 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.895S> interval (min=<PT5M>) 12:18:51 17:18:51.753 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.852S> interval (min=<PT5M>) 12:18:51 17:18:51.755 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:51 17:18:51.755 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.452S> interval (min=<PT5M>) 12:18:51 17:18:51.757 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:51 17:18:51.757 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:51 17:18:51.761 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.714S> interval (min=<PT5M>) 12:18:51 17:18:51.761 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:51 17:18:51.763 [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@16719cd6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.764 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.767 [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@16719cd6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:51 17:18:51.767 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:51 17:18:51.769 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56414 12:18:51 17:18:51.770 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:51 17:18:51.845 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-e23371f, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:51 17:18:51.850 [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'.> 12:18:51 17:18:51.850 [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-e23371f, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.qos=0, mqtt.retain=false, mqtt.topic=eclipse/invalid/address} 12:18:51 17:18:51.863 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=replies, qos=AT_MOST_ONCE]> 12:18:51 17:18:51.865 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 12:18:51 17:18:51.866 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:52 17:18:52.003 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M0.029S> interval (min=<PT5M>) 12:18:52 17:18:52.003 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.004 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.211S> interval (min=<PT5M>) 12:18:52 17:18:52.005 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.774S> interval (min=<PT5M>) 12:18:52 17:18:52.007 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.007 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M33.349S> interval (min=<PT5M>) 12:18:52 17:18:52.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.013 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.015 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@1a54dc19]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.015 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.036 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.184S> interval (min=<PT5M>) 12:18:52 17:18:52.039 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@1a54dc19]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.039 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.041 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56422 12:18:52 17:18:52.041 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:52 17:18:52.052 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-35072d8, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:52 17:18:52.055 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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>. 12:18:52 17:18:52.124 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:52 17:18:52.154 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.200 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:18:52 17:18:52.254 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1 12:18:52 17:18:52.297 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.78S> interval (min=<PT5M>) 12:18:52 17:18:52.297 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.299 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.683S> interval (min=<PT5M>) 12:18:52 17:18:52.300 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.793S> interval (min=<PT5M>) 12:18:52 17:18:52.301 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.301 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.143S> interval (min=<PT5M>) 12:18:52 17:18:52.303 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.303 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.307 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M30.675S> interval (min=<PT5M>) 12:18:52 17:18:52.307 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.308 [WARN ] [MqttClientActorTest_openAndCloseConnection-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@3a515eaa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.309 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.336 [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@3a515eaa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.336 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.349 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56436 12:18:52 17:18:52.349 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:52 17:18:52.418 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:52 17:18:52.419 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.422 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED> 12:18:52 17:18:52.423 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:52 17:18:52.425 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:52 17:18:52.426 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:52 17:18:52.527 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M8.602S> interval (min=<PT5M>) 12:18:52 17:18:52.527 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.536 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.017S> interval (min=<PT5M>) 12:18:52 17:18:52.536 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.709S> interval (min=<PT5M>) 12:18:52 17:18:52.537 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.537 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.462S> interval (min=<PT5M>) 12:18:52 17:18:52.541 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.541 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.546 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.546 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.49S> interval (min=<PT5M>) 12:18:52 17:18:52.548 [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@1c411579]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.548 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.551 [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@1c411579]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.551 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.564 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56438 12:18:52 17:18:52.567 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1c411579]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.568 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.569 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1c411579]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.569 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.572 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:39917>. 12:18:52 17:18:52.583 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> at <tcp://localhost:39917> was successful. 12:18:52 17:18:52.584 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:18:52 17:18:52.585 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:52 17:18:52.712 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M36.444S> interval (min=<PT5M>) 12:18:52 17:18:52.712 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.714 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.393S> interval (min=<PT5M>) 12:18:52 17:18:52.737 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M43.78S> interval (min=<PT5M>) 12:18:52 17:18:52.738 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.738 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.343S> interval (min=<PT5M>) 12:18:52 17:18:52.740 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.741 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.743 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.949S> interval (min=<PT5M>) 12:18:52 17:18:52.744 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.745 [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@24d54bae]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.745 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.748 [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@24d54bae]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:52 17:18:52.748 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:52 17:18:52.750 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56446 12:18:52 17:18:52.751 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:52 17:18:52.760 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-ff7769d, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:52 17:18:52.762 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:52 17:18:52.773 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56456 12:18:52 17:18:52.774 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:52 17:18:52.783 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-ff7769d, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:52 17:18:52.785 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:52 17:18:52.853 [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. 12:18:52 17:18:52.854 [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] 12:18:52 17:18:52.855 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED> 12:18:52 17:18:52.856 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:52 17:18:52.859 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:52 17:18:52.961 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M48.102S> interval (min=<PT5M>) 12:18:52 17:18:52.961 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:52 17:18:52.962 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.682S> interval (min=<PT5M>) 12:18:52 17:18:52.963 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.023S> interval (min=<PT5M>) 12:18:52 17:18:52.964 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:52 17:18:52.964 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.329S> interval (min=<PT5M>) 12:18:52 17:18:52.966 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.966 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:52 17:18:52.969 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.813S> interval (min=<PT5M>) 12:18:52 17:18:52.969 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:52.971 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7425d4b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:52.971 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:52.974 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7425d4b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:52.974 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:52.986 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56462 12:18:53 17:18:52.987 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7425d4b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:52.987 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> at <tcp://localhost:39917> failed: Failed to connect. 12:18:53 17:18:52.987 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:52.988 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7425d4b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:52.988 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:52.989 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] 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.)> 12:18:53 17:18:52.990 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:53 17:18:53.100 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M56.912S> interval (min=<PT5M>) 12:18:53 17:18:53.100 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.101 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M5.675S> interval (min=<PT5M>) 12:18:53 17:18:53.102 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.873S> interval (min=<PT5M>) 12:18:53 17:18:53.102 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.103 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.436S> interval (min=<PT5M>) 12:18:53 17:18:53.105 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.105 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.107 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.419S> interval (min=<PT5M>) 12:18:53 17:18:53.108 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.109 [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@32c8fe50]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.109 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.112 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@32c8fe50]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.112 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.124 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56470 12:18:53 17:18:53.125 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:53 17:18:53.218 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:53 17:18:53.225 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <:d3908209-7957-4dfe-95dc-fd744904bcae> to PublishTarget <MqttPublishTarget [topic=replyTarget/:d3908209-7957-4dfe-95dc-fd744904bcae, qos=AT_MOST_ONCE]> 12:18:53 17:18:53.227 [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 12:18:53 17:18:53.228 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.339 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:18:53 17:18:53.340 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:53 17:18:53.344 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:53 17:18:53.379 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M34.594S> interval (min=<PT5M>) 12:18:53 17:18:53.379 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.381 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M8.851S> interval (min=<PT5M>) 12:18:53 17:18:53.382 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.086S> interval (min=<PT5M>) 12:18:53 17:18:53.383 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.384 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M20.627S> interval (min=<PT5M>) 12:18:53 17:18:53.387 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.387 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.440 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.172S> interval (min=<PT5M>) 12:18:53 17:18:53.440 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.442 [WARN ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@22ba9ff7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.443 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.445 [WARN ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@22ba9ff7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.446 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.447 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56472 12:18:53 17:18:53.448 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:53 17:18:53.459 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693A10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.460 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C1, mqtt.topic=C1, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693C10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.460 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693B10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.461 [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>. 12:18:53 17:18:53.462 [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>. 12:18:53 17:18:53.462 [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>. 12:18:53 17:18:53.464 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693A11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.465 [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>. 12:18:53 17:18:53.465 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693B11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.466 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C2, mqtt.topic=C2, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693C20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.466 [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>. 12:18:53 17:18:53.467 [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>. 12:18:53 17:18:53.468 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693A12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.469 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693B20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.470 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693C30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.470 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:53 17:18:53.470 [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>. 12:18:53 17:18:53.473 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3909693B21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:53 17:18:53.535 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:53 17:18:53.536 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:53 17:18:53.537 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:53 17:18:53.538 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:18:53 17:18:53.553 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.636 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=10 12:18:53 17:18:53.667 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M33.334S> interval (min=<PT5M>) 12:18:53 17:18:53.667 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.668 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.898S> interval (min=<PT5M>) 12:18:53 17:18:53.668 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.211S> interval (min=<PT5M>) 12:18:53 17:18:53.669 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.669 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.191S> interval (min=<PT5M>) 12:18:53 17:18:53.671 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.672 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.674 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.806S> interval (min=<PT5M>) 12:18:53 17:18:53.674 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.675 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@14bdd8a6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.676 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.678 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@14bdd8a6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.678 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.690 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56486 12:18:53 17:18:53.691 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:53 17:18:53.698 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-25T17:18:53.694450743Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff. 12:18:53 17:18:53.698 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-25T17:18:53.694450743Z, connectivityStatus=null]> 12:18:53 17:18:53.700 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-25T17:18:53.694450743Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:18:53 17:18:53.700 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 12:18:53 17:18:53.701 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:53 17:18:53.800 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M33.897S> interval (min=<PT5M>) 12:18:53 17:18:53.800 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.800 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.325S> interval (min=<PT5M>) 12:18:53 17:18:53.801 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M14.387S> interval (min=<PT5M>) 12:18:53 17:18:53.802 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:53 17:18:53.802 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.196S> interval (min=<PT5M>) 12:18:53 17:18:53.804 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.804 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:53 17:18:53.807 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:53 17:18:53.807 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.12S> interval (min=<PT5M>) 12:18:53 17:18:53.808 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6e060dde]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.809 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.836 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6e060dde]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:53 17:18:53.837 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:53 17:18:53.838 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56498 12:18:53 17:18:53.839 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:53 17:18:53.847 [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=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-a483cd2, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:18:54 17:18:53.849 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:18:54 17:18:53.850 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 12:18:54 17:18:53.850 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:54 17:18:53.970 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M52.803S> interval (min=<PT5M>) 12:18:54 17:18:53.970 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:53.971 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.025S> interval (min=<PT5M>) 12:18:54 17:18:53.971 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.779S> interval (min=<PT5M>) 12:18:54 17:18:53.972 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:53.973 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.996S> interval (min=<PT5M>) 12:18:54 17:18:53.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:53.975 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:53.977 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.904S> interval (min=<PT5M>) 12:18:54 17:18:53.977 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:53.979 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-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@4b9f839b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:53.979 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:53.981 [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@4b9f839b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:53.982 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:53.993 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56512 12:18:54 17:18:53.994 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers. 12:18:54 17:18:54.087 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:18:54 17:18:54.087 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:18:54 17:18:54.097 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.188 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:54 17:18:54.261 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M29.224S> interval (min=<PT5M>) 12:18:54 17:18:54.261 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.261 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.052S> interval (min=<PT5M>) 12:18:54 17:18:54.262 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.084S> interval (min=<PT5M>) 12:18:54 17:18:54.263 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.263 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.26S> interval (min=<PT5M>) 12:18:54 17:18:54.265 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.265 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.267 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.268 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.005S> interval (min=<PT5M>) 12:18:54 17:18:54.269 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-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@28abe67e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.269 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.271 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-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@28abe67e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.272 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.313 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56528 12:18:54 17:18:54.436 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators 12:18:54 17:18:54.437 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.437 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:54 17:18:54.539 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M49.068S> interval (min=<PT5M>) 12:18:54 17:18:54.539 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.541 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.078S> interval (min=<PT5M>) 12:18:54 17:18:54.542 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.815S> interval (min=<PT5M>) 12:18:54 17:18:54.544 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.544 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M5.195S> interval (min=<PT5M>) 12:18:54 17:18:54.548 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.548 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.552 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.913S> interval (min=<PT5M>) 12:18:54 17:18:54.552 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.555 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@18df599d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.555 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.559 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@18df599d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.560 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.647 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 12:18:54 17:18:54.649 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:54 17:18:54.737 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.839 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M42.015S> interval (min=<PT5M>) 12:18:54 17:18:54.839 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.839 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.788S> interval (min=<PT5M>) 12:18:54 17:18:54.840 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.117S> interval (min=<PT5M>) 12:18:54 17:18:54.841 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:54 17:18:54.841 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.549S> interval (min=<PT5M>) 12:18:54 17:18:54.844 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.844 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.846 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.623S> interval (min=<PT5M>) 12:18:54 17:18:54.847 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:54 17:18:54.850 [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@41550ee9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.850 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.852 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@41550ee9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:54 17:18:54.853 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:54 17:18:54.854 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.855 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:54 17:18:54.856 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56538 12:18:55 17:18:54.965 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:55 17:18:55.155 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 12:18:55 17:18:55.156 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:55 17:18:55.156 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:55 17:18:55.159 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:55 17:18:55.165 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56554 12:18:55 17:18:55.165 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 56556 12:18:55 17:18:55.272 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators 12:18:55 17:18:55.273 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> failed. Disabling automatic reconnect. 12:18:55 17:18:55.273 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:55 17:18:55.274 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:55 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 12:18:55 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:18:55 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:18:55 ... 12 common frames omitted 12:18:55 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:18:55 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:18:55 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:18:55 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:18:55 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:18:55 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:18:55 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:18:55 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:18:55 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:18:55 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:18:55 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:18:55 at java.base/java.lang.Thread.run(Thread.java:833) 12:18:55 17:18:55.274 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:55 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 12:18:55 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:18:55 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:18:55 ... 12 common frames omitted 12:18:55 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:18:55 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:18:55 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:18:55 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:18:55 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:18:55 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:18:55 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:18:55 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:18:55 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:18:55 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:18:55 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:18:55 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:18:55 at java.base/java.lang.Thread.run(Thread.java:833) 12:18:55 17:18:55.277 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:56 17:18:56.103 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M9.781S> interval (min=<PT5M>) 12:18:56 17:18:56.103 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:56 17:18:56.104 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.771S> interval (min=<PT5M>) 12:18:56 17:18:56.105 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.62S> interval (min=<PT5M>) 12:18:56 17:18:56.106 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:56 17:18:56.106 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M49.067S> interval (min=<PT5M>) 12:18:56 17:18:56.108 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:56 17:18:56.108 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:56 17:18:56.111 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.272S> interval (min=<PT5M>) 12:18:56 17:18:56.111 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:18:56 17:18:56.113 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d1e2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:56 17:18:56.113 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:56 17:18:56.115 [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@6d1e2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:56 17:18:56.136 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:56 17:18:56.138 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d1e2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:56 17:18:56.138 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:56 17:18:56.139 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d1e2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:18:56 17:18:56.139 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:18:56 17:18:56.140 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=a7463f58-d6f5-491d-a7b5-9dfa8cc01d88] in state TESTING - status: unknown: Testing connection since 2024-01-25T17:18:56.139895988Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#-99306769] 12:18:56 17:18:56.237 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:18:56 17:18:56.567 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:18:56 java.security.cert.CertificateException: No name matching localhost found 12:18:56 at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234) 12:18:56 at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103) 12:18:56 at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109) 12:18:56 at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107) 12:18:56 at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455) 12:18:56 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335) 12:18:56 ... 29 common frames omitted 12:18:56 Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found 12:18:56 at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) 12:18:56 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371) 12:18:56 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314) 12:18:56 at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309) 12:18:56 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357) 12:18:56 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232) 12:18:56 at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175) 12:18:56 at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) 12:18:56 at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480) 12:18:56 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277) 12:18:56 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264) 12:18:56 at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) 12:18:56 at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209) 12:18:56 at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1647) 12:18:56 at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493) 12:18:56 at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1334) 12:18:56 at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1383) 12:18:56 at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) 12:18:56 at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) 12:18:56 at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) 12:18:56 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) 12:18:56 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 12:18:56 at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) 12:18:56 at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) 12:18:56 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) 12:18:56 at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) 12:18:56 at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) 12:18:56 at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) 12:18:56 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509) 12:18:56 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) 12:18:56 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 12:18:56 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 12:18:56 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) 12:18:56 at java.base/java.lang.Thread.run(Thread.java:833) 12:18:56 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found 12:18:56 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found 12:18:56 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:18:56 ... 17 common frames omitted 12:18:56 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 12:18:56 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:18:56 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:18:56 at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) 12:18:56 at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:18:56 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:18:56 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:18:56 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:18:56 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:18:56 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:18:56 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:18:56 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:18:56 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:18:56 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:18:56 at java.base/java.lang.Thread.run(Thread.java:833) 12:18:56 17:18:56.652 [WARN ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <10> ackregators 12:18:56 17:18:56.653 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:18:56 17:18:56.657 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:59 17:18:59.206 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:18:59 17:18:59.209 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:59 17:18:59.660 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:18:59 17:18:59.663 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:18:59 17:18:59.953 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:01 17:19:01.153 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - test timed out. 12:19:01 17:19:01.154 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:19:01 17:19:01.237 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M3.009S> interval (min=<PT5M>) 12:19:01 17:19:01.237 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.237 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.426S> interval (min=<PT5M>) 12:19:01 17:19:01.238 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.756S> interval (min=<PT5M>) 12:19:01 17:19:01.239 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:19:01 17:19:01.239 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.724S> interval (min=<PT5M>) 12:19:01 17:19:01.241 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.241 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.243 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.795S> interval (min=<PT5M>) 12:19:01 17:19:01.243 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.245 [WARN ] [MqttClientActorTest_resetConnectionMetrics-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@721be9f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.245 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.247 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@721be9f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.247 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.250 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 52190 12:19:01 17:19:01.251 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 52204 12:19:01 17:19:01.255 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> failed. Disabling automatic reconnect. 12:19:01 17:19:01.255 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-25T17:19:01.255465225Z, connectivityStatus=null]> 12:19:01 17:19:01.255 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 12:19:01 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:19:01 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:19:01 ... 12 common frames omitted 12:19:01 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:19:01 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:19:01 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:19:01 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:19:01 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:19:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:19:01 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:19:01 at java.base/java.lang.Thread.run(Thread.java:833) 12:19:01 17:19:01.257 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-25T17:19:01.255465225Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:19:01 17:19:01.257 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-01-25T17:19:01.255465225Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters] 12:19:01 17:19:01.335 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:19:01 17:19:01.365 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:19:01 17:19:01.411 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M16.033S> interval (min=<PT5M>) 12:19:01 17:19:01.411 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.412 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M21.636S> interval (min=<PT5M>) 12:19:01 17:19:01.412 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.349S> interval (min=<PT5M>) 12:19:01 17:19:01.413 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:19:01 17:19:01.413 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M55.997S> interval (min=<PT5M>) 12:19:01 17:19:01.415 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.415 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.435 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.248S> interval (min=<PT5M>) 12:19:01 17:19:01.435 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.437 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7df4902c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.437 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.439 [WARN ] [MqttClientActorTest_resetConnectionLogs-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@7df4902c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.439 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.440 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.442 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 52210 12:19:01 17:19:01.443 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 52218 12:19:01 17:19:01.444 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> failed. Disabling automatic reconnect. 12:19:01 17:19:01.444 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-25T17:19:01.444563296Z, connectivityStatus=null]> 12:19:01 17:19:01.444 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT. 12:19:01 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:19:01 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:19:01 ... 12 common frames omitted 12:19:01 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. 12:19:01 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:19:01 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:19:01 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:19:01 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:19:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:19:01 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:19:01 at java.base/java.lang.Thread.run(Thread.java:833) 12:19:01 17:19:01.445 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-25T17:19:01.444563296Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:19:01 17:19:01.445 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-01-25T17:19:01.444563296Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters] 12:19:01 17:19:01.509 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:19:01 17:19:01.551 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:19:01 17:19:01.589 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M13.221S> interval (min=<PT5M>) 12:19:01 17:19:01.589 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.590 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.663S> interval (min=<PT5M>) 12:19:01 17:19:01.591 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.032S> interval (min=<PT5M>) 12:19:01 17:19:01.591 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> 12:19:01 17:19:01.592 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.238S> interval (min=<PT5M>) 12:19:01 17:19:01.593 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.593 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.596 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.009S> interval (min=<PT5M>) 12:19:01 17:19:01.596 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:01 17:19:01.597 [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@7bf01dbe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.597 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.599 [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@7bf01dbe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:01 17:19:01.600 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:01 17:19:01.601 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 17:19:01.603 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 39917 accepted at port 52228 12:19:01 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.67 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest 12:19:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest 12:19:01 17:19:01.604 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING> 12:19:01 17:19:01.605 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88> failed. Disabling automatic reconnect. 12:19:01 17:19:01.605 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:a7463f58-d6f5-491d-a7b5-9dfa8cc01d88>. 12:19:01 java.net.ConnectException: finishConnect(..) failed: Connection refused 12:19:01 at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166) 12:19:01 at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131) 12:19:01 at io.netty.channel.unix.Socket.finishConnect(Socket.java:359) 12:19:01 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710) 12:19:01 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687) 12:19:01 at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567) 12:19:01 at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) 12:19:01 at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407) 12:19:01 at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 12:19:01 at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) 12:19:01 at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) 12:19:01 at java.base/java.lang.Thread.run(Thread.java:833) 12:19:01 Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:39917 12:19:01 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:39917 12:19:01 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:39917 12:19:01 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:19:01 ... 17 common frames omitted 12:19:01 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:39917 12:19:01 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936) 12:19:01 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:19:01 at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863) 12:19:01 at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:19:01 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:19:01 at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60) 12:19:01 at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38) 12:19:01 at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26) 12:19:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:19:01 at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:19:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:19:01 at java.base/java.lang.Thread.run(Thread.java:833) 12:19:01 17:19:01.605 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients. 12:19:01 [INFO] [01/25/2024 17:19:01.723] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest 12:19:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest 12:19:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest 12:19:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest 12:19:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest 12:19:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest 12:19:02 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest 12:19:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest 12:19:02 17:19:02.159 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:19:02 17:19:02.296 [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]> 12:19:02 17:19:02.502 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]> 12:19:02 17:19:02.674 [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]> 12:19:02 17:19:02.843 [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]> 12:19:02 17:19:02.845 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:19:03 17:19:03.362 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-25T17:19:03.323303660Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, requested-acks=["please-verify"], response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-25T17:19:03.323303660Z, 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#-1276427743]]>. 12:19:03 17:19:03.363 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-25T17:19:03.346483664Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.topic=my/custom/topic, response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-25T17:19:03.346483664Z, 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#-1276427743]]>. 12:19:03 17:19:03.363 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-25T17:19:03.347906505Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.qos=2, response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-25T17:19:03.347906505Z, 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#-1276427743]]>. 12:19:03 17:19:03.517 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=EXACTLY_ONCE]> 12:19:03 17:19:03.694 [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]> 12:19:03 17:19:03.695 [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. 12:19:03 17:19:03.700 [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. 12:19:03 java.lang.IllegalStateException: This is totally expected. 12:19:03 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285) 12:19:03 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:19:03 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:19:03 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:19:03 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:19:03 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:19:03 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:19:03 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:19:03 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:19:03 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:19:03 at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41) 12:19:03 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:19:03 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:19:03 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:19:03 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:19:03 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:19:03 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:19:03 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:19:03 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:19:03 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:19:03 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:19:03 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:19:03 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:19:03 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:19:03 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:19:03 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:19:03 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:19:03 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:19:03 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:19:03 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:19:03 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:19:03 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:19:03 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:19:03 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:19:03 Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected. 12:19:03 at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152) 12:19:03 at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113) 12:19:03 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:19:03 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192) 12:19:03 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164) 12:19:03 at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757) 12:19:03 at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735) 12:19:03 at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182) 12:19:03 at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144) 12:19:03 at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160) 12:19:03 at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141) 12:19:03 at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141) 12:19:03 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:19:03 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:19:03 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:19:03 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:19:03 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:19:03 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:19:03 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:19:03 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831) 12:19:03 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:19:03 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:19:03 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:19:03 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:19:03 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:19:03 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:19:03 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:19:03 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:19:03 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:19:03 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:19:03 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:19:03 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:19:03 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:19:03 17:19:03.700 [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. 12:19:03 17:19:03.915 [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]> 12:19:04 17:19:03.998 [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]> 12:19:04 17:19:04.165 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-5] 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]> 12:19:04 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest 12:19:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest 12:19:04 [INFO] [01/25/2024 17:19:04.310] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-5] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-6322a46] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>. 12:19:04 [INFO] [01/25/2024 17:19:04.310] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-5] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-6322a46] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>. 12:19:04 [INFO] [01/25/2024 17:19:04.313] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:04 [INFO] [01/25/2024 17:19:04.504] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>. 12:19:04 [INFO] [01/25/2024 17:19:04.508] [Thread-154] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-c52001e] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]] 12:19:04 [INFO] [01/25/2024 17:19:04.509] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:04 [INFO] [01/25/2024 17:19:04.557] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-dd98d34] Failed to create GenericMqttClient: Some argument is invalid. 12:19:04 [INFO] [01/25/2024 17:19:04.557] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-dd98d34] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> failed: Some argument is invalid. 12:19:04 [INFO] [01/25/2024 17:19:04.559] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:04 [INFO] [01/25/2024 17:19:04.637] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>. 12:19:06 17:19:06.353 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:06 17:19:06.356 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:06 17:19:06.520 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:14 [INFO] [01/25/2024 17:19:14.654] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-3e6aa62] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-96> did not report its status within <PT10S>. 12:19:14 [INFO] [01/25/2024 17:19:14.657] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:14 [INFO] [01/25/2024 17:19:14.736] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>. 12:19:14 [INFO] [01/25/2024 17:19:14.739] [Thread-165] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-b1b3ecc] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]] 12:19:14 [INFO] [01/25/2024 17:19:14.740] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:14 [INFO] [01/25/2024 17:19:14.792] [Thread-167] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-2212e22] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> failed: The broker is temporarily not available 12:19:14 [INFO] [01/25/2024 17:19:14.793] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:14 [INFO] [01/25/2024 17:19:14.873] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>. 12:19:14 [INFO] [01/25/2024 17:19:14.879] [Thread-175] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-ea13180] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> 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>.] 12:19:14 [INFO] [01/25/2024 17:19:14.880] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:15 [INFO] [01/25/2024 17:19:14.960] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>. 12:19:15 [INFO] [01/25/2024 17:19:14.964] [Thread-183] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:d55197b4-25d0-45bf-9931-446dd0dc5e3a][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-5e54f36] Test for connection <d55197b4-25d0-45bf-9931-446dd0dc5e3a> at <example.com> was successful. 12:19:15 [INFO] [01/25/2024 17:19:14.965] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.70 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest 12:19:15 17:19:15.042 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.045 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.051 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.053 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.054 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.055 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.056 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.057 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.072 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.076 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.079 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.090 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.091 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.092 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.094 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.095 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.096 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.098 [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@76b5d116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest 12:19:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest 12:19:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest 12:19:15 17:19:15.183 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.185 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.188 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.189 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.190 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.191 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.192 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.194 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.198 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.200 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.201 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.202 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.203 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 17:19:15.203 [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@12fb4a08]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:15 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest 12:19:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest 12:19:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest 12:19:15 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest 12:19:15 17:19:15.513 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-29cb216a-02c1-4bc3-a068-0d245d3cc0d4, delegate=Mock for ConnectionLogger, hashCode: 468565115, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>. 12:19:15 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest 12:19:15 17:19:15.625 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 12:19:15 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest 12:19:15 [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 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest 12:19:15 17:19:15.677 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-56079d20-644e-44cf-8dd0-6f3f10110a90>. 12:19:15 17:19:15.677 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-56079d20-644e-44cf-8dd0-6f3f10110a90>. 12:19:15 17:19:15.678 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-56079d20-644e-44cf-8dd0-6f3f10110a90>. 12:19:15 17:19:15.678 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-56079d20-644e-44cf-8dd0-6f3f10110a90>. 12:19:15 17:19:15.678 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-56079d20-644e-44cf-8dd0-6f3f10110a90>. 12:19:15 17:19:15.678 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-37d3064e-a555-4857-9a0f-7949ca82f29d>. 12:19:15 17:19:15.678 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-37d3064e-a555-4857-9a0f-7949ca82f29d>. 12:19:15 17:19:15.679 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-37d3064e-a555-4857-9a0f-7949ca82f29d>. 12:19:15 17:19:15.679 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-37d3064e-a555-4857-9a0f-7949ca82f29d>. 12:19:15 17:19:15.679 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-37d3064e-a555-4857-9a0f-7949ca82f29d>. 12:19:15 17:19:15.684 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-9a03e22a-8e1f-4a04-80a3-32f0ba9ed03e>. 12:19:15 17:19:15.684 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-9a03e22a-8e1f-4a04-80a3-32f0ba9ed03e>. 12:19:15 17:19:15.685 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-9a03e22a-8e1f-4a04-80a3-32f0ba9ed03e>. 12:19:15 17:19:15.685 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-9a03e22a-8e1f-4a04-80a3-32f0ba9ed03e>. 12:19:15 17:19:15.685 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-9a03e22a-8e1f-4a04-80a3-32f0ba9ed03e>. 12:19:15 17:19:15.687 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-68881a6c-cbb1-4a40-84c8-e0478108dfae>. 12:19:15 17:19:15.687 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-68881a6c-cbb1-4a40-84c8-e0478108dfae>. 12:19:15 17:19:15.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-68881a6c-cbb1-4a40-84c8-e0478108dfae>. 12:19:15 17:19:15.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-68881a6c-cbb1-4a40-84c8-e0478108dfae>. 12:19:15 17:19:15.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-95e47f98-558c-4c54-bdf0-f74f85264f8c>. 12:19:15 17:19:15.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-95e47f98-558c-4c54-bdf0-f74f85264f8c>. 12:19:15 17:19:15.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-95e47f98-558c-4c54-bdf0-f74f85264f8c>. 12:19:15 17:19:15.689 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-0eb0152c-dc85-46e0-86dd-e95efd6156bc>. 12:19:15 17:19:15.689 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-0eb0152c-dc85-46e0-86dd-e95efd6156bc>. 12:19:15 17:19:15.689 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-0eb0152c-dc85-46e0-86dd-e95efd6156bc>. 12:19:15 17:19:15.689 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-0eb0152c-dc85-46e0-86dd-e95efd6156bc>. 12:19:15 17:19:15.690 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-a0a27392-29fd-4a83-8e27-bf2605332613>. 12:19:15 17:19:15.690 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-a0a27392-29fd-4a83-8e27-bf2605332613>. 12:19:15 17:19:15.691 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-a0a27392-29fd-4a83-8e27-bf2605332613>. 12:19:15 17:19:15.691 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-a0a27392-29fd-4a83-8e27-bf2605332613>. 12:19:15 17:19:15.693 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-a0a27392-29fd-4a83-8e27-bf2605332613>. 12:19:15 17:19:15.695 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.695 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.695 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-648fe3cd-b36a-48cb-8044-f1d6b16addc0>. 12:19:15 17:19:15.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-466bdc86-314d-4f7f-8bae-9c1c6976c07f>. 12:19:15 17:19:15.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-466bdc86-314d-4f7f-8bae-9c1c6976c07f>. 12:19:15 17:19:15.697 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-466bdc86-314d-4f7f-8bae-9c1c6976c07f>. 12:19:15 17:19:15.697 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>. 12:19:15 17:19:15.697 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>. 12:19:15 17:19:15.698 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>. 12:19:15 17:19:15.698 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>. 12:19:15 17:19:15.704 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>. 12:19:15 17:19:15.705 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-7c99b923-43ce-4d12-9225-21bbc1bbc2ac>, because of size limit. 12:19:15 17:19:15.705 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f11870d1-ab76-4f26-b0ea-1f1546988659>. 12:19:15 17:19:15.705 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f11870d1-ab76-4f26-b0ea-1f1546988659>. 12:19:15 17:19:15.706 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f11870d1-ab76-4f26-b0ea-1f1546988659>. 12:19:15 17:19:15.706 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f11870d1-ab76-4f26-b0ea-1f1546988659>. 12:19:15 17:19:15.706 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-f11870d1-ab76-4f26-b0ea-1f1546988659>. 12:19:15 17:19:15.719 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-73b2da60-df07-4049-86bc-a3bfd4961c0b>. 12:19:15 17:19:15.719 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-73b2da60-df07-4049-86bc-a3bfd4961c0b>. 12:19:15 17:19:15.785 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-83b2e992-abbd-463b-9f27-9ec6eb3bc241>. 12:19:15 17:19:15.785 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-83b2e992-abbd-463b-9f27-9ec6eb3bc241>. 12:19:15 17:19:15.786 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-83b2e992-abbd-463b-9f27-9ec6eb3bc241>. 12:19:15 17:19:15.787 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-30312230-2afe-43db-a57a-27656caf99c6>. 12:19:15 17:19:15.787 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-30312230-2afe-43db-a57a-27656caf99c6>. 12:19:15 17:19:15.788 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-30312230-2afe-43db-a57a-27656caf99c6>. 12:19:15 17:19:15.788 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-30312230-2afe-43db-a57a-27656caf99c6>. 12:19:15 17:19:15.790 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-5afd0044-b2e5-4185-b9b2-ad6d8a165d08>. 12:19:15 17:19:15.790 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-5afd0044-b2e5-4185-b9b2-ad6d8a165d08>. 12:19:15 17:19:15.791 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-5afd0044-b2e5-4185-b9b2-ad6d8a165d08>. 12:19:15 17:19:15.791 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-5afd0044-b2e5-4185-b9b2-ad6d8a165d08>. 12:19:15 17:19:15.791 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-5afd0044-b2e5-4185-b9b2-ad6d8a165d08>. 12:19:15 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest 12:19:15 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest 12:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest 12:19:21 17:19:21.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.RetrieveConnectionLogsAggregatorActor - Dropping <4> of <6> log entries for connection with ID <connection-9d10ca4c-217b-441e-8ee1-c5aeda9bc3ca>, because of size limit. 12:19:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.402 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest 12:19:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest 12:19:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest 12:19:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest 12:19:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest 12:19:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest 12:19:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest 12:19:21 [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 12:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest 12:19:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest 12:19:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest 12:19:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest 12:19:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest 12:19:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest 12:19:22 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest 12:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest 12:19:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest 12:19:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest 12:19:23 [INFO] [01/25/2024 17:19:23.238] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest 12:19:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest 12:19:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest 12:19:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest 12:19:23 17:19:23.336 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:19:23 17:19:23.477 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M24.514S> interval (min=<PT5M>) 12:19:23 17:19:23.477 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:23 17:19:23.478 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.106S> interval (min=<PT5M>) 12:19:23 17:19:23.478 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.391S> interval (min=<PT5M>) 12:19:23 17:19:23.479 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-732d93b0-f9fe-4c21-a354-6e54d100850d> 12:19:23 17:19:23.479 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M39.735S> interval (min=<PT5M>) 12:19:23 17:19:23.480 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-732d93b0-f9fe-4c21-a354-6e54d100850d>. 12:19:23 17:19:23.481 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-732d93b0-f9fe-4c21-a354-6e54d100850d>. 12:19:23 17:19:23.483 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.749S> interval (min=<PT5M>) 12:19:23 17:19:23.483 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:23 17:19:23.492 [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@65126583]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:23 17:19:23.493 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:23 17:19:23.494 [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@65126583]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:23 17:19:23.495 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:23 17:19:23.497 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 12:19:23 17:19:23.589 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:19:23 17:19:23.597 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/target/address]> 12:19:23 17:19:23.600 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-732d93b0-f9fe-4c21-a354-6e54d100850d> 12:19:23 17:19:23.787 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:19:23 17:19:23.839 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:23 17:19:23.839 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:19:24 17:19:23.956 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M10.299S> interval (min=<PT5M>) 12:19:24 17:19:23.956 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:23.957 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.748S> interval (min=<PT5M>) 12:19:24 17:19:23.958 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.175S> interval (min=<PT5M>) 12:19:24 17:19:23.959 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-0ab75c97-eedb-4580-83ff-059708e54e60> 12:19:24 17:19:23.959 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.652S> interval (min=<PT5M>) 12:19:24 17:19:23.960 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0ab75c97-eedb-4580-83ff-059708e54e60>. 12:19:24 17:19:23.960 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0ab75c97-eedb-4580-83ff-059708e54e60>. 12:19:24 17:19:23.963 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.661S> interval (min=<PT5M>) 12:19:24 17:19:23.963 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:23.964 [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@87f3278]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:23.964 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:23.966 [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@87f3278]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:23.967 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:23.968 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 12:19:24 17:19:24.078 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:19:24 17:19:24.079 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-0ab75c97-eedb-4580-83ff-059708e54e60> 12:19:24 17:19:24.079 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED> 12:19:24 17:19:24.082 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:24 17:19:24.254 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M53.394S> interval (min=<PT5M>) 12:19:24 17:19:24.254 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:24.255 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M13.857S> interval (min=<PT5M>) 12:19:24 17:19:24.256 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.817S> interval (min=<PT5M>) 12:19:24 17:19:24.256 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-01552c7e-17d3-4784-9bfe-618a738b4ada> 12:19:24 17:19:24.256 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.692S> interval (min=<PT5M>) 12:19:24 17:19:24.258 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-01552c7e-17d3-4784-9bfe-618a738b4ada>. 12:19:24 17:19:24.258 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-01552c7e-17d3-4784-9bfe-618a738b4ada>. 12:19:24 17:19:24.260 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:24.260 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.467S> interval (min=<PT5M>) 12:19:24 17:19:24.264 [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@25bd4b2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.264 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.265 [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@25bd4b2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.266 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.275 [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@25bd4b2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.275 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.276 [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@25bd4b2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.276 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.299 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)> 12:19:24 17:19:24.438 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M23.695S> interval (min=<PT5M>) 12:19:24 17:19:24.438 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:24.439 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.211S> interval (min=<PT5M>) 12:19:24 17:19:24.440 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.56S> interval (min=<PT5M>) 12:19:24 17:19:24.440 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-8e4c9ebf-c63b-4ff1-960f-658f9f86c6b9> 12:19:24 17:19:24.441 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.765S> interval (min=<PT5M>) 12:19:24 17:19:24.442 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8e4c9ebf-c63b-4ff1-960f-658f9f86c6b9>. 12:19:24 17:19:24.442 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8e4c9ebf-c63b-4ff1-960f-658f9f86c6b9>. 12:19:24 17:19:24.444 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.848S> interval (min=<PT5M>) 12:19:24 17:19:24.444 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:24 17:19:24.446 [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@401cf9c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.446 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.447 [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@401cf9c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:24 17:19:24.448 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:24 17:19:24.449 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers. 12:19:24 17:19:24.555 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:19:24 17:19:24.561 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] 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]> 12:19:24 17:19:24.566 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-8e4c9ebf-c63b-4ff1-960f-658f9f86c6b9> 12:19:24 17:19:24.572 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:19:24 17:19:24.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:25 17:19:24.656 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:19:25 17:19:24.658 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:25 17:19:24.691 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M15.668S> interval (min=<PT5M>) 12:19:25 17:19:24.691 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:24.692 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.673S> interval (min=<PT5M>) 12:19:25 17:19:24.692 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M55.894S> interval (min=<PT5M>) 12:19:25 17:19:24.693 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-21a2b325-d5c4-4ef4-b1ec-9020c064a7b9> 12:19:25 17:19:24.693 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M55.531S> interval (min=<PT5M>) 12:19:25 17:19:24.694 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-21a2b325-d5c4-4ef4-b1ec-9020c064a7b9>. 12:19:25 17:19:24.694 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-21a2b325-d5c4-4ef4-b1ec-9020c064a7b9>. 12:19:25 17:19:24.697 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:24.697 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.527S> interval (min=<PT5M>) 12:19:25 17:19:24.698 [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@6713940]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:24.699 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:24.700 [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@6713940]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:24.736 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:24.798 [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@6713940]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:24.799 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:24.799 [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@6713940]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:24.799 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:24.818 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-21a2b325-d5c4-4ef4-b1ec-9020c064a7b9> 12:19:25 17:19:24.838 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:19:25 17:19:24.993 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M51.637S> interval (min=<PT5M>) 12:19:25 17:19:24.993 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:24.993 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.527S> interval (min=<PT5M>) 12:19:25 17:19:24.994 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.296S> interval (min=<PT5M>) 12:19:25 17:19:24.995 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-b1655808-e7f8-41e1-bc4d-fb9303956e23> 12:19:25 17:19:24.995 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.422S> interval (min=<PT5M>) 12:19:25 17:19:24.996 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b1655808-e7f8-41e1-bc4d-fb9303956e23>. 12:19:25 17:19:24.996 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b1655808-e7f8-41e1-bc4d-fb9303956e23>. 12:19:25 17:19:24.999 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.32S> interval (min=<PT5M>) 12:19:25 17:19:24.999 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.000 [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@283814dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.001 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.002 [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@283814dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.002 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.004 [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:36401> due to java.net.ConnectException: Connection refused 12:19:25 17:19:25.005 [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-b1655808-e7f8-41e1-bc4d-fb9303956e23' 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:36401'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])> 12:19:25 17:19:25.160 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M2.23S> interval (min=<PT5M>) 12:19:25 17:19:25.160 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.161 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.656S> interval (min=<PT5M>) 12:19:25 17:19:25.162 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.037S> interval (min=<PT5M>) 12:19:25 17:19:25.162 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-58534234-e3fb-4c28-a840-00d0861b0ee8> 12:19:25 17:19:25.163 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.861S> interval (min=<PT5M>) 12:19:25 17:19:25.164 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-58534234-e3fb-4c28-a840-00d0861b0ee8>. 12:19:25 17:19:25.164 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-58534234-e3fb-4c28-a840-00d0861b0ee8>. 12:19:25 17:19:25.167 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.508S> interval (min=<PT5M>) 12:19:25 17:19:25.167 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.168 [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@5a51c326]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.168 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.170 [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@5a51c326]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.170 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.174 [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@5a51c326]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.174 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.175 [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@5a51c326]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.175 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.186 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] 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:43659>.', 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 [{}]])> 12:19:25 Jan 25, 2024 5:19:25 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:19:25 WARNING: Exception thrown during asynchronous load 12:19:25 JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:43659>.', 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 [{}]] 12:19:25 at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100) 12:19:25 at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87) 12:19:25 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:19:25 at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108) 12:19:25 at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91) 12:19:25 at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3894) 12:19:25 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:19:25 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:19:25 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:19:25 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831) 12:19:25 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:19:25 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:19:25 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:19:25 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:19:25 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:19:25 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:19:25 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:19:25 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:19:25 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:19:25 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:19:25 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:19:25 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:19:25 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:19:25 12:19:25 17:19:25.281 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-58534234-e3fb-4c28-a840-00d0861b0ee8> 12:19:25 17:19:25.337 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M18.085S> interval (min=<PT5M>) 12:19:25 17:19:25.337 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.338 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.863S> interval (min=<PT5M>) 12:19:25 17:19:25.338 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.248S> interval (min=<PT5M>) 12:19:25 17:19:25.339 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c3c54506-6a29-4ed9-81fa-22b2ca1d554f> 12:19:25 17:19:25.339 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.365S> interval (min=<PT5M>) 12:19:25 17:19:25.340 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c3c54506-6a29-4ed9-81fa-22b2ca1d554f>. 12:19:25 17:19:25.340 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c3c54506-6a29-4ed9-81fa-22b2ca1d554f>. 12:19:25 17:19:25.343 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.343 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.003S> interval (min=<PT5M>) 12:19:25 17:19:25.344 [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@2a8d3a22]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.345 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.346 [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@2a8d3a22]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.346 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.349 [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@2a8d3a22]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.349 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.349 [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@2a8d3a22]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.350 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.350 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:19:25 17:19:25.537 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M28.144S> interval (min=<PT5M>) 12:19:25 17:19:25.537 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.538 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.92S> interval (min=<PT5M>) 12:19:25 17:19:25.539 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M46.268S> interval (min=<PT5M>) 12:19:25 17:19:25.539 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a3a9c045-e910-4a67-ad09-73aae982e551> 12:19:25 17:19:25.540 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.524S> interval (min=<PT5M>) 12:19:25 17:19:25.541 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a3a9c045-e910-4a67-ad09-73aae982e551>. 12:19:25 17:19:25.541 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a3a9c045-e910-4a67-ad09-73aae982e551>. 12:19:25 17:19:25.543 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.543 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.946S> interval (min=<PT5M>) 12:19:25 17:19:25.578 [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@560324d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.578 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.580 [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@560324d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.580 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.583 [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@560324d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.583 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.584 [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@560324d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.584 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.657 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-a3a9c045-e910-4a67-ad09-73aae982e551> 12:19:25 17:19:25.696 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:19:25 17:19:25.838 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M50.131S> interval (min=<PT5M>) 12:19:25 17:19:25.838 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.838 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M54.86S> interval (min=<PT5M>) 12:19:25 17:19:25.839 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.589S> interval (min=<PT5M>) 12:19:25 17:19:25.840 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d2d29476-8cd2-4be9-8e69-aeadf51a9338> 12:19:25 17:19:25.841 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.729S> interval (min=<PT5M>) 12:19:25 17:19:25.842 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d2d29476-8cd2-4be9-8e69-aeadf51a9338>. 12:19:25 17:19:25.842 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d2d29476-8cd2-4be9-8e69-aeadf51a9338>. 12:19:25 17:19:25.845 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.182S> interval (min=<PT5M>) 12:19:25 17:19:25.845 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:25 17:19:25.847 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@71593777]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.847 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.849 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@71593777]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:25 17:19:25.849 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:25 17:19:25.854 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:19:26 17:19:25.986 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M48.348S> interval (min=<PT5M>) 12:19:26 17:19:25.986 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:25.987 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.953S> interval (min=<PT5M>) 12:19:26 17:19:25.987 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.871S> interval (min=<PT5M>) 12:19:26 17:19:25.988 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-060c3dc4-7fb6-49ea-a6f2-4ceaf90117b0> 12:19:26 17:19:25.988 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.63S> interval (min=<PT5M>) 12:19:26 17:19:25.989 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-060c3dc4-7fb6-49ea-a6f2-4ceaf90117b0>. 12:19:26 17:19:25.990 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-060c3dc4-7fb6-49ea-a6f2-4ceaf90117b0>. 12:19:26 17:19:25.992 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:25.992 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.531S> interval (min=<PT5M>) 12:19:26 17:19:25.994 [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@4535706b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:25.994 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:25.995 [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@4535706b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:25.996 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:25.997 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 12:19:26 17:19:26.136 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-060c3dc4-7fb6-49ea-a6f2-4ceaf90117b0> 12:19:26 17:19:26.158 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M20.134S> interval (min=<PT5M>) 12:19:26 17:19:26.158 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.158 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.695S> interval (min=<PT5M>) 12:19:26 17:19:26.159 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.712S> interval (min=<PT5M>) 12:19:26 17:19:26.159 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4> 12:19:26 17:19:26.160 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.767S> interval (min=<PT5M>) 12:19:26 17:19:26.161 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4>. 12:19:26 17:19:26.161 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4>. 12:19:26 17:19:26.164 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.173S> interval (min=<PT5M>) 12:19:26 17:19:26.164 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.166 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@678bf815]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.166 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.168 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@678bf815]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.169 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.170 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4>. 12:19:26 17:19:26.170 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4>. 12:19:26 17:19:26.283 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-63ad3223-32f3-45f4-b546-7e8a7ef363c4> 12:19:26 17:19:26.389 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M35.314S> interval (min=<PT5M>) 12:19:26 17:19:26.389 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.390 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.292S> interval (min=<PT5M>) 12:19:26 17:19:26.390 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.363S> interval (min=<PT5M>) 12:19:26 17:19:26.391 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-1bfcc409-5c77-4c41-8e58-46e595dcc4f9> 12:19:26 17:19:26.391 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.154S> interval (min=<PT5M>) 12:19:26 17:19:26.392 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1bfcc409-5c77-4c41-8e58-46e595dcc4f9>. 12:19:26 17:19:26.392 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1bfcc409-5c77-4c41-8e58-46e595dcc4f9>. 12:19:26 17:19:26.394 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.395 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.851S> interval (min=<PT5M>) 12:19:26 17:19:26.397 [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@60e671c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.397 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.399 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@60e671c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.399 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.401 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@60e671c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.402 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.402 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@60e671c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.402 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.484 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:19:26 17:19:26.582 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.441S> interval (min=<PT5M>) 12:19:26 17:19:26.582 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.583 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.806S> interval (min=<PT5M>) 12:19:26 17:19:26.583 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.124S> interval (min=<PT5M>) 12:19:26 17:19:26.584 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-16a72442-5375-4f86-b297-c0d6dcb42d14> 12:19:26 17:19:26.584 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.351S> interval (min=<PT5M>) 12:19:26 17:19:26.585 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-16a72442-5375-4f86-b297-c0d6dcb42d14>. 12:19:26 17:19:26.585 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-16a72442-5375-4f86-b297-c0d6dcb42d14>. 12:19:26 17:19:26.588 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.588 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.462S> interval (min=<PT5M>) 12:19:26 17:19:26.589 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@5e1cb016]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.590 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.591 [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@5e1cb016]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.591 [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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.701 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-16a72442-5375-4f86-b297-c0d6dcb42d14> 12:19:26 17:19:26.773 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M52.713S> interval (min=<PT5M>) 12:19:26 17:19:26.774 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.774 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.301S> interval (min=<PT5M>) 12:19:26 17:19:26.775 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.691S> interval (min=<PT5M>) 12:19:26 17:19:26.775 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2a103515-71e9-4c2f-8d96-f8bf0aaa22cb> 12:19:26 17:19:26.776 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M5.379S> interval (min=<PT5M>) 12:19:26 17:19:26.777 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a103515-71e9-4c2f-8d96-f8bf0aaa22cb>. 12:19:26 17:19:26.777 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a103515-71e9-4c2f-8d96-f8bf0aaa22cb>. 12:19:26 17:19:26.780 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.780 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.786S> interval (min=<PT5M>) 12:19:26 17:19:26.781 [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@b093dba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.781 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.783 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@b093dba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.783 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.784 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-2a103515-71e9-4c2f-8d96-f8bf0aaa22cb>. 12:19:26 17:19:26.895 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-2a103515-71e9-4c2f-8d96-f8bf0aaa22cb> 12:19:26 17:19:26.979 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M38.623S> interval (min=<PT5M>) 12:19:26 17:19:26.980 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.980 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.333S> interval (min=<PT5M>) 12:19:26 17:19:26.981 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M43.117S> interval (min=<PT5M>) 12:19:26 17:19:26.981 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-b37147b1-aebd-4535-949f-e963ddb36070> 12:19:26 17:19:26.981 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.116S> interval (min=<PT5M>) 12:19:26 17:19:26.983 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b37147b1-aebd-4535-949f-e963ddb36070>. 12:19:26 17:19:26.983 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b37147b1-aebd-4535-949f-e963ddb36070>. 12:19:26 17:19:26.985 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:26 17:19:26.986 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.688S> interval (min=<PT5M>) 12:19:26 17:19:26.987 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5ab393c1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.987 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.989 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5ab393c1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:26 17:19:26.989 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:19:26 17:19:26.990 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-b37147b1-aebd-4535-949f-e963ddb36070>. 12:19:27 17:19:26.991 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:19:27 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.662 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest 12:19:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest 12:19:27 [INFO] [01/25/2024 17:19:27.064] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.106] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.186] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.241] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.284] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.322] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.362] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.397] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.442] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.475] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.510] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.554] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.591] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.649] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] [01/25/2024 17:19:27.690] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:27 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest 12:19:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest 12:19:27 17:19:27.702 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:19:27 17:19:27.810 [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]> 12:19:27 17:19:27.813 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:27 17:19:27.822 [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>. 12:19:27 17:19:27.903 [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]> 12:19:28 17:19:28.039 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]> 12:19:28 17:19:28.043 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.116 [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]> 12:19:28 17:19:28.118 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.205 [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]> 12:19:28 17:19:28.208 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.303 [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]> 12:19:28 17:19:28.306 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:28 17:19:28.307 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"foo":true}> 12:19:28 17:19:28.388 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/foo/Hamburg]> 12:19:28 17:19:28.389 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.480 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]> 12:19:28 17:19:28.482 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:28 17:19:28.485 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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>. 12:19:28 17:19:28.575 [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]> 12:19:28 17:19:28.577 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.652 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]> 12:19:28 17:19:28.654 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:28 17:19:28.656 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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}> 12:19:28 17:19:28.737 [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]> 12:19:28 17:19:28.739 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:28 17:19:28.740 [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}> 12:19:28 17:19:28.807 [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]> 12:19:28 17:19:28.810 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.838 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]> 12:19:28 17:19:28.840 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.855 [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]> 12:19:28 17:19:28.858 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.873 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]> 12:19:28 17:19:28.876 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.891 [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]> 12:19:28 17:19:28.893 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.908 [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]> 12:19:28 17:19:28.910 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.926 [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]> 12:19:28 17:19:28.928 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:28 17:19:28.943 [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]> 12:19:29 17:19:28.945 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:29 17:19:29.026 [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]> 12:19:29 17:19:29.037 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Failed to send message due to <NoSuchElementException: Either.right.get on Left> 12:19:29 17:19:29.037 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Unexpected failure when publishing signal - NoSuchElementException: Either.right.get on Left 12:19:29 17:19:29.180 [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]> 12:19:29 17:19:29.182 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:29 17:19:29.253 [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]> 12:19:29 17:19:29.255 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot> 12:19:29 17:19:29.259 [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>. 12:19:29 17:19:29.337 [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]> 12:19:29 17:19:29.341 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:29 17:19:29.406 [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]> 12:19:29 17:19:29.408 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:29 17:19:29.492 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]> 12:19:29 17:19:29.494 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:29 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest 12:19:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest 12:19:29 17:19:29.569 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=replyTarget/thing:id]> 12:19:29 17:19:29.856 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:29 17:19:29.858 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:30 17:19:30.200 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:31 17:19:31.009 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:31 17:19:31.011 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:31 17:19:31.272 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:31 17:19:31.690 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:31 17:19:31.692 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:19:31 17:19:31.884 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:19:32 [INFO] [01/25/2024 17:19:32.456] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.892 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest 12:19:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest 12:19:32 [INFO] [01/25/2024 17:19:32.504] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:32 [INFO] [01/25/2024 17:19:32.545] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest 12:19:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest 12:19:32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest 12:19:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest 12:19:32 17:19:32.919 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:32 17:19:32.922 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:32 17:19:32.925 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:32 17:19:32.926 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.936 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.937 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.938 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.938 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.939 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.940 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.940 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.941 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.942 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.942 [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@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 17:19:32.943 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1d35a792]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest 12:19:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest 12:19:33 17:19:32.955 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:19:33 17:19:33.171 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]> 12:19:33 17:19:33.183 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:33 17:19:33.285 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]> 12:19:33 17:19:33.294 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK> 12:19:33 17:19:33.396 [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]> 12:19:33 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.459 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest 12:19:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest 12:19:33 17:19:33.944 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response 12:19:33 org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null 12:19:34 17:19:34.206 [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 12:19:34 17:19:34.217 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 12:19:34 17:19:34.240 [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 12:19:34 17:19:34.245 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 12:19:34 17:19:34.250 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported 12:19:34 17:19:34.254 [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 12:19:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest 12:19:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest 12:19:37 [INFO] [01/25/2024 17:19:37.046] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:19:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.782 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest 12:19:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest 12:19:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest 12:19:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest 12:19:37 17:19:37.149 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:19:37 17:19:37.424 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:37 17:19:37.455 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:37 17:19:37.506 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:37 17:19:37.568 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.992S> interval (min=<PT5M>) 12:19:37 17:19:37.568 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:37 17:19:37.569 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H50M58.067S> 12:19:38 17:19:37.948 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d8bbfc57-1b5c-4221-adc2-09d35663b5d6> was recovered: null 12:19:38 17:19:37.967 [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@693f751]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:38 17:19:37.973 [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:connectionCreated> for connection with ID <connection-d8bbfc57-1b5c-4221-adc2-09d35663b5d6>: <[always-alive, priority-0]> 12:19:38 17:19:38.074 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:38 17:19:38.092 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d8bbfc57-1b5c-4221-adc2-09d35663b5d6> with <1> clients. 12:19:38 17:19:38.172 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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@693f751]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:38 17:19:38.173 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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-d8bbfc57-1b5c-4221-adc2-09d35663b5d6>: <[always-alive, priority-0]> 12:19:38 17:19:38.180 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 12:19:38 17:19:38.181 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d8bbfc57-1b5c-4221-adc2-09d35663b5d6> with <1> clients. 12:19:38 17:19:38.186 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d8bbfc57-1b5c-4221-adc2-09d35663b5d6> 12:19:38 17:19:38.345 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:38 17:19:38.359 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:38 17:19:38.362 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:38 17:19:38.366 [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 <PT24H21M9.78S> 12:19:38 17:19:38.366 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M59.742S> interval (min=<PT5M>) 12:19:38 17:19:38.366 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:38 17:19:38.366 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-91fd2bc2-63d7-4746-a0a3-d2eab7e5b444> was recovered: null 12:19:38 17:19:38.372 [WARN ] [ConnectionPersistenceActorTest_testConnectionTypeHono-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@67317f54]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:38 17:19:38.377 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-91fd2bc2-63d7-4746-a0a3-d2eab7e5b444> with <1> clients. 12:19:38 17:19:38.537 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:38 17:19:38.551 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:38 17:19:38.554 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:38 17:19:38.558 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H10M7.51S> 12:19:38 17:19:38.558 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:38 17:19:38.558 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.892S> interval (min=<PT5M>) 12:19:38 17:19:38.559 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c7118f55-9a3e-409e-a771-38690d3bb555> was recovered: null 12:19:38 17:19:38.561 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-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@5014f548]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:38 17:19:38.562 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c7118f55-9a3e-409e-a771-38690d3bb555> with <1> clients. 12:19:38 17:19:38.588 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] 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 [{}]] 12:19:38 17:19:38.601 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-91fd2bc2-63d7-4746-a0a3-d2eab7e5b444> 12:19:38 17:19:38.691 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:38 17:19:38.705 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:38 17:19:38.708 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:38 17:19:38.711 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H50M50.145S> 12:19:38 17:19:38.711 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:38 17:19:38.712 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.138S> interval (min=<PT5M>) 12:19:38 17:19:38.712 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0d120bf8-01f4-423d-a227-82fb41d89935> was recovered: null 12:19:38 17:19:38.714 [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@11c1c262]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:38 17:19:38.716 [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-0d120bf8-01f4-423d-a227-82fb41d89935>: <[]> 12:19:38 17:19:38.720 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:38 17:19:38.788 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c7118f55-9a3e-409e-a771-38690d3bb555> 12:19:39 17:19:38.939 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0d120bf8-01f4-423d-a227-82fb41d89935> 12:19:39 17:19:39.014 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:39 17:19:39.041 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:39 17:19:39.044 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:39 17:19:39.047 [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 <PT23H30M11.533S> 12:19:39 17:19:39.047 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.019S> interval (min=<PT5M>) 12:19:39 17:19:39.047 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:39 17:19:39.048 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1e546a7a-4c28-4fe5-848e-91c96cb3d4e0> was recovered: null 12:19:39 17:19:39.050 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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@42555491]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:39 17:19:39.051 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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-1e546a7a-4c28-4fe5-848e-91c96cb3d4e0>: <[]> 12:19:39 17:19:39.055 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:39 17:19:39.058 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-8d9dfc8}], connection=ImmutableConnection [id=connection-1e546a7a-4c28-4fe5-848e-91c96cb3d4e0, 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-8d9dfc8}]]> 12:19:39 17:19:39.059 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-8d9dfc8}]] 12:19:39 17:19:39.161 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1e546a7a-4c28-4fe5-848e-91c96cb3d4e0> 12:19:39 17:19:39.258 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:39 17:19:39.272 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:39 17:19:39.275 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:39 17:19:39.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H42M20.816S> 12:19:39 17:19:39.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:39 17:19:39.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M46.735S> interval (min=<PT5M>) 12:19:39 17:19:39.279 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d3b1aa79-15a3-4a05-bd86-192a900c70ce> was recovered: null 12:19:39 17:19:39.281 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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@2d9c5e35]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:39 17:19:39.281 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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-d3b1aa79-15a3-4a05-bd86-192a900c70ce>: <[]> 12:19:39 17:19:39.285 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:39 17:19:39.392 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d3b1aa79-15a3-4a05-bd86-192a900c70ce> 12:19:39 17:19:39.474 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:39 17:19:39.488 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:39 17:19:39.491 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:39 17:19:39.495 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H8M32.487S> 12:19:39 17:19:39.495 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:39 17:19:39.495 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.731S> interval (min=<PT5M>) 12:19:39 17:19:39.496 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617> was recovered: null 12:19:39 17:19:39.498 [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@17c57127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:39 17:19:39.498 [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-9dadd5a0-c875-44ec-b682-f44c0bc6a617>: <[always-alive, priority-0]> 12:19:39 17:19:39.502 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:39 17:19:39.503 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617> with <1> clients. 12:19:39 17:19:39.531 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617>: <[]> 12:19:39 17:19:39.536 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 12:19:39 17:19:39.539 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617>: <[]> 12:19:39 17:19:39.542 [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>. 12:19:41 17:19:41.581 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617> was deleted recently. Shutting Actor down ... 12:19:41 17:19:41.582 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9dadd5a0-c875-44ec-b682-f44c0bc6a617> 12:19:41 17:19:41.683 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:41 17:19:41.697 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:41 17:19:41.700 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:41 17:19:41.704 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H25M44.765S> 12:19:41 17:19:41.704 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:41 17:19:41.704 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.847S> interval (min=<PT5M>) 12:19:41 17:19:41.705 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0b4b3a89-a3c4-4aee-bb90-d4590938efca> was recovered: null 12:19:41 17:19:41.706 [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@23b86b22]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:41 17:19:41.707 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-0b4b3a89-a3c4-4aee-bb90-d4590938efca> with <1> clients. 12:19:41 17:19:41.855 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:41 17:19:41.855 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.639S> interval (min=<PT5M>) 12:19:42 17:19:41.937 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0b4b3a89-a3c4-4aee-bb90-d4590938efca> 12:19:42 17:19:42.086 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:42 17:19:42.089 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:42 17:19:42.091 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H16M44.934S> 12:19:42 17:19:42.092 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b425ac60-60bf-4f1d-8d97-667d4e74eb83> was recovered: null 12:19:42 17:19:42.095 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@b020f21]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:42 17:19:42.095 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-b425ac60-60bf-4f1d-8d97-667d4e74eb83>: <[]> 12:19:42 17:19:42.099 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:42 17:19:42.101 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@b020f21]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:42 17:19:42.102 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-b425ac60-60bf-4f1d-8d97-667d4e74eb83>: <[always-alive, priority-0]> 12:19:42 17:19:42.104 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 12:19:42 17:19:42.104 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b425ac60-60bf-4f1d-8d97-667d4e74eb83> with <2> clients. 12:19:42 17:19:42.127 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b425ac60-60bf-4f1d-8d97-667d4e74eb83> 12:19:42 17:19:42.207 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:42 17:19:42.221 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:42 17:19:42.224 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:42 17:19:42.227 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H59M17.547S> 12:19:42 17:19:42.227 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M55.708S> interval (min=<PT5M>) 12:19:42 17:19:42.227 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:42 17:19:42.228 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-35268d1b-3a57-4e90-9b19-98349c664653> was recovered: null 12:19:42 17:19:42.230 [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@f4e89e8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:42 17:19:42.230 [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-35268d1b-3a57-4e90-9b19-98349c664653>: <[]> 12:19:42 17:19:42.236 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:42 17:19:42.247 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-9970c98}], connection=ImmutableConnection [id=connection-35268d1b-3a57-4e90-9b19-98349c664653, 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-9970c98}]]> 12:19:42 17:19:42.248 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-9970c98}]] 12:19:42 17:19:42.350 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-35268d1b-3a57-4e90-9b19-98349c664653> 12:19:42 17:19:42.431 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:42 17:19:42.444 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:42 17:19:42.447 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:42 17:19:42.451 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H43M20.345S> 12:19:42 17:19:42.451 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.778S> interval (min=<PT5M>) 12:19:42 17:19:42.452 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:42 17:19:42.452 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-aee4acbe-9496-4051-8172-336ba3332d31> was recovered: null 12:19:42 17:19:42.456 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@30e982f3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:42 17:19:42.457 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-aee4acbe-9496-4051-8172-336ba3332d31>: <[always-alive, priority-0]> 12:19:42 17:19:42.463 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:42 17:19:42.464 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-aee4acbe-9496-4051-8172-336ba3332d31> with <1> clients. 12:19:42 17:19:42.493 [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-aee4acbe-9496-4051-8172-336ba3332d31>: <[]> 12:19:42 17:19:42.496 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 12:19:42 17:19:42.501 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@30e982f3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:42 17:19:42.501 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-aee4acbe-9496-4051-8172-336ba3332d31>: <[]> 12:19:42 17:19:42.505 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>. 12:19:44 17:19:44.489 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-aee4acbe-9496-4051-8172-336ba3332d31> was not accessed in a while. Shutting Actor down ... 12:19:44 17:19:44.489 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-aee4acbe-9496-4051-8172-336ba3332d31> 12:19:45 17:19:45.588 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:45 17:19:45.602 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:45 17:19:45.605 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:45 17:19:45.609 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:45 17:19:45.609 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.093S> interval (min=<PT5M>) 12:19:45 17:19:45.609 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H44M57.009S> 12:19:45 17:19:45.610 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b26aa7a9-3ca7-49fa-bc59-8e93518aecb8> was recovered: null 12:19:45 17:19:45.613 [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@58fcd125]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:45 17:19:45.613 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-b26aa7a9-3ca7-49fa-bc59-8e93518aecb8>: <[]> 12:19:45 17:19:45.617 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:45 17:19:45.622 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-b26aa7a9-3ca7-49fa-bc59-8e93518aecb8>: <[]> 12:19:45 17:19:45.624 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 12:19:47 17:19:47.663 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-b26aa7a9-3ca7-49fa-bc59-8e93518aecb8> was deleted recently. Shutting Actor down ... 12:19:47 17:19:47.663 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b26aa7a9-3ca7-49fa-bc59-8e93518aecb8> 12:19:47 17:19:47.770 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:47 17:19:47.773 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:47 17:19:47.776 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H53M12.459S> 12:19:47 17:19:47.777 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:47 17:19:47.777 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.457S> interval (min=<PT5M>) 12:19:47 17:19:47.778 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b210ff0c-ef14-477b-8ef4-32e99819bf33> was recovered: null 12:19:47 17:19:47.780 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-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@54eb4bf2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:47 17:19:47.781 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-159e9a7, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-b210ff0c-ef14-477b-8ef4-32e99819bf33, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:33861, 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-159e9a7, validator-should-throw-exception=true}]]> 12:19:49 17:19:49.811 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-b210ff0c-ef14-477b-8ef4-32e99819bf33> was deleted recently. Shutting Actor down ... 12:19:49 17:19:49.899 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:49 17:19:49.913 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:49 17:19:49.916 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:49 17:19:49.920 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:49 17:19:49.920 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.71S> interval (min=<PT5M>) 12:19:49 17:19:49.920 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H43M54.747S> 12:19:49 17:19:49.921 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9dc5e288-a234-4bcf-8fec-00a654d1b5d1> was recovered: null 12:19:49 17:19:49.923 [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@2ccabde6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:49 17:19:49.924 [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-9dc5e288-a234-4bcf-8fec-00a654d1b5d1>: <[always-alive, priority-0]> 12:19:50 17:19:49.928 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:50 17:19:49.928 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9dc5e288-a234-4bcf-8fec-00a654d1b5d1> with <1> clients. 12:19:50 17:19:49.971 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-9dc5e288-a234-4bcf-8fec-00a654d1b5d1>: <[]> 12:19:50 17:19:49.973 [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>. 12:19:52 17:19:52.004 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-9dc5e288-a234-4bcf-8fec-00a654d1b5d1> was deleted recently. Shutting Actor down ... 12:19:52 17:19:52.004 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9dc5e288-a234-4bcf-8fec-00a654d1b5d1> 12:19:52 17:19:52.102 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:52 17:19:52.116 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:52 17:19:52.120 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:52 17:19:52.123 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H12M11.892S> 12:19:52 17:19:52.123 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.2S> interval (min=<PT5M>) 12:19:52 17:19:52.123 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:52 17:19:52.132 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4e858b12-2f25-4bb5-9034-4a53353fa3db> was recovered: null 12:19:52 17:19:52.135 [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@1a7ec127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:52 17:19:52.135 [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-4e858b12-2f25-4bb5-9034-4a53353fa3db>: <[always-alive, priority-0]> 12:19:52 17:19:52.139 [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>. 12:19:52 17:19:52.140 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4e858b12-2f25-4bb5-9034-4a53353fa3db> with <1> clients. 12:19:52 17:19:52.168 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4e858b12-2f25-4bb5-9034-4a53353fa3db> 12:19:52 17:19:52.267 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:52 17:19:52.281 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:52 17:19:52.284 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:52 17:19:52.288 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40M44.545S> 12:19:52 17:19:52.288 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.493S> interval (min=<PT5M>) 12:19:52 17:19:52.288 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:52 17:19:52.289 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2> was recovered: null 12:19:52 17:19:52.291 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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@47117fe0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:52 17:19:52.292 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2>: <[always-alive, priority-0]> 12:19:52 17:19:52.295 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:52 17:19:52.295 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2> with <1> clients. 12:19:52 17:19:52.322 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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@47117fe0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:52 17:19:52.322 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2>: <[always-alive, priority-0]> 12:19:52 17:19:52.326 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 12:19:52 17:19:52.326 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2> with <1> clients. 12:19:52 17:19:52.430 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-26f0d829-b4b0-4eff-90ed-29ebbbc3c1d2> 12:19:52 17:19:52.540 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:52 17:19:52.543 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:52 17:19:52.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H30M1.666S> 12:19:52 17:19:52.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M49.545S> interval (min=<PT5M>) 12:19:52 17:19:52.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:52 17:19:52.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d1c35e2a-2adb-4fb0-bbb9-202262b1c138> was recovered: null 12:19:52 17:19:52.548 [WARN ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@51ad52af]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:52 17:19:52.549 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDuringClientActorPropsCreation-41f1f51, should-throw-exception=true}], connection=ImmutableConnection [id=connection-d1c35e2a-2adb-4fb0-bbb9-202262b1c138, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45477, 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 [{}]]> 12:19:54 17:19:54.578 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-d1c35e2a-2adb-4fb0-bbb9-202262b1c138> was deleted recently. Shutting Actor down ... 12:19:54 17:19:54.662 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:54 17:19:54.677 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:54 17:19:54.680 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:54 17:19:54.684 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H50M21.457S> 12:19:54 17:19:54.684 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:54 17:19:54.684 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.863S> interval (min=<PT5M>) 12:19:54 17:19:54.685 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c73514f2-29af-4c12-8b96-ce328f8b059a> was recovered: null 12:19:54 17:19:54.686 [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-a255511}], connection=ImmutableConnection [id=connection-c73514f2-29af-4c12-8b96-ce328f8b059a, 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-a255511}]]> 12:19:54 17:19:54.687 [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-a255511}]] 12:19:54 17:19:54.789 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c73514f2-29af-4c12-8b96-ce328f8b059a> 12:19:54 17:19:54.874 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:54 17:19:54.887 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:54 17:19:54.890 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:54 17:19:54.893 [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 <PT25H9M49.359S> 12:19:54 17:19:54.893 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.507S> interval (min=<PT5M>) 12:19:54 17:19:54.893 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:54 17:19:54.894 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ef905d86-b8ef-41ea-8267-f17f0e4e2d0f> was recovered: null 12:19:54 17:19:54.896 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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@4efc9a27]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:54 17:19:54.897 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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-ef905d86-b8ef-41ea-8267-f17f0e4e2d0f>: <[always-alive, priority-0]> 12:19:54 17:19:54.901 [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>. 12:19:54 17:19:54.901 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ef905d86-b8ef-41ea-8267-f17f0e4e2d0f> with <1> clients. 12:19:54 17:19:54.930 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ef905d86-b8ef-41ea-8267-f17f0e4e2d0f> 12:19:55 17:19:55.013 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:55 17:19:55.043 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:55 17:19:55.045 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:55 17:19:55.049 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H5M2.515S> 12:19:55 17:19:55.049 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.003S> interval (min=<PT5M>) 12:19:55 17:19:55.049 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:55 17:19:55.049 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bbd5f89d-a259-4510-9aba-dc97abc2b424> was recovered: null 12:19:55 17:19:55.060 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-e33555d}], connection=ImmutableConnection [id=connection-bbd5f89d-a259-4510-9aba-dc97abc2b424, 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-e33555d}]]> 12:19:55 17:19:55.061 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-e33555d}]] 12:19:55 17:19:55.163 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bbd5f89d-a259-4510-9aba-dc97abc2b424> 12:19:55 17:19:55.244 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:55 17:19:55.257 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:55 17:19:55.260 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:55 17:19:55.263 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H12M44.336S> 12:19:55 17:19:55.263 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:55 17:19:55.263 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.859S> interval (min=<PT5M>) 12:19:55 17:19:55.263 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-93d2db20-61e2-4886-a00d-93b605fc1b52> was recovered: null 12:19:55 17:19:55.265 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-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@7238501]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:55 17:19:55.266 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-93d2db20-61e2-4886-a00d-93b605fc1b52> with <1> clients. 12:19:55 17:19:55.288 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] 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 [{}]] 12:19:55 17:19:55.372 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:55 17:19:55.385 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:55 17:19:55.388 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:55 17:19:55.391 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H30M40.51S> 12:19:55 17:19:55.391 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:55 17:19:55.391 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.022S> interval (min=<PT5M>) 12:19:55 17:19:55.392 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-aefb5211-e764-438e-bfe4-aa13f1db7a1f> was recovered: null 12:19:55 17:19:55.394 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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@1d46c220]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:55 17:19:55.395 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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-aefb5211-e764-438e-bfe4-aa13f1db7a1f>: <[always-alive, priority-0]> 12:19:55 17:19:55.398 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:55 17:19:55.398 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-aefb5211-e764-438e-bfe4-aa13f1db7a1f> with <1> clients. 12:19:55 17:19:55.424 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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-aefb5211-e764-438e-bfe4-aa13f1db7a1f>: <[]> 12:19:55 17:19:55.426 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 12:19:55 17:19:55.428 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] 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-3b13d29}], connectionId=connection-aefb5211-e764-438e-bfe4-aa13f1db7a1f]> 12:19:55 17:19:55.429 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-aefb5211-e764-438e-bfe4-aa13f1db7a1f' 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-3b13d29}]] 12:19:55 17:19:55.430 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-aefb5211-e764-438e-bfe4-aa13f1db7a1f> 12:19:55 17:19:55.488 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-93d2db20-61e2-4886-a00d-93b605fc1b52> 12:19:55 17:19:55.542 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:55 17:19:55.555 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:55 17:19:55.558 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:55 17:19:55.560 [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 <PT23H9M9.325S> 12:19:55 17:19:55.561 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:19:55 17:19:55.561 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.656S> interval (min=<PT5M>) 12:19:55 17:19:55.561 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-77a21268-45b6-4467-b994-d4fb796aaecc> was recovered: null 12:19:55 17:19:55.563 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@55804e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:55 17:19:55.563 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-77a21268-45b6-4467-b994-d4fb796aaecc>: <[always-alive, priority-0]> 12:19:55 17:19:55.567 [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>. 12:19:55 17:19:55.567 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-77a21268-45b6-4467-b994-d4fb796aaecc> with <1> clients. 12:19:55 17:19:55.594 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-77a21268-45b6-4467-b994-d4fb796aaecc> 12:19:57 17:19:57.662 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.609S> interval (min=<PT5M>) 12:19:57 17:19:57.664 [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:41841, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43283, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841, pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43283), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841)))> 12:19:57 17:19:57.774 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:19:57 17:19:57.787 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:19:57 17:19:57.790 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:19:57 17:19:57.792 [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 <PT24H20M16.253S> 12:19:57 17:19:57.793 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df> was recovered: null 12:19:57 17:19:57.796 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@24f38804]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:57 17:19:57.796 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df>: <[]> 12:19:57 17:19:57.800 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:19:57 17:19:57.802 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@24f38804]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:19:57 17:19:57.803 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df>: <[always-alive, priority-0]> 12:19:57 17:19:57.805 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 12:19:57 17:19:57.805 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df> with <2> clients. 12:19:58 17:19:57.873 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df>: <[]> 12:19:58 17:19:57.875 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <3>. 12:19:58 17:19:57.878 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df>: <[]> 12:19:58 17:19:57.880 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>. 12:19:59 17:19:59.288 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.r.a.Decoder - Message for banned (terminated, unresolved) remote deployed recipient [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43283/remote/pekko/ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841/user/shardRegionMock-connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df/connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df/pa/$a/c2#-201752432]. 12:19:59 17:19:59.912 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df> was deleted recently. Shutting Actor down ... 12:19:59 17:19:59.913 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-687e1f37-6ec2-4e45-af7f-1bbdca9eb2df> 12:20:00 17:19:59.998 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:00 17:20:00.011 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:00 17:20:00.014 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:00 17:20:00.017 [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 <PT23H36M17.932S> 12:20:00 17:20:00.017 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.779S> interval (min=<PT5M>) 12:20:00 17:20:00.017 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:00 17:20:00.018 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f4bf5523-74ca-410b-a49d-672fb6d8b132> was recovered: null 12:20:00 17:20:00.020 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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@7160cccd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.020 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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-f4bf5523-74ca-410b-a49d-672fb6d8b132>: <[]> 12:20:00 17:20:00.023 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:00 17:20:00.239 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f4bf5523-74ca-410b-a49d-672fb6d8b132> 12:20:00 17:20:00.336 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:00 17:20:00.349 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:00 17:20:00.352 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:00 17:20:00.355 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H50M41.581S> 12:20:00 17:20:00.355 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:00 17:20:00.355 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.472S> interval (min=<PT5M>) 12:20:00 17:20:00.356 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27> was recovered: null 12:20:00 17:20:00.358 [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@3fc5815b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.358 [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:connectionCreated> for connection with ID <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27>: <[always-alive, priority-0]> 12:20:00 17:20:00.362 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:00 17:20:00.362 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27> with <1> clients. 12:20:00 17:20:00.389 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3fc5815b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.390 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27>: <[always-alive, priority-0]> 12:20:00 17:20:00.393 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 12:20:00 17:20:00.394 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27> with <1> clients. 12:20:00 17:20:00.397 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-df3d9ac5-fbc9-4671-94a3-bf1c556d8d27> 12:20:00 17:20:00.500 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:00 17:20:00.515 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:00 17:20:00.519 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:00 17:20:00.523 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H3M38.628S> 12:20:00 17:20:00.523 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:00 17:20:00.523 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.86S> interval (min=<PT5M>) 12:20:00 17:20:00.524 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4deee2e7-8ce5-4cfa-822b-4714de3228ab> was recovered: null 12:20:00 17:20:00.526 [WARN ] [ConnectionPersistenceActorTest_resetConnectionLogs-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@742cef86]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.527 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-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-4deee2e7-8ce5-4cfa-822b-4714de3228ab>: <[always-alive, priority-0]> 12:20:00 17:20:00.535 [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>. 12:20:00 17:20:00.536 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4deee2e7-8ce5-4cfa-822b-4714de3228ab> with <1> clients. 12:20:00 17:20:00.563 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4deee2e7-8ce5-4cfa-822b-4714de3228ab> 12:20:00 17:20:00.675 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:00 17:20:00.677 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:00 17:20:00.680 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H23M45.441S> 12:20:00 17:20:00.681 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:00 17:20:00.681 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.142S> interval (min=<PT5M>) 12:20:00 17:20:00.681 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-6c414751-8dcc-49bb-9e1f-7bb9acffb618> was recovered: null 12:20:00 17:20:00.684 [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@65338eb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.685 [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-6c414751-8dcc-49bb-9e1f-7bb9acffb618>: <[always-alive, priority-0]> 12:20:00 17:20:00.688 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:00 17:20:00.688 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-6c414751-8dcc-49bb-9e1f-7bb9acffb618> with <1> clients. 12:20:00 17:20:00.699 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which is less than the maximum allowed number of <3> failures. Will restart the child. 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 19 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 10 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.701 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 19 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 10 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.701 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] 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] 12:20:00 17:20:00.702 [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. 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.702 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.702 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] 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] 12:20:00 17:20:00.702 [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. 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.702 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.703 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] 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] 12:20:00 17:20:00.703 [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. 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.703 [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. 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.705 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times 12:20:00 at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65) 12:20:00 ... 26 common frames omitted 12:20:00 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:20:00 at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source) 12:20:00 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:20:00 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:20:00 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82) 12:20:00 at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111) 12:20:00 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:20:00 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:20:00 ... 17 common frames omitted 12:20:00 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] 12:20:00 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:20:00 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) 12:20:00 at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) 12:20:00 at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) 12:20:00 at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) 12:20:00 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) 12:20:00 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:00 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:00 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:00 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:00 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:00 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:00 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:00 17:20:00.705 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-6c414751-8dcc-49bb-9e1f-7bb9acffb618> 12:20:00 17:20:00.772 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:20:00 17:20:00.772 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43283], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:20:00 17:20:00.773 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:41841], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:20:00 17:20:00.773 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43283], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted 12:20:00 17:20:00.890 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:00 17:20:00.903 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:00 17:20:00.906 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:00 17:20:00.937 [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 <PT24H2M22.829S> 12:20:00 17:20:00.937 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:00 17:20:00.937 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.443S> interval (min=<PT5M>) 12:20:00 17:20:00.938 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34> was recovered: null 12:20:00 17:20:00.940 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-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@6b6588cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:00 17:20:00.940 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34>: <[always-alive, priority-0]> 12:20:00 17:20:00.943 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:00 17:20:00.943 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34> with <1> clients. 12:20:01 17:20:00.968 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34>: <[]> 12:20:01 17:20:00.970 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 12:20:01 17:20:00.972 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34> 12:20:01 17:20:01.080 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H8M40.729S> 12:20:01 17:20:01.122 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34> was recovered: ImmutableConnection [id=connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45285, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:00.938416260Z, created=2024-01-25T17:20:00.938416260Z] 12:20:01 17:20:01.132 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-83cdaae5-5ae4-4c4b-b9f6-2319de37ef34> 12:20:01 17:20:01.211 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:01 17:20:01.225 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:01 17:20:01.227 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:01 17:20:01.231 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H9M36.491S> 12:20:01 17:20:01.231 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.388S> interval (min=<PT5M>) 12:20:01 17:20:01.231 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:01 17:20:01.231 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0> was recovered: null 12:20:01 17:20:01.233 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@106ee1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:01 17:20:01.234 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0>: <[always-alive, priority-0]> 12:20:01 17:20:01.237 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:01 17:20:01.237 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0> with <1> clients. 12:20:01 17:20:01.262 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0>: <[]> 12:20:01 17:20:01.264 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 12:20:01 17:20:01.267 [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@106ee1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:01 17:20:01.267 [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-21cd92ce-ab86-4508-98d0-dcdd561ba5b0>: <[always-alive, priority-0]> 12:20:01 17:20:01.270 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <3>. 12:20:01 17:20:01.271 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0> with <1> clients. 12:20:01 17:20:01.275 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-21cd92ce-ab86-4508-98d0-dcdd561ba5b0> 12:20:01 17:20:01.354 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:01 17:20:01.367 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:01 17:20:01.370 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:01 17:20:01.373 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H2M8.597S> 12:20:01 17:20:01.373 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:01 17:20:01.373 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.297S> interval (min=<PT5M>) 12:20:01 17:20:01.373 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ea9b95ea-1652-4845-b8b9-85c18d29d340> was recovered: null 12:20:01 17:20:01.374 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-d4818ad}], connection=ImmutableConnection [id=connection-ea9b95ea-1652-4845-b8b9-85c18d29d340, 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-d4818ad}]]> 12:20:01 17:20:01.375 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-d4818ad}]] 12:20:01 17:20:01.476 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ea9b95ea-1652-4845-b8b9-85c18d29d340> 12:20:01 17:20:01.556 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:01 17:20:01.569 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:01 17:20:01.572 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:01 17:20:01.574 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H17M12.417S> 12:20:01 17:20:01.575 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:01 17:20:01.575 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.829S> interval (min=<PT5M>) 12:20:01 17:20:01.575 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-6b5df3ca-7abf-4f22-9788-7909f8812eb4> was recovered: null 12:20:01 17:20:01.576 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-0f5c0db}], connection=ImmutableConnection [id=connection-6b5df3ca-7abf-4f22-9788-7909f8812eb4, 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-0f5c0db}]]> 12:20:01 17:20:01.577 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-0f5c0db}]] 12:20:01 17:20:01.678 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-6b5df3ca-7abf-4f22-9788-7909f8812eb4> 12:20:01 17:20:01.758 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:01 17:20:01.772 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:01 17:20:01.774 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:01 17:20:01.777 [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 <PT23H30M37.149S> 12:20:01 17:20:01.777 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:01 17:20:01.777 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.282S> interval (min=<PT5M>) 12:20:01 17:20:01.778 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-292576f1-8c7d-491f-b56f-dce0a8830e7c> was recovered: null 12:20:01 17:20:01.778 [WARN ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] 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-b6377aa}], connectionId=connection-292576f1-8c7d-491f-b56f-dce0a8830e7c]> 12:20:01 17:20:01.779 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-292576f1-8c7d-491f-b56f-dce0a8830e7c' 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-b6377aa}]] 12:20:01 17:20:01.780 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-292576f1-8c7d-491f-b56f-dce0a8830e7c> 12:20:02 17:20:01.875 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:02 17:20:01.888 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:02 17:20:01.890 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:02 17:20:01.893 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H11M6.251S> 12:20:02 17:20:01.893 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:02 17:20:01.893 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.783S> interval (min=<PT5M>) 12:20:02 17:20:01.894 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> was recovered: null 12:20:02 17:20:01.896 [WARN ] [ConnectionPersistenceActorTest_recoverOpenConnection-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@3f288667]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:02 17:20:01.896 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-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-360bfbaa-26c8-4147-b75f-aa59764d4d62>: <[always-alive, priority-0]> 12:20:02 17:20:01.899 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:02 17:20:01.899 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> with <1> clients. 12:20:02 17:20:01.924 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> 12:20:02 17:20:02.029 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H42M28.925S> 12:20:02 17:20:02.034 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> was recovered: ImmutableConnection [id=connection-360bfbaa-26c8-4147-b75f-aa59764d4d62, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38521, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:01.894382396Z, created=2024-01-25T17:20:01.894382396Z] 12:20:02 17:20:02.034 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> with <1> clients. 12:20:02 17:20:02.146 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-360bfbaa-26c8-4147-b75f-aa59764d4d62> 12:20:02 17:20:02.225 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:02 17:20:02.238 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:02 17:20:02.241 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:02 17:20:02.244 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H15M52.825S> 12:20:02 17:20:02.244 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:02 17:20:02.244 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.716S> interval (min=<PT5M>) 12:20:02 17:20:02.244 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3adc79a0-e100-4fb6-8d97-acb1bf47faf7> was recovered: null 12:20:02 17:20:02.246 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3c8e7e3e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:02 17:20:02.246 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-3adc79a0-e100-4fb6-8d97-acb1bf47faf7>: <[always-alive, priority-0]> 12:20:02 17:20:02.250 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:02 17:20:02.250 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3adc79a0-e100-4fb6-8d97-acb1bf47faf7> with <1> clients. 12:20:02 17:20:02.278 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3adc79a0-e100-4fb6-8d97-acb1bf47faf7> 12:20:02 17:20:02.364 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:02 17:20:02.377 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:02 17:20:02.380 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:02 17:20:02.383 [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 <PT23H30M48.083S> 12:20:02 17:20:02.383 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.614S> interval (min=<PT5M>) 12:20:02 17:20:02.383 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:02 17:20:02.383 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-63179625-baad-4eee-9f16-08d4d627c71c> was recovered: null 12:20:02 17:20:02.385 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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@7e2682ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:02 17:20:02.386 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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-63179625-baad-4eee-9f16-08d4d627c71c>: <[always-alive, priority-0]> 12:20:02 17:20:02.388 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:02 17:20:02.389 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-63179625-baad-4eee-9f16-08d4d627c71c> with <1> clients. 12:20:02 17:20:02.414 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-63179625-baad-4eee-9f16-08d4d627c71c>: <[]> 12:20:02 17:20:02.416 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 12:20:04 17:20:04.455 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-63179625-baad-4eee-9f16-08d4d627c71c> was deleted recently. Shutting Actor down ... 12:20:04 17:20:04.455 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-63179625-baad-4eee-9f16-08d4d627c71c> 12:20:04 17:20:04.561 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H19M25.974S> 12:20:04 17:20:04.564 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-63179625-baad-4eee-9f16-08d4d627c71c> was recovered: null 12:20:04 17:20:04.565 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] 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-9b65d23}], connectionId=connection-63179625-baad-4eee-9f16-08d4d627c71c]> 12:20:04 17:20:04.565 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-63179625-baad-4eee-9f16-08d4d627c71c' 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-9b65d23}]] 12:20:04 17:20:04.567 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-63179625-baad-4eee-9f16-08d4d627c71c> 12:20:04 17:20:04.672 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:04 17:20:04.674 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:04 17:20:04.677 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H23M17.17S> 12:20:04 17:20:04.677 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:04 17:20:04.678 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.643S> interval (min=<PT5M>) 12:20:04 17:20:04.678 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822> was recovered: null 12:20:04 17:20:04.681 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@96ccafa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:04 17:20:04.682 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822>: <[always-alive, priority-0]> 12:20:04 17:20:04.688 [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>. 12:20:04 17:20:04.688 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822> with <1> clients. 12:20:04 17:20:04.689 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:04 17:20:04.789 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:04 17:20:04.889 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:05 17:20:04.989 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:05 17:20:05.089 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:05 17:20:05.189 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822. 12:20:05 17:20:05.289 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-306#-566550727]. 12:20:05 17:20:05.291 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ec67c092-a96f-4200-ba7c-eeb15bc8c822> 12:20:05 17:20:05.369 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:05 17:20:05.382 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:05 17:20:05.385 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:05 17:20:05.388 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:05 17:20:05.388 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H43M6.689S> 12:20:05 17:20:05.388 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.47S> interval (min=<PT5M>) 12:20:05 17:20:05.388 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> was recovered: null 12:20:05 17:20:05.390 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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@7e0deee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:05 17:20:05.391 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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-2f24591e-0d9f-4983-bd54-642ab3c7c454>: <[always-alive, priority-0]> 12:20:05 17:20:05.394 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:05 17:20:05.394 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> with <1> clients. 12:20:05 17:20:05.419 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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@7e0deee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:05 17:20:05.420 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454>: <[always-alive, priority-0]> 12:20:05 17:20:05.423 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>. 12:20:05 17:20:05.424 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> with <1> clients. 12:20:05 17:20:05.426 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> 12:20:05 17:20:05.430 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H31M22.562S> 12:20:05 17:20:05.437 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> was recovered: ImmutableConnection [id=connection-2f24591e-0d9f-4983-bd54-642ab3c7c454, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:36893, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/message, topics=[_/_/things/live/messages], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/message, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=2, modified=2024-01-25T17:20:05.418808611Z, created=null] 12:20:05 17:20:05.437 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> with <1> clients. 12:20:05 17:20:05.443 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2f24591e-0d9f-4983-bd54-642ab3c7c454> 12:20:05 [WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.29 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest 12:20:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest 12:20:08 [INFO] [01/25/2024 17:20:08.725] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.275 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest 12:20:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest 12:20:08 17:20:08.739 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 12:20:08 17:20:08.750 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 12:20:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest 12:20:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest 12:20:08 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest 12:20:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest 12:20:09 17:20:09.277 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.279 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.279 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.279 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.280 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.281 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.281 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 17:20:09.281 [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. 12:20:09 java.lang.IllegalArgumentException: null 12:20:09 ... 35 common frames omitted 12:20:09 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test 12:20:09 at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:09 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:09 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:09 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:09 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:09 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:09 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:09 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:09 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:09 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:09 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:09 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:09 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:09 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:09 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:09 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:09 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:09 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:09 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:20:09 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:09 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:09 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest 12:20:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest 12:20:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest 12:20:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest 12:20:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest 12:20:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest 12:20:09 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest 12:20:09 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest 12:20:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest 12:20:10 [INFO] [01/25/2024 17:20:10.224] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:10 [INFO] [01/25/2024 17:20:10.343] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:12 [INFO] [01/25/2024 17:20:12.601] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:12 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.819 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest 12:20:12 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest 12:20:12 [ERROR] [01/25/2024 17:20:12.851] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-776/flow-4-0-ignoreSink] Error in stage [org.apache.pekko.kafka.internal.CommitCollectorStageLogic]: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null 12:20:12 java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null 12:20:12 at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185) 12:20:12 at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172) 12:20:12 at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43) 12:20:12 at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41) 12:20:12 at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44) 12:20:12 at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106) 12:20:12 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:20:12 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:20:12 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:20:12 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 12:20:12 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 12:20:12 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 12:20:12 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 12:20:12 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 12:20:12 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 12:20:12 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 12:20:12 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:20:12 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:20:12 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:20:12 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:20:12 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:12 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:12 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:12 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:12 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:12 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:12 12:20:13 [INFO] [01/25/2024 17:20:12.949] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:13 [INFO] [01/25/2024 17:20:12.992] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:15 [INFO] [01/25/2024 17:20:15.173] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:20:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest 12:20:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest 12:20:15 17:20:15.176 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:15 17:20:15.311 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected} 12:20:15 java.lang.IllegalStateException: Expected 12:20:15 at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67) 12:20:15 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138) 12:20:15 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198) 12:20:15 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:15 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:15 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:15 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:15 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:15 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:15 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:15 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:15 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:15 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:15 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:15 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:15 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:15 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:15 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:15 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:15 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:15 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:15 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:15 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:20:15 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:20:15 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:15 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:15 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:15 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:15 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:15 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:15 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:15 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:15 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:15 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest 12:20:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest 12:20:15 17:20:15.362 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.363 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.364 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.367 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.368 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.369 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.369 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.370 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.371 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.371 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.372 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.372 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.380 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.380 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.381 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.381 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 17:20:15.382 [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@e98fc65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest 12:20:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest 12:20:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest 12:20:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest 12:20:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest 12:20:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest 12:20:15 17:20:15.569 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:15 17:20:15.644 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:15 17:20:15.646 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.812 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:15 17:20:15.815 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.816 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.817 [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]> 12:20:15 17:20:15.819 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.820 [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]> 12:20:15 17:20:15.821 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.822 [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]> 12:20:15 17:20:15.824 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.826 [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]> 12:20:15 17:20:15.836 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:15 17:20:15.838 [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]> 12:20:15 17:20:15.839 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.840 [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]> 12:20:16 17:20:15.841 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.842 [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]> 12:20:16 17:20:15.843 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.845 [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]> 12:20:16 17:20:15.846 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.847 [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]> 12:20:16 17:20:15.848 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.849 [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]> 12:20:16 17:20:15.851 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.852 [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]> 12:20:16 17:20:15.853 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.854 [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]> 12:20:16 17:20:15.855 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.856 [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]> 12:20:16 17:20:15.857 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.858 [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]> 12:20:16 17:20:15.860 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.861 [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]> 12:20:16 17:20:15.862 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.863 [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]> 12:20:16 17:20:15.864 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.866 [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]> 12:20:16 17:20:15.867 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.868 [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]> 12:20:16 17:20:15.869 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.870 [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]> 12:20:16 17:20:15.871 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.872 [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]> 12:20:16 17:20:15.874 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.875 [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]> 12:20:16 17:20:15.876 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.877 [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]> 12:20:16 17:20:15.878 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.879 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.880 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.881 [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]> 12:20:16 17:20:15.883 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.884 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.885 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.886 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.887 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.888 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.889 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.890 [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]> 12:20:16 17:20:15.891 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.893 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.894 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.895 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.937 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.938 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.938 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.939 [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. 12:20:16 17:20:15.939 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.940 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.940 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.941 [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. 12:20:16 17:20:15.941 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.942 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.943 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.943 [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. 12:20:16 17:20:15.944 [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]> 12:20:16 17:20:15.945 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.945 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.946 [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. 12:20:16 17:20:15.946 [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]> 12:20:16 17:20:15.947 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.947 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.948 [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. 12:20:16 17:20:15.948 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.949 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.949 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.950 [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. 12:20:16 17:20:15.950 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.951 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.951 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.952 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.953 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.954 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.954 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.955 [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. 12:20:16 17:20:15.955 [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]> 12:20:16 17:20:15.956 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:16 17:20:15.956 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:16 17:20:15.957 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] 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. 12:20:19 17:20:19.025 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:19 17:20:19.027 [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]> 12:20:19 17:20:19.028 [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]> 12:20:19 17:20:19.028 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.029 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.030 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.030 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.031 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.031 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.032 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.032 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.033 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.034 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.034 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.035 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.035 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.036 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.036 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.037 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.038 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.038 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.039 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.039 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.040 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.040 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.041 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.041 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.042 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.042 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.043 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.043 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.044 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.044 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.045 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.045 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.046 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.047 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.047 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.048 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.048 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.049 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.049 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.050 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.050 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.051 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.051 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.052 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.052 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.053 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.053 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.054 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.054 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.055 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.055 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.056 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.056 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.057 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.057 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.058 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.058 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.059 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.059 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.060 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.060 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.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. 12:20:19 17:20:19.061 [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]> 12:20:19 17:20:19.061 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.061 [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]> 12:20:19 17:20:19.061 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.062 [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]> 12:20:19 17:20:19.062 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.062 [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]> 12:20:19 17:20:19.063 [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. 12:20:19 17:20:19.063 [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]> 12:20:19 17:20:19.063 [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. 12:20:19 17:20:19.064 [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]> 12:20:19 17:20:19.064 [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. 12:20:19 17:20:19.064 [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]> 12:20:19 17:20:19.065 [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. 12:20:19 17:20:19.065 [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]> 12:20:19 17:20:19.065 [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. 12:20:19 17:20:19.066 [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]> 12:20:19 17:20:19.066 [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. 12:20:19 17:20:19.066 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.067 [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. 12:20:19 17:20:19.067 [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]> 12:20:19 17:20:19.067 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.067 [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]> 12:20:19 17:20:19.068 [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. 12:20:19 17:20:19.068 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]> 12:20:19 17:20:19.068 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.069 [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]> 12:20:19 17:20:19.069 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] 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. 12:20:19 17:20:19.069 [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]> 12:20:19 17:20:19.069 [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. 12:20:19 17:20:19.070 [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]> 12:20:19 17:20:19.070 [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. 12:20:19 17:20:19.071 [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. 12:20:20 17:20:20.139 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:20 17:20:20.140 [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]> 12:20:20 17:20:20.142 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal - DisconnectException: null 12:20:20 17:20:20.216 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:20 17:20:20.217 [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]> 12:20:20 17:20:20.218 [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]> 12:20:20 17:20:20.218 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException 12:20:20 org.apache.kafka.common.KafkaException 12:20:20 at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60) 12:20:20 at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346) 12:20:20 at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670) 12:20:20 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:20:20 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:20:20 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:20:20 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:20:20 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:20:20 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:20:20 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:20:20 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:20:20 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:20:20 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:20:20 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:20:20 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:20:20 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:20:20 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:20:20 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:20:20 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:20:20 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:20:20 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:20:20 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:20:20 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:20:20 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:20:20 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:20:20 12:20:23 17:20:23.740 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal - KafkaException: null 12:20:23 17:20:23.802 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:23 17:20:23.803 [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]> 12:20:24 17:20:23.867 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:24 17:20:23.867 [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]> 12:20:24 17:20:24.046 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready. 12:20:24 17:20:24.047 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] 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]> 12:20:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.578 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest 12:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest 12:20:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest 12:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest 12:20:24 17:20:24.167 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:24 17:20:24.369 [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>. 12:20:24 17:20:24.389 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:24 17:20:24.408 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-1b06a4c9-5990-43c2-b47a-4779380e00d6> 12:20:24 17:20:24.409 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-1b06a4c9-5990-43c2-b47a-4779380e00d6> 12:20:24 17:20:24.491 [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>. 12:20:24 17:20:24.512 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:24 17:20:24.533 [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=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:24 17:20:24.611 [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>. 12:20:24 17:20:24.632 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:24 17:20:24.654 [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 '<unspecified>' could not be mapped.> 12:20:24 17:20:24.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1706203224167, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=308d0c63-7696-495e-af07-114863e57450, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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.topic=kafka.topic, device_id=ditto:thing, correlation-id=308d0c63-7696-495e-af07-114863e57450, reply-to=reply-to-address, kafka.timestamp=1706203224167} 12:20:24 17:20:24.655 [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=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:24 17:20:24.656 [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>. 12:20:24 17:20:24.735 [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>. 12:20:24 17:20:24.756 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:24 17:20:24.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:24 17:20:24.777 [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>. 12:20:24 17:20:24.868 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:25 17:20:24.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>. 12:20:25 17:20:25.001 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.> 12:20:25 17:20:25.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, the.key=key, device_id=_invalid, the.topic=kafka.topic, correlation-id=f3a79306-5ec0-4513-a2d2-9796c9f92726, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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.topic=kafka.topic, device_id=_invalid, correlation-id=f3a79306-5ec0-4513-a2d2-9796c9f92726, reply-to=reply-to-address, kafka.timestamp=1706203224167} 12:20:25 17:20:25.076 [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>. 12:20:25 17:20:25.097 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:25 17:20:25.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.120 [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>. 12:20:25 17:20:25.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.121 [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>. 12:20:25 17:20:25.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.191 [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>. 12:20:25 17:20:25.212 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:25 17:20:25.231 [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=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:20:25 17:20:25.233 [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=1706203224167, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:20:25 17:20:25.328 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest 12:20:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest 12:20:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest 12:20:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest 12:20:25 17:20:25.384 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-fbdfacb6-be2e-41e6-ba39-02d9d0e4b2d9> 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. 12:20:25 17:20:25.384 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-9729eef5-b37b-42fa-b078-611d56590dd2> 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. 12:20:25 17:20:25.385 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-f91fdc46-058f-499e-a3ec-ce9878cf4a4f> 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. 12:20:25 17:20:25.385 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-18237bec-8590-43f9-809b-cef9772819c8> 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. 12:20:25 17:20:25.385 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-570380a2-6f1a-42a0-b472-eb55a5b57b9e> 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. 12:20:25 17:20:25.385 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-96b889b8-8ff6-4f7d-8243-3a5ec1185098> 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. 12:20:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest 12:20:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest 12:20:25 17:20:25.388 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:25 17:20:25.446 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 44881 12:20:25 17:20:25.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M38.545S> interval (min=<PT5M>) 12:20:25 17:20:25.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:25 17:20:25.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.613S> interval (min=<PT5M>) 12:20:25 17:20:25.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.775S> interval (min=<PT5M>) 12:20:25 17:20:25.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-0a59a756-8f1c-4283-8fe0-c1d70b99525e> 12:20:25 17:20:25.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.126S> interval (min=<PT5M>) 12:20:25 17:20:25.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0a59a756-8f1c-4283-8fe0-c1d70b99525e>. 12:20:25 17:20:25.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0a59a756-8f1c-4283-8fe0-c1d70b99525e>. 12:20:25 17:20:25.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.781S> interval (min=<PT5M>) 12:20:25 17:20:25.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:25 17:20:25.473 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.475 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 12:20:25 17:20:25.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 12:20:25 17:20:25.485 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.486 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-01-25T17:20:25.486531007Z, connectivityStatus=null]> 12:20:25 17:20:25.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-f5447324-719b-4ea2-9d8f-94ce81eb5e28> 12:20:25 17:20:25.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f5447324-719b-4ea2-9d8f-94ce81eb5e28>. 12:20:25 17:20:25.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f5447324-719b-4ea2-9d8f-94ce81eb5e28>. 12:20:25 17:20:25.504 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.504 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.505 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:25 17:20:25.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:25 17:20:25.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 12:20:25 17:20:25.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 12:20:25 17:20:25.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 12:20:25 17:20:25.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-0a59a756-8f1c-4283-8fe0-c1d70b99525e> 12:20:25 17:20:25.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-f5447324-719b-4ea2-9d8f-94ce81eb5e28> 12:20:28 17:20:28.583 [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. 12:20:28 17:20:28.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-6d461692-8b8a-4f5e-9f41-6b8dfc25c3f1> 12:20:28 17:20:28.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6d461692-8b8a-4f5e-9f41-6b8dfc25c3f1>. 12:20:28 17:20:28.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6d461692-8b8a-4f5e-9f41-6b8dfc25c3f1>. 12:20:28 17:20:28.602 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:28 17:20:28.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:28 17:20:28.605 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:28 17:20:28.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:28 17:20:28.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 12:20:28 17:20:28.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 12:20:28 17:20:28.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 12:20:28 17:20:28.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-6d461692-8b8a-4f5e-9f41-6b8dfc25c3f1> 12:20:31 17:20:31.683 [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. 12:20:31 17:20:31.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-f6068701-3ada-45b4-9655-7027884baee4> 12:20:31 17:20:31.703 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f6068701-3ada-45b4-9655-7027884baee4>. 12:20:31 17:20:31.703 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f6068701-3ada-45b4-9655-7027884baee4>. 12:20:31 17:20:31.707 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.709 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 12:20:31 17:20:31.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 12:20:31 17:20:31.711 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.712 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:20:31 17:20:31.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-3e047db3-2978-4e28-a989-3db95b25ad6e> 12:20:31 17:20:31.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-3e047db3-2978-4e28-a989-3db95b25ad6e>. 12:20:31 17:20:31.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-3e047db3-2978-4e28-a989-3db95b25ad6e>. 12:20:31 17:20:31.729 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.731 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:31 17:20:31.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:31 17:20:31.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor. 12:20:31 17:20:31.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor. 12:20:31 17:20:31.736 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers. 12:20:31 17:20:31.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-f6068701-3ada-45b4-9655-7027884baee4> 12:20:31 17:20:31.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-3e047db3-2978-4e28-a989-3db95b25ad6e> 12:20:34 17:20:34.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:20:34 17:20:34.786 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-01-25T17:18:42.862199583Z, 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]] 12:20:34 17:20:34.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-27beaf17-4a87-47c6-b48b-8561263b5903> 12:20:34 17:20:34.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-27beaf17-4a87-47c6-b48b-8561263b5903>. 12:20:34 17:20:34.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-27beaf17-4a87-47c6-b48b-8561263b5903>. 12:20:34 17:20:34.810 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.812 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.812 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-36741545-49ec-41f3-a14b-6268205551c8> 12:20:34 17:20:34.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-36741545-49ec-41f3-a14b-6268205551c8>. 12:20:34 17:20:34.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-36741545-49ec-41f3-a14b-6268205551c8>. 12:20:34 17:20:34.834 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.836 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 12:20:34 17:20:34.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a> 12:20:34 17:20:34.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a>. 12:20:34 17:20:34.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a>. 12:20:34 17:20:34.854 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.857 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:34 17:20:34.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:34 17:20:34.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a>. 12:20:34 17:20:34.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a>. 12:20:35 17:20:34.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-27beaf17-4a87-47c6-b48b-8561263b5903> 12:20:35 17:20:34.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-36741545-49ec-41f3-a14b-6268205551c8> 12:20:35 17:20:34.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-9eab9796-e311-49f0-aaa7-a50bef9f773a> 12:20:35 17:20:34.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-279d9351-45e0-4ea6-8d1f-919629b1eafa> 12:20:35 17:20:34.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-279d9351-45e0-4ea6-8d1f-919629b1eafa>. 12:20:35 17:20:34.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-279d9351-45e0-4ea6-8d1f-919629b1eafa>. 12:20:35 17:20:34.966 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:34.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:34.968 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:34.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:34.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-279d9351-45e0-4ea6-8d1f-919629b1eafa> 12:20:35 17:20:35.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-243129f8-c96a-438a-a0ed-c3214a7816c6> 12:20:35 17:20:35.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-243129f8-c96a-438a-a0ed-c3214a7816c6>. 12:20:35 17:20:35.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-243129f8-c96a-438a-a0ed-c3214a7816c6>. 12:20:35 17:20:35.077 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:35.079 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:35.080 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-243129f8-c96a-438a-a0ed-c3214a7816c6>. 12:20:35 17:20:35.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-243129f8-c96a-438a-a0ed-c3214a7816c6> 12:20:35 17:20:35.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-a008980e-8b6b-4943-b08b-d8705a429806> 12:20:35 17:20:35.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a008980e-8b6b-4943-b08b-d8705a429806>. 12:20:35 17:20:35.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a008980e-8b6b-4943-b08b-d8705a429806>. 12:20:35 17:20:35.189 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:35.191 [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@2980bb9f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:35 17:20:35.193 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-a008980e-8b6b-4943-b08b-d8705a429806>. 12:20:35 17:20:35.194 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server. 12:20:35 17:20:35.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED> 12:20:35 17:20:35.194 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:20:35 17:20:35.194 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:20:35 17:20:35.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:35 17:20:35.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED> 12:20:35 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.803 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest 12:20:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest 12:20:35 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest 12:20:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest 12:20:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest 12:20:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest 12:20:35 17:20:35.219 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:35 17:20:35.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:35 17:20:35.274 [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-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429]'' 12:20:35 17:20:35.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:35 17:20:35.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:35 17:20:35.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-a008980e-8b6b-4943-b08b-d8705a429806> 12:20:35 17:20:35.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:35 17:20:35.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H40M58.416S> 12:20:35 17:20:35.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:35 17:20:35.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.574S> interval (min=<PT5M>) 12:20:35 17:20:35.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5> was recovered: null 12:20:35 17:20:35.288 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@544df4e8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5>: <[always-alive, priority-0]> 12:20:35 17:20:35.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:35 17:20:35.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-25T17:20:35.286408533Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5, revision=1, connectionId=connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5, connection=ImmutableConnection [id=connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:33295, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:35.286251712Z, created=2024-01-25T17:20:35.286251712Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/pa#-713177569]'' 12:20:35 17:20:35.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5> with <1> clients. 12:20:35 17:20:35.294 [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-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429]'' 12:20:35 17:20:35.295 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5> failed due to ConnectionFailedException: The Connection with ID 'connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5' failed to connect.. 12:20:35 17:20:35.295 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message 12:20:35 17:20:35.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5>: <[]> 12:20:35 17:20:35.299 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>. 12:20:35 17:20:35.300 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-01-25T17:20:35.297538460Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, version=2, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5, revision=2, connectionId=connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/pa#-713177569]'' 12:20:35 17:20:35.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5/connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5#-1006881429]'' 12:20:35 17:20:35.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a85607c7-c3d4-4556-ba03-b6c6b20b16c5> 12:20:35 17:20:35.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:35 17:20:35.380 [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-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139]'' 12:20:35 17:20:35.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:35 17:20:35.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:35 17:20:35.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H35M5.851S> 12:20:35 17:20:35.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:35 17:20:35.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.902S> interval (min=<PT5M>) 12:20:35 17:20:35.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b> was recovered: null 12:20:35 17:20:35.390 [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@4352164c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.391 [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-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b>: <[always-alive, priority-0]> 12:20:35 17:20:35.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:35 17:20:35.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-25T17:20:35.389394297Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b, revision=1, connectionId=connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b, connection=ImmutableConnection [id=connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41697, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:35.389254737Z, created=2024-01-25T17:20:35.389254737Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/pa#-2113814979]'' 12:20:35 17:20:35.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b> with <1> clients. 12:20:35 17:20:35.395 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b> failed due to ConnectionFailedException: The Connection with ID 'connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b' failed to connect.. 12:20:35 17:20:35.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139]'' 12:20:35 17:20:35.395 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message 12:20:35 17:20:35.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b>: <[]> 12:20:35 17:20:35.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>. 12:20:35 17:20:35.400 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b> failed due to ConnectionFailedException: The Connection with ID 'connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b' failed to connect.. 12:20:35 17:20:35.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 12:20:35 17:20:35.400 [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-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b/connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b#1392031139]'' 12:20:35 17:20:35.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5ef2c7fd-d8e4-4065-8200-d9acbbc61b1b> 12:20:35 17:20:35.454 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:35 17:20:35.465 [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-d2c420a4-e573-42b3-a854-8de88996412f/connection-d2c420a4-e573-42b3-a854-8de88996412f#-1003484337])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d2c420a4-e573-42b3-a854-8de88996412f/connection-d2c420a4-e573-42b3-a854-8de88996412f#-1003484337]'' 12:20:35 17:20:35.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:35 17:20:35.471 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:35 17:20:35.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H58.35S> 12:20:35 17:20:35.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:35 17:20:35.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.69S> interval (min=<PT5M>) 12:20:35 17:20:35.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d2c420a4-e573-42b3-a854-8de88996412f> was recovered: null 12:20:35 17:20:35.477 [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@54fd1fe2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.477 [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-d2c420a4-e573-42b3-a854-8de88996412f>: <[always-alive, priority-0]> 12:20:35 17:20:35.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:35 17:20:35.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-25T17:20:35.475813570Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-d2c420a4-e573-42b3-a854-8de88996412f, revision=1, connectionId=connection-d2c420a4-e573-42b3-a854-8de88996412f, connection=ImmutableConnection [id=connection-d2c420a4-e573-42b3-a854-8de88996412f, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:37753, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:35.475679026Z, created=2024-01-25T17:20:35.475679026Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d2c420a4-e573-42b3-a854-8de88996412f/connection-d2c420a4-e573-42b3-a854-8de88996412f/pa#-1592097466]'' 12:20:35 17:20:35.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d2c420a4-e573-42b3-a854-8de88996412f> with <1> clients. 12:20:35 17:20:35.481 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-d2c420a4-e573-42b3-a854-8de88996412f> failed due to ConnectionFailedException: The Connection with ID 'connection-d2c420a4-e573-42b3-a854-8de88996412f' failed to connect.. 12:20:35 17:20:35.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d2c420a4-e573-42b3-a854-8de88996412f/connection-d2c420a4-e573-42b3-a854-8de88996412f#-1003484337])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d2c420a4-e573-42b3-a854-8de88996412f/connection-d2c420a4-e573-42b3-a854-8de88996412f#-1003484337]'' 12:20:35 17:20:35.481 [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 12:20:35 17:20:35.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d2c420a4-e573-42b3-a854-8de88996412f> 12:20:35 17:20:35.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:35 17:20:35.573 [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-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597]'' 12:20:35 17:20:35.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:35 17:20:35.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:35 17:20:35.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H23M17.469S> 12:20:35 17:20:35.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:35 17:20:35.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.917S> interval (min=<PT5M>) 12:20:35 17:20:35.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599> was recovered: null 12:20:35 17:20:35.584 [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@4c9aca63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599>: <[always-alive, priority-0]> 12:20:35 17:20:35.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>. 12:20:35 17:20:35.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-25T17:20:35.582833413Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599, revision=1, connectionId=connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599, connection=ImmutableConnection [id=connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:43525, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:20:35.582689781Z, created=2024-01-25T17:20:35.582689781Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/pa#-1206483002]'' 12:20:35 17:20:35.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599> with <1> clients. 12:20:35 17:20:35.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597]'' 12:20:35 17:20:35.588 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599> failed due to ConnectionFailedException: The Connection with ID 'connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599' failed to connect.. 12:20:35 17:20:35.588 [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 12:20:35 17:20:35.591 [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@4c9aca63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:35 17:20:35.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599>: <[always-alive, priority-0]> 12:20:35 17:20:35.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>. 12:20:35 17:20:35.594 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599> failed due to ConnectionFailedException: The Connection with ID 'connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599' failed to connect.. 12:20:35 17:20:35.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-9b0e2d61-9fbb-479e-8a5a-52b6b0807599' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] 12:20:35 17:20:35.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599/connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599#-909602597]'' 12:20:35 17:20:35.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9b0e2d61-9fbb-479e-8a5a-52b6b0807599> 12:20:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest 12:20:35 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest 12:20:35 17:20:35.607 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true 12:20:35 17:20:35.607 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:35 17:20:35.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:35 17:20:35.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:35 17:20:35.703 [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-645eae2f-5f1d-4897-9bf1-8fa598135956/connection-645eae2f-5f1d-4897-9bf1-8fa598135956#-779032566])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-645eae2f-5f1d-4897-9bf1-8fa598135956/connection-645eae2f-5f1d-4897-9bf1-8fa598135956#-779032566]'' 12:20:35 17:20:35.703 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:35 17:20:35.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H10M12.34S> 12:20:35 17:20:35.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:35 17:20:35.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.228S> interval (min=<PT5M>) 12:20:35 17:20:35.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-645eae2f-5f1d-4897-9bf1-8fa598135956> was recovered: ImmutableConnection [id=connection-645eae2f-5f1d-4897-9bf1-8fa598135956, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41083, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=DELETED, revision=null, modified=2024-01-25T17:18:42.862199583Z, created=null] 12:20:35 17:20:35.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-645eae2f-5f1d-4897-9bf1-8fa598135956, correlationId=123, payload="always-alive"] 12:20:37 17:20:37.751 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-645eae2f-5f1d-4897-9bf1-8fa598135956> was deleted recently. Shutting Actor down ... 12:20:37 17:20:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-645eae2f-5f1d-4897-9bf1-8fa598135956> 12:20:37 17:20:37.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:20:37 17:20:37.849 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:20:37 17:20:37.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb/connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb#-247586731])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb/connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb#-247586731]'' 12:20:37 17:20:37.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false 12:20:37 17:20:37.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H2M22.471S> 12:20:37 17:20:37.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:37 17:20:37.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.806S> interval (min=<PT5M>) 12:20:37 17:20:37.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb> was recovered: ImmutableConnection [id=connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:37159, 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] 12:20:37 17:20:37.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb> with <1> clients. 12:20:37 17:20:37.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb]> 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 [{}]]> 12:20:37 17:20:37.907 [INFO ] [PekkoTestSystem-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.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 [{}]] 12:20:37 17:20:37.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb/connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb#-247586731])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb/connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb#-247586731]'' 12:20:37 17:20:37.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M5.188S> interval (min=<PT5M>) 12:20:37 17:20:37.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:37 17:20:37.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-43a8020f-a9d2-4587-9806-b8ae5d5a0bbb> 12:20:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.316 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest 12:20:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest 12:20:37 17:20:37.938 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:38 17:20:38.005 [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>. 12:20:38 17:20:38.007 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.028 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-b191b55, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}] 12:20:38 17:20:38.030 [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>. 12:20:38 17:20:38.110 [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>. 12:20:38 17:20:38.112 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=443d616e-b7cb-4800-a744-f3252371067c, response-required=false, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.136 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9bcabb9d-f769-4caa-bef9-63f7547b5218, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=2e0011a3-0883-47a2-8a9b-7e33cb21ebd0, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.209 [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>. 12:20:38 17:20:38.211 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=4438a2c7-146d-4c90-b804-ad813c55dcc6, content-type=application/json, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.283 [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>. 12:20:38 17:20:38.286 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ff830a84-3f81-4729-849b-15a30f03682f, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.310 [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>. 12:20:38 17:20:38.378 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <Faulty>: <The external message with content-type 'application/json' could not be mapped.> 12:20:38 17:20:38.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-166ce7a, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-166ce7a} 12:20:38 17:20:38.461 [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>. 12:20:38 17:20:38.465 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=dd20aee9-08e3-4d88-853e-790b07e260fe, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.555 [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>. 12:20:38 17:20:38.557 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["error"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=6663ce9e-c486-474e-abca-bd4d78e70af5, response-required=false, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <acknowledgement:label.not.declared> when processing external message with mapper <?>: <Cannot send acknowledgement with label <label>, which is not declared.> 12:20:38 17:20:38.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{ditto-inbound-payload-mapper=default, correlation-id=6663ce9e-c486-474e-abca-bd4d78e70af5, ditto-connection-id=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {} 12:20:38 17:20:38.631 [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>. 12:20:38 17:20:38.633 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-4d6f09d, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.648 [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>. 12:20:38 17:20:38.727 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a20af0f3-f8d5-43f4-a367-ef86ff30088c, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.829 [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>. 12:20:38 17:20:38.831 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:38 17:20:38.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=3b65b5c7-f98c-4a44-8235-c1af1a946482, source=integration:3b65b5c7-f98c-4a44-8235-c1af1a946482:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["integration:3b65b5c7-f98c-4a44-8235-c1af1a946482:hub-application/json","integration:application/json:hub-3b65b5c7-f98c-4a44-8235-c1af1a946482"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:38 17:20:38.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:20:39 17:20:38.914 [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>. 12:20:39 17:20:38.916 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:38.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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> 12:20:39 17:20:38.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["integration:1b33c35a-bbb9-42db-8b52-d6c2869979c3:hub-application/json"]}, correlation-id=5242cd5d-099d-4ec4-9faa-3bc4591f2bb0}] : with HeaderMapping Optional.empty : and external headers {} 12:20:39 17:20:38.999 [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>. 12:20:39 17:20:39.002 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:39.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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.> 12:20:39 17:20:39.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=cf1a74c0-845d-429a-b335-cc64113bb440, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["integration:cf1a74c0-845d-429a-b335-cc64113bb440:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {} 12:20:39 17:20:39.105 [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>. 12:20:39 17:20:39.191 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:39.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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.> 12:20:39 17:20:39.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=8292da08-d9ca-4044-aca7-554ccb09b868, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {content-type=application/json, correlation-id=8292da08-d9ca-4044-aca7-554ccb09b868} 12:20:39 17:20:39.282 [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>. 12:20:39 17:20:39.367 [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>. 12:20:39 17:20:39.370 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:39.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=6c1cb163-7154-4a10-aadf-be3bfaabbb2d, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:39 17:20:39.386 [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>. 12:20:39 17:20:39.452 [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>. 12:20:39 17:20:39.454 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:39.468 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-041a1e1, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:39 17:20:39.469 [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>. 12:20:39 17:20:39.609 [INFO ] [PekkoTestSystemWithCachingSignalEnrichmentProvider-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>. 12:20:39 17:20:39.738 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:20:39 17:20:39.751 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-63f59fe, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}] 12:20:39 17:20:39.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'some/invalid/target'.> 12:20:39 17:20:39.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-63f59fe, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-63f59fe} 12:20:39 17:20:39.820 [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>. 12:20:39 17:20:39.821 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'my:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions. 12:20:39 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest 12:20:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest 12:20:39 17:20:39.849 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:20:40 17:20:40.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M6.408S> interval (min=<PT5M>) 12:20:40 17:20:40.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:40 17:20:40.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.437S> interval (min=<PT5M>) 12:20:40 17:20:40.362 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.696S> interval (min=<PT5M>) 12:20:40 17:20:40.362 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.398S> interval (min=<PT5M>) 12:20:40 17:20:40.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:40 17:20:40.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:40 17:20:40.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:40 17:20:40.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:40 17:20:40.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.118S> interval (min=<PT5M>) 12:20:40 17:20:40.407 [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@7b3f0232]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:40 17:20:40.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:40 17:20:40.408 [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@7b3f0232]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:40 17:20:40.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:40 17:20:40.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:40 17:20:40.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:40 17:20:40.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:40 17:20:40.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:40 17:20:40.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:40 17:20:40.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:40 17:20:40.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:40 17:20:40.680 [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. 12:20:40 17:20:40.835 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid} 12:20:40 17:20:40.838 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:40 17:20:40.840 [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>. 12:20:40 17:20:40.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid}>, isSuccess=<true>, ackType=<1 accepted> 12:20:40 17:20:40.844 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 12:20:40 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 12:20:40 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 12:20:40 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384) 12:20:40 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48) 12:20:40 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173) 12:20:40 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:20:40 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:20:40 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:20:40 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 12:20:40 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 12:20:40 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:20:40 at java.base/java.lang.Thread.run(Thread.java:833) 12:20:40 17:20:40.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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]> 12:20:41 17:20:41.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:41 17:20:41.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M13.051S> interval (min=<PT5M>) 12:20:41 17:20:41.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:41 17:20:41.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.46S> interval (min=<PT5M>) 12:20:41 17:20:41.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.783S> interval (min=<PT5M>) 12:20:41 17:20:41.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.203S> interval (min=<PT5M>) 12:20:41 17:20:41.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65> 12:20:41 17:20:41.115 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65>. 12:20:41 17:20:41.115 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65>. 12:20:41 17:20:41.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M52.895S> interval (min=<PT5M>) 12:20:41 17:20:41.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:41 17:20:41.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:41 17:20:41.121 [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@1fa03df4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:41 17:20:41.121 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:41 17:20:41.123 [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@1fa03df4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:41 17:20:41.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:41 17:20:41.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:41 17:20:41.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:41 17:20:41.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:41 17:20:41.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]] 12:20:41 17:20:41.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:41 17:20:41.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:41 17:20:41.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:41 17:20:41.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65> 12:20:41 17:20:41.404 [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. 12:20:41 17:20:41.406 [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, reply-to=reply, correlation-id=cid} 12:20:41 17:20:41.407 [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, reply-to=reply, correlation-id=cid} 12:20:41 17:20:41.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-2a983bdb-cb62-4990-870d-b4a6d1c0dd65, 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}] 12:20:41 17:20:41.410 [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-2a983bdb-cb62-4990-870d-b4a6d1c0dd65, 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}] 12:20:41 17:20:41.410 [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>. 12:20:41 17:20:41.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:20:41 17:20:41.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M40.709S> interval (min=<PT5M>) 12:20:41 17:20:41.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:41 17:20:41.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.604S> interval (min=<PT5M>) 12:20:41 17:20:41.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.83S> interval (min=<PT5M>) 12:20:41 17:20:41.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.833S> interval (min=<PT5M>) 12:20:41 17:20:41.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:41 17:20:41.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:41 17:20:41.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:41 17:20:41.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:41 17:20:41.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.854S> interval (min=<PT5M>) 12:20:41 17:20:41.491 [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@44df4b60]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:41 17:20:41.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:41 17:20:41.492 [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@44df4b60]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:41 17:20:41.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:41 17:20:41.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:41 17:20:41.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:41 17:20:41.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:41 17:20:41.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:41 17:20:41.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:41 17:20:41.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:41 17:20:41.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:41 17:20:41.775 [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. 12:20:41 17:20:41.786 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234 12:20:42 17:20:42.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234 12:20:42 17:20:42.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:42 17:20:42.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M3.342S> interval (min=<PT5M>) 12:20:42 17:20:42.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.288S> interval (min=<PT5M>) 12:20:42 17:20:42.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:42 17:20:42.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.972S> interval (min=<PT5M>) 12:20:42 17:20:42.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.665S> interval (min=<PT5M>) 12:20:42 17:20:42.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:42 17:20:42.782 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:42 17:20:42.782 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:42 17:20:42.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.212S> interval (min=<PT5M>) 12:20:42 17:20:42.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:42 17:20:42.788 [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@12507b96]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:42 17:20:42.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:42 17:20:42.789 [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@12507b96]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:42 17:20:42.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:42 17:20:42.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:42 17:20:42.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:42 17:20:42.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:42 17:20:42.793 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:42 17:20:42.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:42 17:20:42.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:42 17:20:42.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:43 17:20:43.049 [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. 12:20:43 17:20:43.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]> 12:20:43 17:20:43.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:43 17:20:43.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M18.602S> interval (min=<PT5M>) 12:20:43 17:20:43.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:43 17:20:43.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.001S> interval (min=<PT5M>) 12:20:43 17:20:43.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.824S> interval (min=<PT5M>) 12:20:43 17:20:43.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.09S> interval (min=<PT5M>) 12:20:43 17:20:43.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:43 17:20:43.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:43 17:20:43.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:43 17:20:43.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:43 17:20:43.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M13.965S> interval (min=<PT5M>) 12:20:43 17:20:43.321 [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@27c1903e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:43 17:20:43.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:43 17:20:43.322 [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@27c1903e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:43 17:20:43.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:43 17:20:43.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:43 17:20:43.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:43 17:20:43.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:43 17:20:43.349 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:43 17:20:43.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:43 17:20:43.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:43 17:20:43.607 [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. 12:20:43 17:20:43.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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]> 12:20:43 17:20:43.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:43 17:20:43.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.035S> interval (min=<PT5M>) 12:20:43 17:20:43.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:43 17:20:43.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.853S> interval (min=<PT5M>) 12:20:43 17:20:43.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.498S> interval (min=<PT5M>) 12:20:43 17:20:43.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.925S> interval (min=<PT5M>) 12:20:43 17:20:43.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:43 17:20:43.872 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:43 17:20:43.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:43 17:20:43.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.484S> interval (min=<PT5M>) 12:20:43 17:20:43.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:43 17:20:43.878 [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@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:43 17:20:43.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:43 17:20:43.880 [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@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:43 17:20:43.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:43 17:20:43.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:43 17:20:43.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:43 17:20:43.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:43 17:20:43.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:43 17:20:43.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:43 17:20:43.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:43 17:20:43.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:43 17:20:43.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:43 17:20:43.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:44 17:20:43.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:44 17:20:44.163 [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. 12:20:44 17:20:44.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:44 17:20:44.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M59.22S> interval (min=<PT5M>) 12:20:44 17:20:44.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:44 17:20:44.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.221S> interval (min=<PT5M>) 12:20:44 17:20:44.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.672S> interval (min=<PT5M>) 12:20:44 17:20:44.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.56S> interval (min=<PT5M>) 12:20:44 17:20:44.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-f36d2ae8-3b5d-4189-b238-b384d3d45a11> 12:20:44 17:20:44.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f36d2ae8-3b5d-4189-b238-b384d3d45a11>. 12:20:44 17:20:44.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f36d2ae8-3b5d-4189-b238-b384d3d45a11>. 12:20:44 17:20:44.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:44 17:20:44.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.162S> interval (min=<PT5M>) 12:20:44 17:20:44.258 [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@3ea0a468]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:44 17:20:44.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:44 17:20:44.260 [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@3ea0a468]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:44 17:20:44.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:44 17:20:44.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:44 17:20:44.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:44 17:20:44.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-f36d2ae8-3b5d-4189-b238-b384d3d45a11> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]] 12:20:44 17:20:44.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:44 17:20:44.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:44 17:20:44.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:44 17:20:44.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-f36d2ae8-3b5d-4189-b238-b384d3d45a11> 12:20:44 17:20:44.540 [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. 12:20:44 17:20:44.543 [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, reply-to=reply, correlation-id=cid} 12:20:44 17:20:44.544 [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, reply-to=reply, correlation-id=cid} 12:20:44 17:20:44.545 [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-f36d2ae8-3b5d-4189-b238-b384d3d45a11, 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}] 12:20:44 17:20:44.546 [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-f36d2ae8-3b5d-4189-b238-b384d3d45a11, 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}] 12:20:44 17:20:44.547 [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>. 12:20:44 17:20:44.547 [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>. 12:20:44 17:20:44.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M36.758S> interval (min=<PT5M>) 12:20:44 17:20:44.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:44 17:20:44.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.115S> interval (min=<PT5M>) 12:20:44 17:20:44.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.144S> interval (min=<PT5M>) 12:20:44 17:20:44.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.542S> interval (min=<PT5M>) 12:20:44 17:20:44.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:44 17:20:44.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:44 17:20:44.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:44 17:20:44.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:44 17:20:44.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.157S> interval (min=<PT5M>) 12:20:44 17:20:44.628 [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@43969f77]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:44 17:20:44.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:44 17:20:44.630 [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@43969f77]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:44 17:20:44.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:44 17:20:44.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:44 17:20:44.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:44 17:20:44.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:44 17:20:44.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:44 17:20:44.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:44 17:20:44.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:44 17:20:44.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:44 17:20:44.913 [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. 12:20:44 17:20:44.916 [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, reply-to=reply, correlation-id=cid} 12:20:44 17:20:44.918 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:44 17:20:44.919 [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>. 12:20:44 17:20:44.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid}>, isSuccess=<false>, ackType=<2 rejected> 12:20:44 17:20:44.920 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 12:20:44 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 12:20:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 12:20:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385) 12:20:44 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52) 12:20:44 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184) 12:20:44 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:20:44 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:20:44 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:20:44 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 12:20:44 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 12:20:44 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:20:44 at java.base/java.lang.Thread.run(Thread.java:833) 12:20:45 17:20:44.923 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]> 12:20:45 17:20:45.121 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:45 17:20:45.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M51.189S> interval (min=<PT5M>) 12:20:45 17:20:45.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:45 17:20:45.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.481S> interval (min=<PT5M>) 12:20:45 17:20:45.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.101S> interval (min=<PT5M>) 12:20:45 17:20:45.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.997S> interval (min=<PT5M>) 12:20:45 17:20:45.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:45 17:20:45.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:45 17:20:45.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:45 17:20:45.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.491S> interval (min=<PT5M>) 12:20:45 17:20:45.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:45 17:20:45.196 [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@47af9e95]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:45 17:20:45.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:45 17:20:45.197 [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@47af9e95]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:45 17:20:45.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:45 17:20:45.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:45 17:20:45.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:45 17:20:45.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:45 17:20:45.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:45 17:20:45.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:45 17:20:45.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:45 17:20:45.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:45 17:20:45.216 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:45 17:20:45.216 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:45 17:20:45.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:45 17:20:45.476 [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. 12:20:45 17:20:45.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:45 17:20:45.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M23.367S> interval (min=<PT5M>) 12:20:45 17:20:45.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:45 17:20:45.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.659S> interval (min=<PT5M>) 12:20:45 17:20:45.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.679S> interval (min=<PT5M>) 12:20:45 17:20:45.521 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.848S> interval (min=<PT5M>) 12:20:45 17:20:45.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:45 17:20:45.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:45 17:20:45.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:45 17:20:45.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.802S> interval (min=<PT5M>) 12:20:45 17:20:45.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:45 17:20:45.553 [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@559c4017]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:45 17:20:45.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:45 17:20:45.554 [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@559c4017]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:45 17:20:45.555 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:45 17:20:45.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:45 17:20:45.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:45 17:20:45.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:45 17:20:45.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:45 17:20:45.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:45 17:20:45.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:45 17:20:45.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:45 17:20:45.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:45 17:20:45.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:45 17:20:45.833 [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. 12:20:45 17:20:45.835 [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, reply-to=reply, correlation-id=cid} 12:20:45 17:20:45.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid} 12:20:45 17:20:45.838 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:45 17:20:45.839 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:45 17:20:45.839 [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>. 12:20:45 17:20:45.840 [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>. 12:20:45 17:20:45.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M25.339S> interval (min=<PT5M>) 12:20:45 17:20:45.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:45 17:20:45.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M53.604S> interval (min=<PT5M>) 12:20:45 17:20:45.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.39S> interval (min=<PT5M>) 12:20:45 17:20:45.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.921S> interval (min=<PT5M>) 12:20:45 17:20:45.908 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {} 12:20:45 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. 12:20:45 at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81) 12:20:45 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103) 12:20:45 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231) 12:20:45 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 12:20:45 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238) 12:20:45 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) 12:20:45 at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236) 12:20:45 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:45 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:45 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:45 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:45 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:45 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:45 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:45 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:45 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:45 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:20:45 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:45 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:45 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:45 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:45 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:45 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:45 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:45 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:20:45 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:20:45 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:20:45 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:45 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:45 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:45 17:20:45.910 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {} 12:20:45 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. 12:20:45 at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81) 12:20:45 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103) 12:20:45 at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233) 12:20:45 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 12:20:45 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238) 12:20:45 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) 12:20:45 at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) 12:20:45 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236) 12:20:45 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:20:45 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:20:45 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:20:45 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:20:45 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:20:45 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:20:45 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:20:45 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:20:45 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:20:45 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:20:45 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:20:45 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:20:45 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:20:45 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:20:45 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:20:45 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:20:45 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:20:45 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:20:45 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:20:45 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:20:45 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:20:45 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:20:45 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:20:45 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:20:45 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:20:45 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:20:45 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:20:46 17:20:45.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.162S> interval (min=<PT5M>) 12:20:46 17:20:45.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:45.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.108S> interval (min=<PT5M>) 12:20:46 17:20:45.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.678S> interval (min=<PT5M>) 12:20:46 17:20:45.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.327S> interval (min=<PT5M>) 12:20:46 17:20:46.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.442S> interval (min=<PT5M>) 12:20:46 17:20:46.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.017 [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@2ab60e6b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.018 [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@2ab60e6b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.021 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL 12:20:46 17:20:46.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1462871116], cause=<ConnectionFailedException>: Failed to create session:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:46.021505671Z, connectivityStatus=null]> 12:20:46 17:20:46.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1462871116], cause=<ConnectionFailedException>: Failed to create session:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:46.021505671Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:20:46 17:20:46.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M36.885S> interval (min=<PT5M>) 12:20:46 17:20:46.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.612S> interval (min=<PT5M>) 12:20:46 17:20:46.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.117S> interval (min=<PT5M>) 12:20:46 17:20:46.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.093S> interval (min=<PT5M>) 12:20:46 17:20:46.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.090 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.090 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.067S> interval (min=<PT5M>) 12:20:46 17:20:46.096 [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@21528417]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.097 [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@21528417]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.097 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.101 [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] 12:20:46 17:20:46.101 [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#-1644514056], cause=<ConnectionFailedException>: Failed to consume sources: [amqp/source1-1, amqp/source1-0]. amqp/source1-1: FAIL, amqp/source1-0: FAIL. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:46.101221843Z, connectivityStatus=null]> 12:20:46 17:20:46.101 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#-1644514056], cause=<ConnectionFailedException>: Failed to consume sources: [amqp/source1-1, amqp/source1-0]. amqp/source1-1: FAIL, amqp/source1-0: FAIL. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:46.101221843Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:20:46 17:20:46.136 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M26.062S> interval (min=<PT5M>) 12:20:46 17:20:46.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.882S> interval (min=<PT5M>) 12:20:46 17:20:46.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.012S> interval (min=<PT5M>) 12:20:46 17:20:46.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M57.112S> interval (min=<PT5M>) 12:20:46 17:20:46.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.134S> interval (min=<PT5M>) 12:20:46 17:20:46.177 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3912f6e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.179 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3912f6e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.997S> interval (min=<PT5M>) 12:20:46 17:20:46.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.94S> interval (min=<PT5M>) 12:20:46 17:20:46.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.661S> interval (min=<PT5M>) 12:20:46 17:20:46.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.678S> interval (min=<PT5M>) 12:20:46 17:20:46.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.309S> interval (min=<PT5M>) 12:20:46 17:20:46.258 [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@3d41eab5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.259 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3d41eab5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.259 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:46 17:20:46.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:46 17:20:46.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:46 17:20:46.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:46 17:20:46.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:46 17:20:46.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:46 17:20:46.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#1656262893], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-25T17:20:46.264992527Z, connectivityStatus=null]> 12:20:46 17:20:46.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#1656262893], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-25T17:20:46.264992527Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING' 12:20:46 17:20:46.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#-1831965857], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-25T17:20:46.264991961Z, connectivityStatus=null]> 12:20:46 17:20:46.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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#-1831965857], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-25T17:20:46.264991961Z, connectivityStatus=null]. Reconnect was already triggered 12:20:46 17:20:46.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <misconfigured> in the client actor. 12:20:46 17:20:46.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.404 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M0.847S> interval (min=<PT5M>) 12:20:46 17:20:46.404 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.404 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.888S> interval (min=<PT5M>) 12:20:46 17:20:46.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.459S> interval (min=<PT5M>) 12:20:46 17:20:46.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.723S> interval (min=<PT5M>) 12:20:46 17:20:46.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.433 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:46 17:20:46.435 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:46 17:20:46.435 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:46 17:20:46.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.392S> interval (min=<PT5M>) 12:20:46 17:20:46.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.439 [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@56052a95]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.439 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.440 [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@56052a95]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.443 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:46 17:20:46.444 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:46 17:20:46.444 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:46 17:20:46.445 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:46 17:20:46.446 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:46 17:20:46.446 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:46 17:20:46.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.723 [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. 12:20:46 17:20:46.725 [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, reply-to=reply, correlation-id=cid} 12:20:46 17:20:46.727 [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, reply-to=reply, correlation-id=cid} 12:20:46 17:20:46.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:46 17:20:46.729 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:46 17:20:46.729 [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>. 12:20:46 17:20:46.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M13.239S> interval (min=<PT5M>) 12:20:46 17:20:46.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.722S> interval (min=<PT5M>) 12:20:46 17:20:46.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.042S> interval (min=<PT5M>) 12:20:46 17:20:46.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.295S> interval (min=<PT5M>) 12:20:46 17:20:46.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:46 17:20:46.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:46 17:20:46.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:46 17:20:46.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.918S> interval (min=<PT5M>) 12:20:46 17:20:46.803 [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@c7d48d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.803 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.805 [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@c7d48d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:46 17:20:46.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:46 17:20:46.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:46 17:20:46.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:46 17:20:46.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:46 17:20:46.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:46 17:20:46.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:46 17:20:46.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:46 17:20:46.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:47 17:20:47.086 [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. 12:20:47 17:20:47.091 [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]> 12:20:47 17:20:47.291 [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, reply-to=reply, correlation-id=cid} 12:20:47 17:20:47.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:47 17:20:47.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671 12:20:47 17:20:47.295 [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>. 12:20:47 17:20:47.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ... 12:20:47 17:20:47.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session. 12:20:47 17:20:47.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:47 17:20:47.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:47 17:20:47.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:47 17:20:47.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:47 17:20:47.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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]> 12:20:47 17:20:47.510 [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, reply-to=reply, correlation-id=cid} 12:20:47 17:20:47.513 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:47 17:20:47.514 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:47 17:20:47.514 [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>. 12:20:47 17:20:47.550 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M12.472S> interval (min=<PT5M>) 12:20:47 17:20:47.550 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:47 17:20:47.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.564S> interval (min=<PT5M>) 12:20:47 17:20:47.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.103S> interval (min=<PT5M>) 12:20:47 17:20:47.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M2.688S> interval (min=<PT5M>) 12:20:47 17:20:47.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:47 17:20:47.580 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:47 17:20:47.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:47 17:20:47.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2 12:20:47 17:20:47.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.798S> interval (min=<PT5M>) 12:20:47 17:20:47.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:47 17:20:47.589 [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@4bd1e211]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:47 17:20:47.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:47 17:20:47.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4bd1e211]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:47 17:20:47.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:47 17:20:47.594 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL 12:20:47 17:20:47.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#947286507], cause=<ConnectionFailedException>: Failed to create JMS connection:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:47.594085839Z, connectivityStatus=null]> 12:20:47 17:20:47.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#947286507], cause=<ConnectionFailedException>: Failed to create JMS connection:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:47.594085839Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:20:47 17:20:47.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M30.505S> interval (min=<PT5M>) 12:20:47 17:20:47.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:47 17:20:47.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.197S> interval (min=<PT5M>) 12:20:47 17:20:47.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.515S> interval (min=<PT5M>) 12:20:47 17:20:47.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.687S> interval (min=<PT5M>) 12:20:47 17:20:47.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:47 17:20:47.705 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:47 17:20:47.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:47 17:20:47.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:47 17:20:47.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:47 17:20:47.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:47 17:20:47.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.828S> interval (min=<PT5M>) 12:20:47 17:20:47.720 [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@c1c87aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:47 17:20:47.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:47 17:20:47.721 [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@c1c87aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:47 17:20:47.721 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:47 17:20:47.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:47 17:20:47.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:47 17:20:47.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:47 17:20:47.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:47.988 [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. 12:20:48 17:20:47.990 [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, reply-to=reply, correlation-id=cid} 12:20:48 17:20:47.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:48 17:20:47.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:20:48 17:20:47.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid}>, isSuccess=<true>, ackType=<1 accepted> 12:20:48 17:20:47.995 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message 12:20:48 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 12:20:48 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447) 12:20:48 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384) 12:20:48 at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48) 12:20:48 at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173) 12:20:48 at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) 12:20:48 at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) 12:20:48 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:20:48 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 12:20:48 at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163) 12:20:48 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:20:48 at java.base/java.lang.Thread.run(Thread.java:833) 12:20:48 17:20:47.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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]> 12:20:48 17:20:48.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:48 17:20:48.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M6.618S> interval (min=<PT5M>) 12:20:48 17:20:48.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.115S> interval (min=<PT5M>) 12:20:48 17:20:48.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.008S> interval (min=<PT5M>) 12:20:48 17:20:48.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M23.622S> interval (min=<PT5M>) 12:20:48 17:20:48.239 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:48 17:20:48.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:48 17:20:48.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:48.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.692S> interval (min=<PT5M>) 12:20:48 17:20:48.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.267 [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@328d4e58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.268 [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@328d4e58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:48 17:20:48.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:48 17:20:48.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]] 12:20:48 17:20:48.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:48 17:20:48.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:48 17:20:48.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:48 17:20:48.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:48.551 [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. 12:20:48 17:20:48.553 [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, reply-to=reply, correlation-id=cid} 12:20:48 17:20:48.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=application/vnd.eclipse.ditto+json, reply-to=reply, correlation-id=cid} 12:20:48 17:20:48.557 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:48 17:20:48.558 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:48 17:20:48.558 [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>. 12:20:48 17:20:48.559 [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>. 12:20:48 17:20:48.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.513S> interval (min=<PT5M>) 12:20:48 17:20:48.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.114S> interval (min=<PT5M>) 12:20:48 17:20:48.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.516S> interval (min=<PT5M>) 12:20:48 17:20:48.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.863S> interval (min=<PT5M>) 12:20:48 17:20:48.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:48.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.023S> interval (min=<PT5M>) 12:20:48 17:20:48.642 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.643 [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@5620b249]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.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@5620b249]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.647 [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@5620b249]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.648 [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@5620b249]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:48 17:20:48.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)> 12:20:48 17:20:48.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M10.645S> interval (min=<PT5M>) 12:20:48 17:20:48.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.645S> interval (min=<PT5M>) 12:20:48 17:20:48.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.936S> interval (min=<PT5M>) 12:20:48 17:20:48.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.676S> interval (min=<PT5M>) 12:20:48 17:20:48.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:48.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:48 17:20:48.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.225S> interval (min=<PT5M>) 12:20:48 17:20:48.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:48 17:20:48.738 [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@552f8086]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.740 [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@552f8086]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:48 17:20:48.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:48 17:20:48.742 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:48 17:20:48.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:48 17:20:48.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:48 17:20:48.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:48 17:20:48.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:48 17:20:48.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:48 17:20:48.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:48 17:20:48.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:49 17:20:49.004 [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. 12:20:49 17:20:49.006 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:49 17:20:49.007 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection 12:20:49 javax.jms.JMSException: FAIL 12:20:49 at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188) 12:20:49 at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495) 12:20:49 at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) 12:20:49 at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59) 12:20:49 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:20:49 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:20:49 at java.base/java.lang.Thread.run(Thread.java:833) 12:20:49 17:20:49.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M16.989S> interval (min=<PT5M>) 12:20:49 17:20:49.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:49 17:20:49.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.273S> interval (min=<PT5M>) 12:20:49 17:20:49.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.926S> interval (min=<PT5M>) 12:20:49 17:20:49.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.456S> interval (min=<PT5M>) 12:20:49 17:20:49.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:49 17:20:49.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:49 17:20:49.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:49 17:20:49.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M5.926S> interval (min=<PT5M>) 12:20:49 17:20:49.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:49 17:20:49.078 [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@ddf773d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:49 17:20:49.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:49 17:20:49.079 [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@ddf773d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:49 17:20:49.080 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:49 17:20:49.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:49 17:20:49.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:49 17:20:49.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:49 17:20:49.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:49 17:20:49.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:49 17:20:49.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:49 17:20:49.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:49 17:20:49.193 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:49 17:20:49.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:49 17:20:49.361 [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. 12:20:49 17:20:49.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:49 17:20:49.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:49 17:20:49.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:49 17:20:49.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:49 17:20:49.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:49 17:20:49.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:49 17:20:49.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:49 17:20:49.569 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:49 17:20:49.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:49 17:20:49.662 [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. 12:20:49 17:20:49.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:49 17:20:49.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:49 17:20:49.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:49 17:20:49.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:49 17:20:49.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:49 17:20:49.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:49 17:20:49.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:49 17:20:49.962 [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. 12:20:49 17:20:49.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:49 17:20:49.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:49 17:20:49.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:49 17:20:49.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:49 17:20:49.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:49 17:20:49.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:49 17:20:49.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:50 17:20:50.262 [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. 12:20:50 17:20:50.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:50 17:20:50.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:50 17:20:50.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:50 17:20:50.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:50 17:20:50.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:50 17:20:50.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:50 17:20:50.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:50 17:20:50.561 [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. 12:20:50 17:20:50.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:50 17:20:50.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:50 17:20:50.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:50 17:20:50.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:50 17:20:50.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:50 17:20:50.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:50 17:20:50.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:50 17:20:50.605 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators 12:20:50 17:20:50.851 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:50 17:20:50.862 [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. 12:20:50 17:20:50.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:50 17:20:50.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:50 17:20:50.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:50 17:20:50.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:50 17:20:50.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:50 17:20:50.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:50 17:20:50.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:51 17:20:51.036 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:51 17:20:51.116 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:51 17:20:51.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:51 17:20:51.162 [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. 12:20:51 17:20:51.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:51 17:20:51.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:51 17:20:51.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:51 17:20:51.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:51 17:20:51.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:51 17:20:51.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:51 17:20:51.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:51 17:20:51.196 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:51 17:20:51.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:51 17:20:51.386 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:51 17:20:51.461 [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. 12:20:51 17:20:51.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:51 17:20:51.463 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:51 17:20:51.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:51 17:20:51.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:51 17:20:51.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:51 17:20:51.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:51 17:20:51.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:51 17:20:51.741 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:51 17:20:51.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:51 17:20:51.761 [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. 12:20:51 17:20:51.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:51 17:20:51.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:51 17:20:51.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:51 17:20:51.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:51 17:20:51.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:51 17:20:51.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:51 17:20:51.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:52 17:20:52.061 [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. 12:20:52 17:20:52.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:52 17:20:52.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:52 17:20:52.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:52 17:20:52.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:52 17:20:52.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:52 17:20:52.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:52 17:20:52.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:52 17:20:52.362 [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. 12:20:52 17:20:52.362 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> closed. 12:20:52 17:20:52.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M53.654S> interval (min=<PT5M>) 12:20:52 17:20:52.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:52 17:20:52.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.4S> interval (min=<PT5M>) 12:20:52 17:20:52.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.793S> interval (min=<PT5M>) 12:20:52 17:20:52.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.691S> interval (min=<PT5M>) 12:20:52 17:20:52.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:52 17:20:52.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:52 17:20:52.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:52 17:20:52.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M39.27S> interval (min=<PT5M>) 12:20:52 17:20:52.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:52 17:20:52.461 [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@3e956aff]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:52 17:20:52.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:52 17:20:52.463 [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@3e956aff]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:52 17:20:52.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:52 17:20:52.467 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL 12:20:52 17:20:52.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1325276922], cause=<ConnectionFailedException>: Failed to connect JMS client:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:52.467040028Z, connectivityStatus=null]> 12:20:52 17:20:52.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1325276922], cause=<ConnectionFailedException>: Failed to connect JMS client:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-25T17:20:52.467040028Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:20:52 17:20:52.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M37.742S> interval (min=<PT5M>) 12:20:52 17:20:52.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:52 17:20:52.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M10.406S> interval (min=<PT5M>) 12:20:52 17:20:52.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M25.024S> interval (min=<PT5M>) 12:20:52 17:20:52.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.031S> interval (min=<PT5M>) 12:20:52 17:20:52.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:52 17:20:52.536 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:52 17:20:52.536 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:52 17:20:52.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.257S> interval (min=<PT5M>) 12:20:52 17:20:52.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:52 17:20:52.542 [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@176e791]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:52 17:20:52.542 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:52 17:20:52.543 [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@176e791]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:52 17:20:52.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:52 17:20:52.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:52 17:20:52.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:52 17:20:52.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]] 12:20:52 17:20:52.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:52 17:20:52.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:52 17:20:52.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:52 17:20:52.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:52 17:20:52.608 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:52 17:20:52.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:52 17:20:52.823 [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. 12:20:52 17:20:52.838 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached 12:20:52 17:20:52.839 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff. 12:20:52 17:20:52.840 [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#-724270073], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-01-25T17:20:52.839618237Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:20:52 17:20:52.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:52 17:20:52.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:52 17:20:52.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]] 12:20:52 17:20:52.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:52 17:20:52.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:52 17:20:52.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:52 17:20:52.964 [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, reply-to=reply, correlation-id=cid} 12:20:52 17:20:52.967 [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-97c2c76a-d77d-4978-ba27-3d46912f5169, 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}] 12:20:52 17:20:52.968 [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>. 12:20:52 17:20:52.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>! 12:20:52 17:20:52.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>! 12:20:52 17:20:52.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>! 12:20:53 17:20:53.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.234S> interval (min=<PT5M>) 12:20:53 17:20:53.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.519S> interval (min=<PT5M>) 12:20:53 17:20:53.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.805S> interval (min=<PT5M>) 12:20:53 17:20:53.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M40.773S> interval (min=<PT5M>) 12:20:53 17:20:53.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.323S> interval (min=<PT5M>) 12:20:53 17:20:53.036 [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@3c274971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.038 [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@3c274971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected 12:20:53 17:20:53.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers. 12:20:53 17:20:53.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]] 12:20:53 17:20:53.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:20:53 17:20:53.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:20:53 17:20:53.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:20:53 17:20:53.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.323 [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. 12:20:53 17:20:53.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:20:53 17:20:53.358 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M38.197S> interval (min=<PT5M>) 12:20:53 17:20:53.358 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.359 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.765S> interval (min=<PT5M>) 12:20:53 17:20:53.359 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.478S> interval (min=<PT5M>) 12:20:53 17:20:53.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.563S> interval (min=<PT5M>) 12:20:53 17:20:53.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.273S> interval (min=<PT5M>) 12:20:53 17:20:53.396 [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@13ff86bd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.398 [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@13ff86bd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.400 [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@13ff86bd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.401 [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@13ff86bd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - test timed out. 12:20:53 17:20:53.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:20:53 17:20:53.425 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:53 17:20:53.440 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M56.509S> interval (min=<PT5M>) 12:20:53 17:20:53.440 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.440 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.595S> interval (min=<PT5M>) 12:20:53 17:20:53.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.849S> interval (min=<PT5M>) 12:20:53 17:20:53.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.63S> interval (min=<PT5M>) 12:20:53 17:20:53.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.613S> interval (min=<PT5M>) 12:20:53 17:20:53.475 [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@450abf86]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.477 [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@450abf86]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.485 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:20:53 17:20:53.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M29.177S> interval (min=<PT5M>) 12:20:53 17:20:53.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.514S> interval (min=<PT5M>) 12:20:53 17:20:53.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.685S> interval (min=<PT5M>) 12:20:53 17:20:53.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M13.168S> interval (min=<PT5M>) 12:20:53 17:20:53.560 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.194S> interval (min=<PT5M>) 12:20:53 17:20:53.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.567 [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@2876c0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.569 [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@2876c0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 12:20:53 17:20:53.570 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:53 17:20:53.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M23.219S> interval (min=<PT5M>) 12:20:53 17:20:53.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.982S> interval (min=<PT5M>) 12:20:53 17:20:53.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.025S> interval (min=<PT5M>) 12:20:53 17:20:53.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.189S> interval (min=<PT5M>) 12:20:53 17:20:53.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.913S> interval (min=<PT5M>) 12:20:53 17:20:53.637 [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@db44b46]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.638 [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@db44b46]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:53 17:20:53.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:53 17:20:53.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:53 17:20:53.664 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:53 17:20:53.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:53 17:20:53.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.773 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:53 17:20:53.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M44.914S> interval (min=<PT5M>) 12:20:53 17:20:53.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:53 17:20:53.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M8.83S> interval (min=<PT5M>) 12:20:53 17:20:53.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M30.862S> interval (min=<PT5M>) 12:20:53 17:20:53.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.553S> interval (min=<PT5M>) 12:20:54 17:20:53.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:54 17:20:53.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:54 17:20:53.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:20:54 17:20:53.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:20:54 17:20:53.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.102S> interval (min=<PT5M>) 12:20:54 17:20:53.986 [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@5bf9b373]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:54 17:20:53.986 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:54 17:20:53.987 [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@5bf9b373]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:54 17:20:53.987 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:54 17:20:53.990 [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@5bf9b373]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:54 17:20:53.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:54 17:20:53.990 [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@5bf9b373]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:20:54 17:20:53.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:20:54 17:20:54.023 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:54 17:20:54.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:20:57 17:20:57.381 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:57 17:20:57.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:57 17:20:57.487 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:58 17:20:57.982 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:58 17:20:57.985 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:58 17:20:58.418 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:58 17:20:58.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:58 17:20:58.589 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:58 17:20:58.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:58 17:20:58.744 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:20:58 17:20:58.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:20:59 17:20:59.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-97c2c76a-d77d-4978-ba27-3d46912f5169' 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-97c2c76a-d77d-4978-ba27-3d46912f5169-test1#-1759909375]] 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 [{}]])> 12:21:09 17:21:09.110 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:40379 12:21:09 17:21:09.123 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect 12:21:09 17:21:09.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M20.576S> interval (min=<PT5M>) 12:21:09 17:21:09.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M17.861S> interval (min=<PT5M>) 12:21:09 17:21:09.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.347S> interval (min=<PT5M>) 12:21:09 17:21:09.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.376S> interval (min=<PT5M>) 12:21:09 17:21:09.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:21:09 17:21:09.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.203 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.53S> interval (min=<PT5M>) 12:21:09 17:21:09.203 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.205 [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@76abed47]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.207 [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@76abed47]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:21:09 17:21:09.340 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M38.953S> interval (min=<PT5M>) 12:21:09 17:21:09.340 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.340 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M47.502S> interval (min=<PT5M>) 12:21:09 17:21:09.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.914S> interval (min=<PT5M>) 12:21:09 17:21:09.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.211S> interval (min=<PT5M>) 12:21:09 17:21:09.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:21:09 17:21:09.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.35S> interval (min=<PT5M>) 12:21:09 17:21:09.374 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@27b30d54]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.376 [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@27b30d54]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:21:09 17:21:09.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M27.285S> interval (min=<PT5M>) 12:21:09 17:21:09.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.251S> interval (min=<PT5M>) 12:21:09 17:21:09.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.197S> interval (min=<PT5M>) 12:21:09 17:21:09.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.379S> interval (min=<PT5M>) 12:21:09 17:21:09.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-97c2c76a-d77d-4978-ba27-3d46912f5169> 12:21:09 17:21:09.555 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.555 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.274S> interval (min=<PT5M>) 12:21:09 17:21:09.560 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:21:09 17:21:09.561 [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@21a3cfaf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.562 [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@21a3cfaf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:21:09 17:21:09.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:21:09 17:21:09.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-97c2c76a-d77d-4978-ba27-3d46912f5169>. 12:21:09 17:21:09.564 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:21:09 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.72 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest 12:21:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest 12:21:09 17:21:09.568 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:21:09 17:21:09.633 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:09 17:21:09.637 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1460922713'. Will try to re-establish the static targets after some cool-down period 12:21:10 17:21:10.653 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:14 17:21:14.310 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:21:14 17:21:14.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:21:14 17:21:14.480 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:21:19 17:21:19.686 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:20 17:21:20.746 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:21:20 17:21:20.747 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:21:20 17:21:20.747 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:21:20 17:21:20.749 [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]> 12:21:20 17:21:20.750 [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]> 12:21:20 17:21:20.750 [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]> 12:21:20 17:21:20.751 [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]> 12:21:20 17:21:20.751 [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]> 12:21:20 17:21:20.752 [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. 12:21:20 17:21:20.813 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:20 17:21:20.813 [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-01-25T17:21:20.799854340Z, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}], metadata=null, entityId=ditto:thing, revision=30, thingId=ditto:thing], targets=[ImmutableTarget [address=outbound, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=outbound, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=30, timestamp=2024-01-25T17:21:20.799854340Z, 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 [{}]]] 12:21:20 17:21:20.813 [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-01-25T17:21:20.799854340Z, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}], metadata=null, entityId=ditto:thing, revision=30, thingId=ditto:thing], targets=[ImmutableTarget [address=outbound, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=outbound, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=30, timestamp=2024-01-25T17:21:20.799854340Z, 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 [{}]]] 12:21:20 17:21:20.813 [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: 1374151549'. Will try to re-establish the static targets after some cool-down period 12:21:20 17:21:20.814 [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) 12:21:20 17:21:20.814 [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) 12:21:21 17:21:21.829 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:30 17:21:30.891 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:21:30 17:21:30.891 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:21:30 17:21:30.891 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:21:30 17:21:30.893 [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]> 12:21:31 17:21:30.965 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:31 17:21:30.965 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created 12:21:31 17:21:30.966 [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]> 12:21:31 17:21:30.967 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]> 12:21:31 17:21:30.977 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms. 12:21:31 17:21:30.977 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 573946296'. Will try to re-establish the static targets after some cool-down period 12:21:32 17:21:31.988 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:32 17:21:32.478 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms. 12:21:32 17:21:32.478 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 573946296'. Will try to re-establish the static targets after some cool-down period 12:21:34 17:21:34.498 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:35 17:21:34.979 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms. 12:21:35 17:21:34.979 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 573946296'. Will try to re-establish the static targets after some cool-down period 12:21:39 17:21:38.998 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created 12:21:39 17:21:39.547 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:21:39 17:21:39.547 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:21:39 17:21:39.547 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:21:39 17:21:39.549 [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]> 12:21:39 17:21:39.622 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:21:39 17:21:39.622 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:21:39 17:21:39.622 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:21:39 17:21:39.623 [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]> 12:21:39 17:21:39.704 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created 12:21:39 17:21:39.704 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created 12:21:39 17:21:39.704 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created 12:21:39 17:21:39.705 [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]> 12:21:39 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.12 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest 12:21:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest 12:21:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest 12:21:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest 12:21:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest 12:21:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest 12:21:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest 12:21:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest 12:21:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest 12:21:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest 12:21:39 17:21:39.783 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:21:39 17:21:39.854 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:39 17:21:39.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, amqp.message.annotation:user-id=value} 12:21:39 17:21:39.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{user-id=value, correlation-id=cor-, ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, 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}] 12:21:39 17:21:39.872 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:21:40 17:21:39.948 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:40 17:21:40.028 [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>. 12:21:40 17:21:40.049 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:40 17:21:40.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:40 17:21:40.510 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:40 17:21:40.511 [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>. 12:21:40 17:21:40.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff. 12:21:41 17:21:41.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created. 12:21:41 17:21:41.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:41 17:21:41.736 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:42 17:21:42.099 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.103 [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-} 12:21:42 17:21:42.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, 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}] 12:21:42 17:21:42.112 [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>. 12:21:42 17:21:42.221 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, correlation-id=cor-} 12:21:42 17:21:42.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}] 12:21:42 17:21:42.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}] 12:21:42 17:21:42.230 [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>. 12:21:42 17:21:42.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}] 12:21:42 17:21:42.231 [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>. 12:21:42 17:21:42.231 [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>. 12:21:42 17:21:42.324 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.327 [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=text/plain, correlation-id=cor-} 12:21:42 17:21:42.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-97a802f6-8fc8-4a2e-b627-4225b0715fdb, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}] 12:21:42 17:21:42.331 [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>. 12:21:42 17:21:42.406 [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>. 12:21:42 17:21:42.427 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.530 [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>. 12:21:42 17:21:42.551 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:42 17:21:42.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:42 17:21:42.588 [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>. 12:21:42 17:21:42.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<true>, ackType=<1 accepted> 12:21:42 17:21:42.669 [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>. 12:21:42 17:21:42.690 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:42 17:21:42.725 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:42 17:21:42.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>. 12:21:42 17:21:42.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:38767/user/ackr0-cid#-603167729}]]>. 12:21:42 17:21:42.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency. 12:21:42 17:21:42.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]> 12:21:42 17:21:42.816 [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>. 12:21:42 17:21:42.837 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:42 17:21:42.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:42 17:21:42.872 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:42 17:21:42.873 [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>. 12:21:42 17:21:42.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:34945/user/ackr0-cid#-1258005282}]]>. 12:21:42 17:21:42.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'acknowledgement:request.timeout' when ExternalMessage was processed: The acknowledgement request reached the specified timeout of 1,000ms. - Try increasing the timeout and make sure that the requested acknowledgement is sent back in time. 12:21:42 17:21:42.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]> 12:21:43 17:21:42.946 [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>. 12:21:43 17:21:42.967 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:42.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.002 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>. 12:21:43 17:21:43.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:33523/user/ackr0-cid#1795330555}]]>. 12:21:43 17:21:43.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions. 12:21:43 17:21:43.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected> 12:21:43 17:21:43.079 [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>. 12:21:43 17:21:43.100 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.135 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.136 [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>. 12:21:43 17:21:43.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected> 12:21:43 17:21:43.221 [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>. 12:21:43 17:21:43.243 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.271 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.340 [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>. 12:21:43 17:21:43.361 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.388 [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.> 12:21:43 17:21:43.388 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.389 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.390 [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>. 12:21:43 17:21:43.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.486 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.513 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.514 [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>. 12:21:43 17:21:43.608 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.722 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.750 [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'.> 12:21:43 17:21:43.750 [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, 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-a91aa59c-28ab-49f2-91c5-5706befcc789, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {device_id=_invalid, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.824 [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>. 12:21:43 17:21:43.844 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:43 17:21:43.868 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:43 17:21:43.872 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.873 [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>. 12:21:43 17:21:43.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.874 [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>. 12:21:43 17:21:43.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:43 17:21:43.875 [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>. 12:21:44 17:21:43.937 [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>. 12:21:44 17:21:43.958 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:44 17:21:43.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test} 12:21:44 17:21:43.985 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:44 17:21:43.986 [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>. 12:21:44 17:21:43.986 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:21:44 17:21:44.073 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:21:44 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.325 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest 12:21:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest 12:21:44 17:21:44.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-5af4354f-2d05-443c-acc6-fb0d518381b4> closed. 12:21:44 17:21:44.190 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection. 12:21:44 java.lang.IllegalStateException: failureOnCreateConsumer 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350) 12:21:44 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:21:44 at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180) 12:21:44 at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104) 12:21:44 at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711) 12:21:44 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:21:44 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:21:44 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:21:44 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:21:44 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:21:44 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:21:44 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 12:21:44 at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 12:21:44 at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 12:21:44 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:21:44 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:21:44 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:21:44 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:21:44 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:21:44 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:21:44 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 12:21:44 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 12:21:44 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:21:44 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:21:44 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) 12:21:44 at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) 12:21:44 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) 12:21:44 at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) 12:21:44 at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29) 12:21:44 at scala.PartialFunction.applyOrElse(PartialFunction.scala:214) 12:21:44 at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29) 12:21:44 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) 12:21:44 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:21:44 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:21:44 at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229) 12:21:44 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:21:44 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:21:44 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:21:44 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:21:44 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:21:44 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:21:44 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:21:44 17:21:44.191 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer 12:21:44 17:21:44.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-5af4354f-2d05-443c-acc6-fb0d518381b4> closed. 12:21:44 17:21:44.271 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session 12:21:44 17:21:44.293 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection. 12:21:44 java.lang.IllegalStateException: failureOnJmsConnect 12:21:44 at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258) 12:21:44 at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29) 12:21:44 at scala.PartialFunction.applyOrElse(PartialFunction.scala:214) 12:21:44 at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213) 12:21:44 at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29) 12:21:44 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) 12:21:44 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:21:44 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:21:44 at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229) 12:21:44 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:21:44 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:21:44 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:21:44 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:21:44 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:21:44 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:21:44 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:21:44 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:21:44 17:21:44.293 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect 12:21:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest 12:21:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest 12:21:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest 12:21:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest 12:21:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest 12:21:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest 12:21:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest 12:21:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest 12:21:44 17:21:44.718 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:21:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest 12:21:45 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest 12:22:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.40 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest 12:22:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest 12:22:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest 12:22:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest 12:22:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest 12:22:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest 12:22:21 [INFO] [01/25/2024 17:22:21.785] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:22:21 [INFO] [01/25/2024 17:22:21.846] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:22:21 [INFO] [01/25/2024 17:22:21.891] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:22:21 [INFO] [01/25/2024 17:22:21.935] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:22:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest 12:22:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest 12:22:21 17:22:21.984 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:21 17:22:21.985 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:21 17:22:21.985 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:21 17:22:21.986 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:21 17:22:21.987 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:21 17:22:21.988 [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@225576cb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:22 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest 12:22:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest 12:22:22 17:22:22.005 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:22:22 17:22:22.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:22 17:22:22.594 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:22 17:22:22.595 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:22 17:22:22.602 [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@4f3aec6c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:22 17:22:22.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:22 17:22:22.603 [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@4f3aec6c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:22 17:22:22.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:22 17:22:22.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:22 17:22:22.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M19.541S> interval (min=<PT5M>) 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.706S> interval (min=<PT5M>) 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.119S> interval (min=<PT5M>) 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.867S> interval (min=<PT5M>) 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:22 17:22:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.469S> interval (min=<PT5M>) 12:22:22 17:22:22.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 12:22:22 17:22:22.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:23 17:22:23.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:23 17:22:23.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:23 17:22:23.638 [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. 12:22:23 17:22:23.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:23 17:22:23.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:23 17:22:23.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:23 17:22:23.689 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:23 17:22:23.689 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:23 17:22:23.695 [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@ea94e3d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:23 17:22:23.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:23 17:22:23.696 [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@ea94e3d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:23 17:22:23.696 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M18.905S> interval (min=<PT5M>) 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.225S> interval (min=<PT5M>) 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M8.817S> interval (min=<PT5M>) 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.587S> interval (min=<PT5M>) 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.961S> interval (min=<PT5M>) 12:22:23 17:22:23.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:23 17:22:23.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:23 17:22:23.701 [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 12:22:23 17:22:23.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:24 17:22:24.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:24 17:22:24.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:24 17:22:24.714 [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. 12:22:24 17:22:24.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:22:24 17:22:24.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:24 17:22:24.765 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:24 17:22:24.766 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:24 17:22:24.771 [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@3790c305]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:24 17:22:24.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:24 17:22:24.773 [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@3790c305]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:24 17:22:24.773 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M37.428S> interval (min=<PT5M>) 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.87S> interval (min=<PT5M>) 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.186S> interval (min=<PT5M>) 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.623S> interval (min=<PT5M>) 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.622S> interval (min=<PT5M>) 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:24 17:22:24.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:24 17:22:24.814 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:22:24 17:22:24.817 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:25 17:22:24.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:25 17:22:24.851 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:25 17:22:24.851 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:25 17:22:24.857 [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@6a248fba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:25 17:22:24.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:25 17:22:24.858 [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@6a248fba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:25 17:22:24.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M23.592S> interval (min=<PT5M>) 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M4.989S> interval (min=<PT5M>) 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.115S> interval (min=<PT5M>) 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M34.183S> interval (min=<PT5M>) 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:25 17:22:24.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.496S> interval (min=<PT5M>) 12:22:25 17:22:24.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:25 17:22:24.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 12:22:25 17:22:24.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:26 17:22:25.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:26 17:22:25.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:26 17:22:25.880 [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. 12:22:26 17:22:25.885 [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-eb354a23-f3cc-4315-b6ff-3501da60ee3b, 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}] 12:22:26 17:22:25.887 [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>. 12:22:26 17:22:25.891 [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]> 12:22:26 17:22:25.902 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] c.g.p.p.r.ConnectionActor - pekko://PekkoTestSystem/user/$a/rmq-connection1 lost connection to amqp://null@null:0/null 12:22:26 17:22:25.903 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected 12:22:26 17:22:25.903 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected 12:22:31 17:22:30.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection 12:22:31 17:22:30.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel 12:22:31 17:22:30.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:31 17:22:30.934 [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-eb354a23-f3cc-4315-b6ff-3501da60ee3b, 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}] 12:22:31 17:22:30.935 [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>. 12:22:31 17:22:30.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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]> 12:22:31 17:22:30.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:31 17:22:30.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-5221c026-113c-4167-b0db-64d0c1a9d0d1> 12:22:31 17:22:30.999 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-5221c026-113c-4167-b0db-64d0c1a9d0d1>. 12:22:31 17:22:31.000 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-5221c026-113c-4167-b0db-64d0c1a9d0d1>. 12:22:31 17:22:31.003 [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@1d23e126]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:31 17:22:31.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:31 17:22:31.005 [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@1d23e126]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:31 17:22:31.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M14.791S> interval (min=<PT5M>) 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M0.605S> interval (min=<PT5M>) 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.222S> interval (min=<PT5M>) 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.199S> interval (min=<PT5M>) 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.748S> interval (min=<PT5M>) 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:31 17:22:31.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:31 17:22:31.010 [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 12:22:31 17:22:31.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-5221c026-113c-4167-b0db-64d0c1a9d0d1> 12:22:32 17:22:32.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:32 17:22:32.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:32 17:22:32.009 [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. 12:22:32 17:22:32.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:32 17:22:32.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:32 17:22:32.060 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:32 17:22:32.061 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:32 17:22:32.061 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:32 17:22:32.067 [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@2152bc52]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:32 17:22:32.067 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:32 17:22:32.068 [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@2152bc52]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:32 17:22:32.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M25.863S> interval (min=<PT5M>) 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.667S> interval (min=<PT5M>) 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.13S> interval (min=<PT5M>) 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.706S> interval (min=<PT5M>) 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:32 17:22:32.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M45.939S> interval (min=<PT5M>) 12:22:32 17:22:32.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:32 17:22:32.073 [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 12:22:32 17:22:32.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:33 17:22:33.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:33 17:22:33.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:33 17:22:33.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:22:33 17:22:33.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:33 17:22:33.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel 12:22:34 17:22:34.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:34 17:22:34.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:34 17:22:34.186 [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. 12:22:34 17:22:34.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:34 17:22:34.188 [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 12:22:35 17:22:35.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:35 17:22:35.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:35 17:22:35.285 [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. 12:22:35 17:22:35.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:35 17:22:35.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:35 17:22:35.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:35 17:22:35.336 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:35 17:22:35.337 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:35 17:22:35.342 [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@122f503a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:35 17:22:35.342 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:35 17:22:35.343 [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@122f503a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:35 17:22:35.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:35 17:22:35.345 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M2.415S> interval (min=<PT5M>) 12:22:35 17:22:35.345 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.718S> interval (min=<PT5M>) 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.158S> interval (min=<PT5M>) 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.514S> interval (min=<PT5M>) 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.531S> interval (min=<PT5M>) 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:35 17:22:35.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:35 17:22:35.348 [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 12:22:35 17:22:35.463 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:36 17:22:36.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:36 17:22:36.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:36 17:22:36.362 [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. 12:22:36 17:22:36.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED> 12:22:36 17:22:36.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:36 17:22:36.412 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:36 17:22:36.413 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:36 17:22:36.418 [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@1d7cb48b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:36 17:22:36.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:36 17:22:36.419 [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@1d7cb48b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:36 17:22:36.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M10.046S> interval (min=<PT5M>) 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.909S> interval (min=<PT5M>) 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.858S> interval (min=<PT5M>) 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.235S> interval (min=<PT5M>) 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:36 17:22:36.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.373S> interval (min=<PT5M>) 12:22:36 17:22:36.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection 12:22:36 17:22:36.424 [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 12:22:36 17:22:36.539 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers. 12:22:37 17:22:37.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues... 12:22:37 17:22:37.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:22:37 17:22:37.439 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:22:37 17:22:37.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.487 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.487 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.492 [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@69f73cd3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.494 [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@69f73cd3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-25T17:22:37.496008592Z, connectivityStatus=null]> 12:22:37 17:22:37.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-25T17:22:37.496008592Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING> 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.321S> interval (min=<PT5M>) 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.748S> interval (min=<PT5M>) 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.875S> interval (min=<PT5M>) 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.557S> interval (min=<PT5M>) 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.145S> interval (min=<PT5M>) 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.555 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:22:37 17:22:37.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:37 17:22:37.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M7.644S> interval (min=<PT5M>) 12:22:37 17:22:37.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.383S> interval (min=<PT5M>) 12:22:37 17:22:37.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.687S> interval (min=<PT5M>) 12:22:37 17:22:37.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.364S> interval (min=<PT5M>) 12:22:37 17:22:37.570 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.571 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.361S> interval (min=<PT5M>) 12:22:37 17:22:37.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.576 [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@5ff9e0ab]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.577 [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@5ff9e0ab]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.582 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:22:37 17:22:37.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M42.557S> interval (min=<PT5M>) 12:22:37 17:22:37.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.415S> interval (min=<PT5M>) 12:22:37 17:22:37.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.664S> interval (min=<PT5M>) 12:22:37 17:22:37.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.62S> interval (min=<PT5M>) 12:22:37 17:22:37.630 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.630 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.095S> interval (min=<PT5M>) 12:22:37 17:22:37.636 [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@7f4f93f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.637 [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@7f4f93f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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. 12:22:37 17:22:37.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M25.532S> interval (min=<PT5M>) 12:22:37 17:22:37.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.77S> interval (min=<PT5M>) 12:22:37 17:22:37.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.007S> interval (min=<PT5M>) 12:22:37 17:22:37.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.283S> interval (min=<PT5M>) 12:22:37 17:22:37.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.688 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.048S> interval (min=<PT5M>) 12:22:37 17:22:37.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.693 [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@179fb802]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.695 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@179fb802]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.696 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.747 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M50.689S> interval (min=<PT5M>) 12:22:37 17:22:37.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M8.95S> interval (min=<PT5M>) 12:22:37 17:22:37.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.889S> interval (min=<PT5M>) 12:22:37 17:22:37.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:37 17:22:37.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.047S> interval (min=<PT5M>) 12:22:37 17:22:37.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:37 17:22:37.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:37 17:22:37.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.023S> interval (min=<PT5M>) 12:22:37 17:22:37.882 [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@10b4c657]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.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@10b4c657]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.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}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.886 [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@10b4c657]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:37 17:22:37.886 [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@10b4c657]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:37 17:22:37.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:38 17:22:37.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:42 17:22:42.655 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:22:42 17:22:42.813 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:22:43 17:22:42.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b' 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-eb354a23-f3cc-4315-b6ff-3501da60ee3b-test1#2101029473]] 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 [{}]])> 12:22:52 17:22:52.910 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:35781 12:22:52 17:22:52.913 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect 12:22:52 17:22:52.915 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:52 17:22:52.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M43.825S> interval (min=<PT5M>) 12:22:52 17:22:52.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:52 17:22:52.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M57.31S> interval (min=<PT5M>) 12:22:52 17:22:52.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.244S> interval (min=<PT5M>) 12:22:52 17:22:52.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:52 17:22:52.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.646S> interval (min=<PT5M>) 12:22:52 17:22:52.965 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:52 17:22:52.965 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:52 17:22:52.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.858S> interval (min=<PT5M>) 12:22:52 17:22:52.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:52 17:22:52.970 [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@5d1ea437]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:52 17:22:52.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:52 17:22:52.972 [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@5d1ea437]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:52 17:22:52.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:53 17:22:53.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:53 17:22:53.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M55.83S> interval (min=<PT5M>) 12:22:53 17:22:53.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:53 17:22:53.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.377S> interval (min=<PT5M>) 12:22:53 17:22:53.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M39.845S> interval (min=<PT5M>) 12:22:53 17:22:53.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:53 17:22:53.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.772S> interval (min=<PT5M>) 12:22:53 17:22:53.126 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.127 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.435S> interval (min=<PT5M>) 12:22:53 17:22:53.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:53 17:22:53.132 [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@7ec3d383]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:53 17:22:53.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:53 17:22:53.135 [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@7ec3d383]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:53 17:22:53.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:53 17:22:53.136 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M20.485S> interval (min=<PT5M>) 12:22:53 17:22:53.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:53 17:22:53.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.219S> interval (min=<PT5M>) 12:22:53 17:22:53.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.128S> interval (min=<PT5M>) 12:22:53 17:22:53.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b> 12:22:53 17:22:53.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.656S> interval (min=<PT5M>) 12:22:53 17:22:53.290 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.291 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:22:53 17:22:53.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.248S> interval (min=<PT5M>) 12:22:53 17:22:53.296 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@47e29db5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:53 17:22:53.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:53 17:22:53.298 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@47e29db5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:53 17:22:53.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:22:53 17:22:53.299 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-eb354a23-f3cc-4315-b6ff-3501da60ee3b>. 12:22:53 17:22:53.299 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:22:53 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.30 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest 12:22:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest 12:22:53 17:22:53.301 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:22:53 17:22:53.388 [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>. 12:22:53 17:22:53.409 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:53 17:22:53.487 [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>. 12:22:53 17:22:53.509 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:53 17:22:53.535 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:53 17:22:53.537 [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>. 12:22:53 17:22:53.613 [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>. 12:22:53 17:22:53.634 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:53 17:22:53.659 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:53 17:22:53.660 [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>. 12:22:53 17:22:53.660 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:37305/user/ackr0-cid#445009887}]]>. 12:22:53 17:22:53.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency. 12:22:53 17:22:53.737 [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>. 12:22:53 17:22:53.758 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:53 17:22:53.784 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:53 17:22:53.785 [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>. 12:22:53 17:22:53.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <AcknowledgementRequestTimeoutException [message='The acknowledgement request reached the specified timeout of 1,000ms.', errorCode=acknowledgement:request.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:36605/user/ackr0-cid#1741718839}]]>. 12:22:53 17:22:53.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'acknowledgement:request.timeout' when ExternalMessage was processed: The acknowledgement request reached the specified timeout of 1,000ms. - Try increasing the timeout and make sure that the requested acknowledgement is sent back in time. 12:22:53 17:22:53.860 [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>. 12:22:53 17:22:53.882 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:53 17:22:53.907 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:53 17:22:53.908 [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>. 12:22:53 17:22:53.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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:44445/user/ackr0-cid#-1243756360}]]>. 12:22:53 17:22:53.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions. 12:22:54 17:22:53.988 [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>. 12:22:54 17:22:54.009 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.035 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.036 [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>. 12:22:54 17:22:54.122 [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>. 12:22:54 17:22:54.143 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.161 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.235 [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>. 12:22:54 17:22:54.256 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'application/vnd.eclipse.ditto+json' could not be mapped.> 12:22:54 17:22:54.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] 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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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, device_id=ditto:thing, content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address} 12:22:54 17:22:54.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.276 [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>. 12:22:54 17:22:54.353 [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>. 12:22:54 17:22:54.371 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.388 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.389 [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>. 12:22:54 17:22:54.478 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.625 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.642 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.> 12:22:54 17:22:54.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=cid, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, device_id=_invalid, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-a91aa59c-28ab-49f2-91c5-5706befcc789, 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, device_id=_invalid, content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address} 12:22:54 17:22:54.725 [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>. 12:22:54 17:22:54.746 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.764 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.765 [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>. 12:22:54 17:22:54.765 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.766 [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>. 12:22:54 17:22:54.766 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.767 [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>. 12:22:54 17:22:54.833 [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>. 12:22:54 17:22:54.854 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:54 17:22:54.875 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.877 [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>. 12:22:54 17:22:54.877 [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-a91aa59c-28ab-49f2-91c5-5706befcc789, 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}] 12:22:54 17:22:54.878 [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>. 12:22:55 17:22:54.971 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:55 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.683 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest 12:22:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest 12:22:55 17:22:54.993 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:22:55 17:22:55.072 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.072 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.073 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.074 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.074 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.075 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.148 [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]> 12:22:55 17:22:55.217 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]> 12:22:55 17:22:55.284 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <RabbitMQTarget [exchange=replyTarget, routingKey=thing:id]> 12:22:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest 12:22:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest 12:22:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest 12:22:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest 12:22:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest 12:22:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest 12:22:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest 12:22:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest 12:22:57 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest 12:22:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest 12:22:57 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest 12:22:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest 12:22:57 17:22:57.349 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:22:57 17:22:57.409 [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>. 12:22:57 17:22:57.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>. 12:22:57 17:22:57.426 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=0333c038-57ba-46cb-81d8-e4f420d1183e, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:57 17:22:57.493 [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>. 12:22:57 17:22:57.495 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:57 17:22:57.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=efd5c89f-701f-4056-b6d5-00bab10726b7, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:57 17:22:57.576 [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>. 12:22:57 17:22:57.578 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:57 17:22:57.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=5c0ad60d-fede-437f-8c6a-3123bb9ec9f0, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:57 17:22:57.660 [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>. 12:22:57 17:22:57.662 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:57 17:22:57.676 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b0853f29-da0c-41d8-87f8-69a4a46dc6e2, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:57 17:22:57.744 [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>. 12:22:57 17:22:57.747 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:57 17:22:57.760 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=faf4b923-2ff6-4eac-bbbb-e95ae655a092, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:57 17:22:57.829 [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>. 12:22:57 17:22:57.831 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:57 17:22:57.845 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=138c1dbb-634a-43f3-90fe-a5390fae527a, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:57.946 [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>. 12:22:58 17:22:57.948 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:57.961 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a1dc32c8-1a0e-4360-8581-a7dbbe8aabfb, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.029 [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>. 12:22:58 17:22:58.031 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.045 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=39d018aa-ec38-4342-af1e-3ae3d5ea88cd, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.089 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds 12:22:58 17:22:58.090 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:22:58 17:22:58.112 [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>. 12:22:58 17:22:58.114 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.128 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d265f534-6479-4d10-9072-7cab220c276d, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.198 [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>. 12:22:58 17:22:58.200 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.214 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=0269ed93-ca92-4a44-be1a-d1bf744dc47e, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.281 [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>. 12:22:58 17:22:58.284 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=1e7140fc-d427-48bb-9d5f-e5040186a0ba, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.298 [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>. 12:22:58 17:22:58.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=1e7140fc-d427-48bb-9d5f-e5040186a0ba, 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:33701/user/ackr0-1e7140fc-d427-48bb-9d5f-e5040186a0ba#-483667391}]]>. 12:22:58 17:22:58.366 [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>. 12:22:58 17:22:58.369 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.382 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=bed9bb45-0d1d-41bc-b16b-85ad4a77cdda, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>. 12:22:58 17:22:58.453 [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>. 12:22:58 17:22:58.454 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.472 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9dcf780b-d7c9-48a6-b565-4adc75015c35, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID '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. 12:22:58 17:22:58.548 [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>. 12:22:58 17:22:58.550 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.563 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ed3721f2-25a1-49c9-8513-8f896a46ae2b, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.631 [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>. 12:22:58 17:22:58.633 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.646 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=279effbb-caa5-4c4d-9e37-9898ad1ea86f, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.647 [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>. 12:22:58 17:22:58.647 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=279effbb-caa5-4c4d-9e37-9898ad1ea86f, 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:41511/user/ackr0-279effbb-caa5-4c4d-9e37-9898ad1ea86f#1442033076}]]>. 12:22:58 17:22:58.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID '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. 12:22:58 17:22:58.718 [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>. 12:22:58 17:22:58.720 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>. 12:22:58 17:22:58.733 [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-c2e1ba5e-49de-4652-81e8-a66754b9ce82, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=107c5133-d038-4852-831c-b1fd86f55fc0, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}] 12:22:58 17:22:58.734 [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>. 12:22:58 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest 12:22:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest 12:22:58 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest 12:22:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest 12:22:58 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest 12:22:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest 12:22:58 17:22:58.950 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.959 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.963 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.971 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.974 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.980 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.986 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:58.999 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.003 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.013 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.058 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.088 [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@143491b8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest 12:22:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest 12:22:59 17:22:59.347 [WARN ] [HonoValidatorTest-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@631b99ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.349 [WARN ] [HonoValidatorTest-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@631b99ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.349 [WARN ] [HonoValidatorTest-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@631b99ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.350 [WARN ] [HonoValidatorTest-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@631b99ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 17:22:59.355 [WARN ] [HonoValidatorTest-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@631b99ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:22:59 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest 12:22:59 17:22:59.358 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:22:59 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest 12:22:59 17:22:59.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ... 12:22:59 17:22:59.860 [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 12:22:59 17:22:59.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ... 12:22:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest 12:22:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest 12:22:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest 12:22:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest 12:23:00 17:22:59.954 [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@4dffa5d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.044 [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@1f9c5705]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.124 [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@281345ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.199 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2e8d805a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.210 [INFO ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundDispatchingActor - No AcknowledgementForwarderActor found. Forwarding signal to proxy actor: <org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse> 12:23:00 17:23:00.261 [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@695427c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.436 [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@1bf174a5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.612 [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@53bae5fb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.699 [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@400ebf94]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 17:23:00.781 [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@c08dec]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:00 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest 12:23:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest 12:23:00 17:23:00.800 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:23:03 17:23:03.165 [WARN ] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Could not retrieve extra data due to: CompletionException org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://OutboundMappingProcessorActorTest/), Path(/user/connectivityRoot/edgeCommandForwarder)]] after [2000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply. 12:23:03 17:23:03.167 [ERROR] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Enrichment of <OutboundSignalWithSender [delegate=UnmappedOutboundSignal [source=ThingModified [type=things.events:thingModified, timestamp=1970-01-01T00:00:00Z, dittoHeaders=ImmutableDittoHeaders [{requested-acks=["source1","target1","target2","unknown"], ditto-ackgregator-address=pekko://OutboundMappingProcessorActorTest/system/testProbe-875#-613498387, 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#-613498387], 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#-613498387, response-required=false}]]>. 12:23:03 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. 12:23:03 Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed. 12:23:03 at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158) 12:23:03 at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120) 12:23:03 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:23:03 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:518) 12:23:03 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106) 12:23:03 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:514) 12:23:03 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:483) 12:23:03 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990) 12:23:03 at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974) 12:23:03 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:23:03 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:23:03 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 12:23:03 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 12:23:03 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 12:23:03 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:03 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:23:03 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335) 12:23:03 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:23:03 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:23:03 at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737) 12:23:03 at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491) 12:23:03 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:03 at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376) 12:23:03 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324) 12:23:03 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328) 12:23:03 at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280) 12:23:03 at java.base/java.lang.Thread.run(Thread.java:833) 12:23:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.528 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest 12:23:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest 12:23:03 17:23:03.332 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:23:03 17:23:03.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M57.259S> interval (min=<PT5M>) 12:23:03 17:23:03.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:23:03 17:23:03.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.861S> interval (min=<PT5M>) 12:23:03 17:23:03.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.345S> interval (min=<PT5M>) 12:23:03 17:23:03.751 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-7a8c35d2-121a-4df1-9bf7-bdce56fe2f62> 12:23:03 17:23:03.751 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.494S> interval (min=<PT5M>) 12:23:03 17:23:03.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7a8c35d2-121a-4df1-9bf7-bdce56fe2f62>. 12:23:03 17:23:03.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7a8c35d2-121a-4df1-9bf7-bdce56fe2f62>. 12:23:03 17:23:03.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:23:03 17:23:03.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.579S> interval (min=<PT5M>) 12:23:03 17:23:03.766 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.768 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:03 17:23:03.779 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:03 17:23:03.786 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:03 17:23:03.787 [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. 12:23:03 17:23:03.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 12:23:03 17:23:03.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:03 17:23:03.822 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-e07296a0-7b6f-431d-8407-83f14cde9017> 12:23:03 17:23:03.823 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e07296a0-7b6f-431d-8407-83f14cde9017>. 12:23:03 17:23:03.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e07296a0-7b6f-431d-8407-83f14cde9017>. 12:23:03 17:23:03.828 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.829 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:03 17:23:03.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:03 17:23:03.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:03 17:23:03.833 [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. 12:23:03 17:23:03.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-2bb47a69-6cd2-4278-bc9d-3eb96a0c30a1_8a050490-5f7e-4d8c-bdd0-d6e33714c6cf> 12:23:03 17:23:03.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2bb47a69-6cd2-4278-bc9d-3eb96a0c30a1>. 12:23:03 17:23:03.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2bb47a69-6cd2-4278-bc9d-3eb96a0c30a1>. 12:23:03 17:23:03.856 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.857 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:03 17:23:03.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:03 17:23:03.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:03 17:23:03.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-7a8c35d2-121a-4df1-9bf7-bdce56fe2f62> 12:23:03 17:23:03.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-e07296a0-7b6f-431d-8407-83f14cde9017> 12:23:03 17:23:03.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-2bb47a69-6cd2-4278-bc9d-3eb96a0c30a1> 12:23:04 17:23:04.904 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-c46a3d91-73b1-4c0b-a01e-584450206c34> 12:23:04 17:23:04.905 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c46a3d91-73b1-4c0b-a01e-584450206c34>. 12:23:04 17:23:04.905 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c46a3d91-73b1-4c0b-a01e-584450206c34>. 12:23:04 17:23:04.909 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.910 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.910 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:04 17:23:04.914 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:04 17:23:04.914 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:04 17:23:04.914 [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. 12:23:04 17:23:04.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:04 17:23:04.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-01-25T17:23:04.917254738Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:23:04 17:23:04.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:04 17:23:04.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:04 17:23:04.918 [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. 12:23:04 17:23:04.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-31f92960-8636-4175-9be7-45d4f25e7477> 12:23:04 17:23:04.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-31f92960-8636-4175-9be7-45d4f25e7477>. 12:23:04 17:23:04.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-31f92960-8636-4175-9be7-45d4f25e7477>. 12:23:04 17:23:04.937 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.938 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:04 17:23:04.943 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 12:23:04 17:23:04.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:04 17:23:04.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-6261bf67-ff19-4417-8c9a-26479f9f582b> 12:23:04 17:23:04.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-c46a3d91-73b1-4c0b-a01e-584450206c34> 12:23:04 17:23:04.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-31f92960-8636-4175-9be7-45d4f25e7477> 12:23:04 17:23:04.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6261bf67-ff19-4417-8c9a-26479f9f582b>. 12:23:04 17:23:04.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6261bf67-ff19-4417-8c9a-26479f9f582b>. 12:23:04 17:23:04.970 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.971 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:04 17:23:04.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:04 17:23:04.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:04 17:23:04.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:04.965682099Z, connectivityStatus=null]> 12:23:04 17:23:04.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:04 17:23:04.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:04.965682099Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:23:05 17:23:04.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-44564641-60e2-4791-919d-1fd76beb6108> 12:23:05 17:23:04.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-44564641-60e2-4791-919d-1fd76beb6108>. 12:23:05 17:23:04.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-44564641-60e2-4791-919d-1fd76beb6108>. 12:23:05 17:23:05.002 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:05 17:23:05.002 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:05 17:23:05.003 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:05 17:23:05.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:05 17:23:05.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:05 17:23:05.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:05 17:23:05.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:05 17:23:05.007 [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. 12:23:05 17:23:05.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-6261bf67-ff19-4417-8c9a-26479f9f582b> 12:23:05 17:23:05.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-44564641-60e2-4791-919d-1fd76beb6108> 12:23:05 17:23:05.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:05 17:23:05.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 12:23:06 17:23:06.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-ba0e1d1a-d254-4f8a-a72a-dadf43cc94ee> 12:23:06 17:23:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ba0e1d1a-d254-4f8a-a72a-dadf43cc94ee>. 12:23:06 17:23:06.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ba0e1d1a-d254-4f8a-a72a-dadf43cc94ee>. 12:23:06 17:23:06.047 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.049 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:06 17:23:06.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:06 17:23:06.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED. 12:23:06 17:23:06.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-21fb84ea-8146-4430-950b-15196516790e_3c95b1bb-1690-4f1d-b31a-518b885856a6> 12:23:06 17:23:06.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-21fb84ea-8146-4430-950b-15196516790e>. 12:23:06 17:23:06.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-21fb84ea-8146-4430-950b-15196516790e>. 12:23:06 17:23:06.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-ba0e1d1a-d254-4f8a-a72a-dadf43cc94ee> 12:23:06 17:23:06.072 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.073 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-21fb84ea-8146-4430-950b-15196516790e> 12:23:06 17:23:06.225 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M32.423S> interval (min=<PT5M>) 12:23:06 17:23:06.225 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:23:06 17:23:06.225 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M25.613S> interval (min=<PT5M>) 12:23:06 17:23:06.226 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.604S> interval (min=<PT5M>) 12:23:06 17:23:06.226 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-1cffd029-12dd-4534-a584-e59e94975894> 12:23:06 17:23:06.226 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.824S> interval (min=<PT5M>) 12:23:06 17:23:06.227 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1cffd029-12dd-4534-a584-e59e94975894>. 12:23:06 17:23:06.228 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1cffd029-12dd-4534-a584-e59e94975894>. 12:23:06 17:23:06.232 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.166S> interval (min=<PT5M>) 12:23:06 17:23:06.232 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())> 12:23:06 17:23:06.233 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2e171d26]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.233 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.234 [WARN ] [PekkoTestSystem-closableActorSystem-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@2e171d26]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.234 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.235 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.244 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:06 17:23:06.244 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:06 17:23:06.244 [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. 12:23:06 17:23:06.249 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:06 17:23:06.249 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:06 17:23:06.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-c40dc5e4-d396-41f2-914e-447195769ed7> 12:23:06 17:23:06.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c40dc5e4-d396-41f2-914e-447195769ed7>. 12:23:06 17:23:06.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c40dc5e4-d396-41f2-914e-447195769ed7>. 12:23:06 17:23:06.270 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.271 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b3dda445-be38-46df-b531-3a5342cc0dbd> 12:23:06 17:23:06.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b3dda445-be38-46df-b531-3a5342cc0dbd>. 12:23:06 17:23:06.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b3dda445-be38-46df-b531-3a5342cc0dbd>. 12:23:06 17:23:06.293 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.294 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:06 17:23:06.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:06 17:23:06.298 [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. 12:23:06 17:23:06.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-72c70f34-7cc6-4490-8d62-eb6aa1ab582c> 12:23:06 17:23:06.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-72c70f34-7cc6-4490-8d62-eb6aa1ab582c>. 12:23:06 17:23:06.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-72c70f34-7cc6-4490-8d62-eb6aa1ab582c>. 12:23:06 17:23:06.316 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.317 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:06 17:23:06.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:06 17:23:06.322 [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. 12:23:06 17:23:06.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient 12:23:06 17:23:06.322 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-72c70f34-7cc6-4490-8d62-eb6aa1ab582c] in state DISCONNECTING - status: open: disconnecting connection at 2024-01-25T17:23:06.322412871Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-909#1328916500] 12:23:06 17:23:06.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d94022a3-691e-43c0-9683-099043a1c0f8> 12:23:06 17:23:06.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d94022a3-691e-43c0-9683-099043a1c0f8>. 12:23:06 17:23:06.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d94022a3-691e-43c0-9683-099043a1c0f8>. 12:23:06 17:23:06.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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.340 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.341 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:06 17:23:06.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:06 17:23:06.342 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.345 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345674068Z, connectivityStatus=null]> 12:23:06 17:23:06.345 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345674068Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345683971Z, connectivityStatus=null]> 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345683971Z, connectivityStatus=null]. Reconnect was already triggered 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345686110Z, connectivityStatus=null]> 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.345686110Z, connectivityStatus=null]. Reconnect was already triggered 12:23:06 17:23:06.349 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-1cffd029-12dd-4534-a584-e59e94975894> 12:23:06 17:23:06.350 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:06 17:23:06.353 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:23:06 17:23:06.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-c40dc5e4-d396-41f2-914e-447195769ed7> 12:23:06 17:23:06.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b3dda445-be38-46df-b531-3a5342cc0dbd> 12:23:06 17:23:06.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-72c70f34-7cc6-4490-8d62-eb6aa1ab582c> 12:23:06 17:23:06.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d94022a3-691e-43c0-9683-099043a1c0f8> 12:23:06 17:23:06.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459545980Z, connectivityStatus=null]> 12:23:06 17:23:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459545980Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING' 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459561732Z, connectivityStatus=null]> 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459561732Z, connectivityStatus=null]. Reconnect was already triggered 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459563989Z, connectivityStatus=null]> 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.459563989Z, connectivityStatus=null]. Reconnect was already triggered 12:23:06 17:23:06.676 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:06 17:23:06.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687317057Z, connectivityStatus=null]> 12:23:06 17:23:06.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687317057Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687328833Z, connectivityStatus=null]> 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687328833Z, connectivityStatus=null]. Reconnect was already triggered 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687331003Z, connectivityStatus=null]> 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:06 17:23:06.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:06.687331003Z, connectivityStatus=null]. Reconnect was already triggered 12:23:07 17:23:07.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:07 17:23:07.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107647386Z, connectivityStatus=null]> 12:23:07 17:23:07.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107647386Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107660695Z, connectivityStatus=null]> 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107660695Z, connectivityStatus=null]. Reconnect was already triggered 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107663226Z, connectivityStatus=null]> 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:07.107663226Z, connectivityStatus=null]. Reconnect was already triggered 12:23:07 17:23:07.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:07 17:23:07.542 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-5111438a-fed1-4723-8b62-5ab86d4914c9> 12:23:07 17:23:07.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-5111438a-fed1-4723-8b62-5ab86d4914c9>. 12:23:07 17:23:07.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-5111438a-fed1-4723-8b62-5ab86d4914c9>. 12:23:07 17:23:07.547 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:07 17:23:07.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:07 17:23:07.548 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:07 17:23:07.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:07 17:23:07.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:07 17:23:07.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-5111438a-fed1-4723-8b62-5ab86d4914c9> 12:23:08 17:23:08.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:08 17:23:08.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:09 17:23:09.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:09 17:23:09.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:10 17:23:10.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:10 17:23:10.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:11 17:23:11.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:11 17:23:11.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:11 17:23:11.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:11 17:23:11.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:12 17:23:12.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:12 17:23:12.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect 12:23:12 17:23:12.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-56070487-90b1-4ade-be37-0ed3f5c59a29> 12:23:12 17:23:12.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-56070487-90b1-4ade-be37-0ed3f5c59a29>. 12:23:12 17:23:12.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-56070487-90b1-4ade-be37-0ed3f5c59a29>. 12:23:12 17:23:12.590 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:12 17:23:12.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:12 17:23:12.592 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:12 17:23:12.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:12 17:23:12.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:12 17:23:12.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:12 17:23:12.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:12 17:23:12.604 [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. 12:23:12 17:23:12.617 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b63a70ec-5e1e-4c77-bfd2-c3b1ee4c89b7> 12:23:12 17:23:12.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b63a70ec-5e1e-4c77-bfd2-c3b1ee4c89b7>. 12:23:12 17:23:12.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b63a70ec-5e1e-4c77-bfd2-c3b1ee4c89b7>. 12:23:12 17:23:12.621 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:12 17:23:12.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:12 17:23:12.622 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:12 17:23:12.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:12 17:23:12.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:12 17:23:12.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:12 17:23:12.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:12 17:23:12.626 [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. 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.626895247Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING' 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627174200Z, connectivityStatus=null]> 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627174200Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING' 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627178375Z, connectivityStatus=null]> 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627178375Z, connectivityStatus=null]. Reconnect was already triggered 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627180151Z, connectivityStatus=null]> 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.627180151Z, connectivityStatus=null]. Reconnect was already triggered 12:23:12 17:23:12.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-56070487-90b1-4ade-be37-0ed3f5c59a29> 12:23:12 17:23:12.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b63a70ec-5e1e-4c77-bfd2-c3b1ee4c89b7> 12:23:12 17:23:12.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:12 17:23:12.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854708628Z, connectivityStatus=null]> 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854708628Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854733852Z, connectivityStatus=null]> 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854733852Z, connectivityStatus=null]. Reconnect was already triggered 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854740042Z, connectivityStatus=null]> 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:12 17:23:12.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:12.854740042Z, connectivityStatus=null]. Reconnect was already triggered 12:23:13 17:23:13.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.268895925Z, connectivityStatus=null]> 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.269 [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-01-25T17:23:13.268895925Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.268906396Z, connectivityStatus=null]> 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.268906396Z, connectivityStatus=null]. Reconnect was already triggered 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.268908486Z, connectivityStatus=null]> 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.268908486Z, connectivityStatus=null]. Reconnect was already triggered 12:23:13 17:23:13.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692848870Z, connectivityStatus=null]> 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692848870Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING' 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692866469Z, connectivityStatus=null]> 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692866469Z, connectivityStatus=null]. Reconnect was already triggered 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692868691Z, connectivityStatus=null]> 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:13.692868691Z, connectivityStatus=null]. Reconnect was already triggered 12:23:13 17:23:13.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:13 17:23:13.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:14 17:23:14.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-0e4ac44d-7100-46eb-b845-1f76b550c26a> 12:23:14 17:23:14.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0e4ac44d-7100-46eb-b845-1f76b550c26a>. 12:23:14 17:23:14.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0e4ac44d-7100-46eb-b845-1f76b550c26a>. 12:23:14 17:23:14.127 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:14 17:23:14.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:14 17:23:14.128 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:14 17:23:14.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:14 17:23:14.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor. 12:23:14 17:23:14.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:14.134568352Z, connectivityStatus=null]> 12:23:14 17:23:14.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:14 17:23:14.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-25T17:23:14.134568352Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING' 12:23:14 17:23:14.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 12:23:14 17:23:14.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-0e4ac44d-7100-46eb-b845-1f76b550c26a> 12:23:14 17:23:14.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:14 17:23:14.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:14 17:23:14.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 12:23:14 17:23:14.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:14 17:23:14.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:14 17:23:14.636 [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. 12:23:15 17:23:14.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:15 17:23:14.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:15 17:23:15.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:15 17:23:15.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:15 17:23:15.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 12:23:15 17:23:15.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:15 17:23:15.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:16 17:23:16.038 [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. 12:23:16 17:23:16.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:16 17:23:16.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:16 17:23:16.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:16 17:23:16.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:17 17:23:17.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:17 17:23:17.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-0e4ac44d-7100-46eb-b845-1f76b550c26a> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect 12:23:17 17:23:17.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:17 17:23:17.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:17 17:23:17.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:17 17:23:17.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect 12:23:17 17:23:17.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection 12:23:17 17:23:17.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor. 12:23:17 17:23:17.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-8cd49018-e90d-42ac-8fcf-2d613daf1463> 12:23:17 17:23:17.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8cd49018-e90d-42ac-8fcf-2d613daf1463>. 12:23:17 17:23:17.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8cd49018-e90d-42ac-8fcf-2d613daf1463>. 12:23:17 17:23:17.757 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:17 17:23:17.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:17 17:23:17.758 [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@288557a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration. 12:23:17 17:23:17.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]> 12:23:17 17:23:17.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient 12:23:17 17:23:17.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection 12:23:17 17:23:17.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers. 12:23:17 17:23:17.762 [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. 12:23:17 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.43 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest 12:23:17 17:23:17.763 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:23:17 17:23:17.763 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:23:17 17:23:17.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest 12:23:17 17:23:17.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED> 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED> 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING> 12:23:17 17:23:17.765 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded. 12:23:17 17:23:17.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers 12:23:17 17:23:17.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming 12:23:17 17:23:17.767 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182) 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187) 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390) 12:23:17 at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144) 12:23:17 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:23:17 ... 18 common frames omitted 12:23:17 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 12:23:17 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:23:17 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 12:23:17 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 12:23:17 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 12:23:17 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:17 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:23:17 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504) 12:23:17 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:17 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:23:17 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 12:23:17 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 12:23:17 at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 12:23:17 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 12:23:17 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 12:23:17 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 12:23:17 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:23:17 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:23:17 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:23:17 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:23:17 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:23:17 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:23:17 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:23:17 17:23:17.768 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182) 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187) 12:23:17 at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610) 12:23:17 at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390) 12:23:17 at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144) 12:23:17 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:23:17 ... 18 common frames omitted 12:23:17 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state. 12:23:17 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) 12:23:17 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:23:17 at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) 12:23:17 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26) 12:23:17 at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23) 12:23:17 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484) 12:23:17 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:17 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:23:17 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504) 12:23:17 at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222) 12:23:17 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:23:17 at scala.concurrent.Promise.tryFailure(Promise.scala:117) 12:23:17 at scala.concurrent.Promise.tryFailure$(Promise.scala:117) 12:23:17 at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104) 12:23:17 at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:23:17 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789) 12:23:17 at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558) 12:23:17 at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558) 12:23:17 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729) 12:23:17 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654) 12:23:17 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:23:17 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:23:17 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:23:17 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:23:17 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:23:17 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:23:17 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:23:17 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:23:17 17:23:17.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-8cd49018-e90d-42ac-8fcf-2d613daf1463> 12:23:17 17:23:17.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0 12:23:17 17:23:17.772 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required .. 12:23:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest 12:23:17 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest 12:23:17 17:23:17.774 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:23:18 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest 12:23:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest 12:23:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest 12:23:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest 12:23:18 [INFO] [01/25/2024 17:23:18.266] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest 12:23:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest 12:23:18 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest 12:23:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest 12:23:18 17:23:18.577 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:23:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.30 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest 12:23:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest 12:23:30 17:23:30.881 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:23:31 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest 12:23:31 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest 12:23:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest 12:23:31 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest 12:23:31 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest 12:23:31 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest 12:23:31 [INFO] [01/25/2024 17:23:31.166] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] [01/25/2024 17:23:31.200] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] [01/25/2024 17:23:31.255] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] [01/25/2024 17:23:31.287] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] [01/25/2024 17:23:31.320] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] [01/25/2024 17:23:31.361] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest 12:23:31 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest 12:23:31 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=1050eff6-83f0-4fa9-a864-82b4d4b8df92}, 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":"1050eff6-83f0-4fa9-a864-82b4d4b8df92","content-type":"application/json"},"value":{"openedAt":"2024-01-25T17:23:31.569093046Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 12:23:31 testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 2.483695ms 12:23:31 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=c382e066-2c46-4b7b-801c-62e2eec312a3, version=2, content-type=application/json}]]] 12:23:31 testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.455787ms 12:23:31 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=53ddb658-837e-48e3-9a8c-1ec109f8a261}]]] 12:23:31 testPlainJavascriptIncomingMapping Duration: 4.627276ms 12:23:31 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=cf1952bd-d627-4482-b814-bb7a86c849bc}]]] 12:23:31 testPlainJavascriptIncomingMapping Duration: 0.568252ms 12:23:31 testEmptyJavascriptIncomingMapping Duration: 0.079191ms 12:23:31 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=fa548853-1677-4cd9-972d-64e8920e50c1}]]] 12:23:31 testWithProtobufJsJavascriptIncomingMapping Duration: 304.090321ms 12:23:31 testEmptyJavascriptOutgoingMapping Duration: 0.466798ms 12:23:31 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=69ef002e-11ee-467d-802c-a6e3223e80f8}, 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":"69ef002e-11ee-467d-802c-a6e3223e80f8","content-type":"application/json"},"value":{"deleteAt":"2024-01-25T17:23:31.895350775Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 12:23:31 testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 1.232251ms 12:23:32 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=070b0fcf-01f1-47c6-9fbd-78463240b2b1}]]] 12:23:32 testBinaryJavascriptIncomingMapping Duration: 1.228077ms 12:23:32 UnmodifiableExternalMessage [headers={ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE, ditto-message-direction=TO, correlation-id=50ef8ef2-fdf3-4fcf-b01c-5312e883e4fc, version=2, response-required=true, ditto-message-feature-id=SoftwareState, content-type=application/vnd.google.protobuf, ditto-message-subject=install}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (1170bytes)', internalHeaders=ImmutableDittoHeaders [{}]] 12:23:32 testWithProtobufJsJavascriptOutgoingMapping Duration: 123.055795ms 12:23:32 UnmodifiableExternalMessage [headers={content-type=application/octet-stream, correlation-id=524033ff-31ca-49c9-b925-c6b01330876d}, 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 [{}]] 12:23:32 testBinaryJavascriptOutgoingMapping Duration: 1.138819ms 12:23:32 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=bf2c1015-0b36-4acf-bd7d-d51d3a9acefe, version=2, content-type=application/json}]]] 12:23:32 testNoopJavascriptIncomingMapping Duration: 0.191807ms 12:23:32 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=1dc52c9d-5023-4178-b24a-7d39eceeab60}, 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 [{}]] 12:23:32 testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 1.020847ms 12:23:32 {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=cd24f6cf-8fa6-4ce1-8126-f46423bdcced} 12:23:32 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=cd24f6cf-8fa6-4ce1-8126-f46423bdcced}, 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":"cd24f6cf-8fa6-4ce1-8126-f46423bdcced","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 [{}]] 12:23:32 testNoopJavascriptOutgoingMapping Duration: 0.160023ms 12:23:32 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=40c83e34-2cd2-4f14-a2a5-7aa723ba49e0}]]] 12:23:32 testPlainJavascriptIncomingMapping Duration: 0.298678ms 12:23:32 HEADERS: ImmutableDittoHeaders [{correlation-id=826076a6-71ac-47d2-9615-ed44118ca71c, subject={{topic:action-subject}}, content-type=application/json}] 12:23:32 CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=826076a6-71ac-47d2-9615-ed44118ca71c, 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] 12:23:32 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=826076a6-71ac-47d2-9615-ed44118ca71c, subject={{topic:action-subject}}, content-type=application/json}]]] 12:23:32 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"826076a6-71ac-47d2-9615-ed44118ca71c","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}} 12:23:32 {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=826076a6-71ac-47d2-9615-ed44118ca71c} 12:23:32 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=826076a6-71ac-47d2-9615-ed44118ca71c}, 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":"826076a6-71ac-47d2-9615-ed44118ca71c","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 [{}]] 12:23:32 testNoopJavascriptOutgoingMapping Duration: 0.537592ms 12:23:32 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=642ea7e1-ef48-42d6-b00e-c37ae0b56d99}, 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 [{}]] 12:23:32 testPlainJavascriptOutgoingMapping Duration: 0.89826ms 12:23:32 HEADERS: ImmutableDittoHeaders [{correlation-id=2b425a96-0f25-49dc-972e-3cfb063ef414, subject={{topic:action-subject}}, response-required=false, content-type=application/json}] 12:23:32 CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=2b425a96-0f25-49dc-972e-3cfb063ef414, 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]] 12:23:32 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=2b425a96-0f25-49dc-972e-3cfb063ef414, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]] 12:23:32 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"2b425a96-0f25-49dc-972e-3cfb063ef414","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} 12:23:32 {response-required=false, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json, correlation-id=2b425a96-0f25-49dc-972e-3cfb063ef414} 12:23:32 UnmodifiableExternalMessage [headers={response-required=false, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json, correlation-id=2b425a96-0f25-49dc-972e-3cfb063ef414}, 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":"2b425a96-0f25-49dc-972e-3cfb063ef414","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 [{}]] 12:23:32 testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.674679ms 12:23:32 2572427 12:23:32 bytes length: 3 12:23:32 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=1059d988-301a-4cc3-bfbf-4a505599bcd1}]]] 12:23:32 testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 3.840629ms 12:23:32 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=ee9a3653-0e72-4183-ad6e-94c7cc9de3f1, version=2, content-type=application/json}]]] 12:23:32 testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.167145ms 12:23:32 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=dc1349c9-3c60-4be5-9678-4d57f77d11ba}, 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 [{}]] 12:23:32 testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.888554ms 12:23:32 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest 12:23:32 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest 12:23:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest 12:23:32 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest 12:23:32 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=e16190cf-281e-4e3b-951d-f9646891ce59}]]] 12:23:32 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=b63535e3-e213-42de-95ea-b003adf69f76}]]] 12:23:32 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=d0aa7ccd-93d4-4036-9396-35232ae357a4}]]] 12:23:32 42664720170 12:23:32 bytes length: 5 12:23:32 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, device_id=jmh-test, correlation-id=3660d5a8-081f-414c-a675-4761e927dff0}]]] 12:23:32 2572427 12:23:32 bytes length: 3 12:23:32 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=c43be780-924c-478f-8f35-87143be7d153}]]] 12:23:32 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=a479ba75-1d2e-4151-9770-739828d39fd7}]]] 12:23:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest 12:23:32 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest 12:23:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest 12:23:32 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest 12:23:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest 12:23:32 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest 12:23:32 ensureRecursionGetsAborted aborted after: 0.81373ms 12:23:33 ensureEndlessLoopGetsAborted aborted after: 502.114692ms 12:23:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest 12:23:33 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest 12:23:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest 12:23:33 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest 12:23:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest 12:23:34 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest 12:23:34 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest 12:23:34 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest 12:23:34 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest 12:23:34 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest 12:23:34 17:23:34.769 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute> 12:23:34 17:23:34.813 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing> 12:23:34 17:23:34.862 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute> 12:23:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest 12:23:34 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest 12:23:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest 12:23:34 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest 12:23:34 17:23:34.914 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625. 12:23:34 17:23:34.967 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long. 12:23:35 17:23:35.089 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid! 12:23:35 17:23:35.170 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved. 12:23:35 17:23:35.305 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long. 12:23:35 17:23:35.392 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set. 12:23:35 17:23:35.551 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set. 12:23:35 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest 12:23:35 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest 12:23:35 17:23:35.605 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found. 12:23:35 17:23:35.605 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found. 12:23:35 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest 12:23:35 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest 12:23:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest 12:23:35 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest 12:23:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest 12:23:35 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest 12:23:36 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest 12:23:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest 12:23:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest 12:23:36 [INFO] [01/25/2024 17:23:36.369] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.412] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.449] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.487] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.515] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.550] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.584] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.615] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.648] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.684] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.715] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.755] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.803] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] [01/25/2024 17:23:36.831] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:23:36 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest 12:23:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest 12:23:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest 12:23:36 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest 12:23:36 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest 12:23:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest 12:23:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest 12:23:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest 12:23:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest 12:23:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest 12:23:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest 12:23:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest 12:23:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest 12:23:37 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest 12:23:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest 12:23:37 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest 12:23:37 17:23:37.661 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 12:23:37 17:23:37.765 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-7] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:23:37 17:23:37.848 [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. 12:23:38 17:23:38.240 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false 12:23:48 Failed to stop [ConnectivityRootActorTest] within [10 seconds] 12:23:48 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children 12:23:48 ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination) 12:23:48 | toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers#-1685563783] 12:23:48 ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination) 12:23:48 | toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2137#616353386] 12:23:48 ⌊-> StreamSupervisor-2137 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination) 12:23:48 | toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2137/flow-7-0-ignoreSink#-1363658604] 12:23:48 | Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2137/flow-9-0-ignoreSink#-1204011438] 12:23:48 ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:23:48 ⌊-> flow-9-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:23:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.00 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest 12:23:50 [INFO] 12:23:50 [INFO] Results: 12:23:50 [INFO] 12:23:50 [WARNING] Tests run: 1700, Failures: 0, Errors: 0, Skipped: 3 12:23:50 [INFO] 12:23:50 [INFO] 12:23:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service --- 12:23:50 [INFO] 12:23:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service --- 12:23:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 12:23:50 [INFO] 12:23:50 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service --- 12:23:50 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:23:50 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:23:50 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:23:50 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:23:50 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:23:50 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:23:50 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:23:50 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:23:50 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:23:50 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:23:50 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:23:50 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:23:50 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:23:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:23:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:23:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:23:50 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:23:50 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:23:50 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:23:50 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar. 12:23:50 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar. 12:23:50 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar. 12:23:50 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar. 12:23:50 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar. 12:23:50 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar. 12:23:50 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar. 12:23:50 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar. 12:23:50 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:23:50 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:23:50 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar. 12:23:50 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. 12:23:50 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar. 12:23:50 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. 12:23:50 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar. 12:23:50 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:23:50 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar. 12:23:50 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar. 12:23:50 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:23:50 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:23:50 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar. 12:23:50 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:23:50 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:23:50 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:23:50 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar. 12:23:50 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar. 12:23:50 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar. 12:23:50 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar. 12:23:50 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar. 12:23:50 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar. 12:23:50 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:23:50 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:23:50 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:23:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:24:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:24:00 [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: 12:24:00 [WARNING] - META-INF/NOTICE.md 12:24:00 [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: 12:24:00 [WARNING] - META-INF/LICENSE.txt 12:24:00 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jcl-over-slf4j-2.0.11.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:24:00 [WARNING] - META-INF.versions.9.module-info 12:24:00 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/io.netty.versions.properties 12:24:00 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:24:00 [WARNING] - .cache/formatter-maven-cache.properties 12:24:00 [WARNING] jctools-core-2.1.2.jar, netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:24:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:24:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:24:00 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:24:00 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:24:00 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:24:00 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:24:00 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:24:00 [WARNING] agrona-1.15.1.jar, amqp-client-5.18.0.jar, annotations-16.0.3.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, dagger-2.27.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, eddsa-0.3.0.jar, failsafe-2.4.4.jar, fluency-core-2.6.5.jar, fluency-fluentd-2.6.5.jar, hivemq-mqtt-client-1.3.3.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-dataformat-msgpack-0.9.1.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, jakarta.jms-api-2.0.3.jar, janino-3.1.11.jar, jcl-over-slf4j-2.0.11.jar, jctools-core-2.1.2.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kafka-clients-3.5.1.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, msgpack-core-0.9.1.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-rabbitmq_2.13-7.0.0.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, phi-accural-failure-detector-0.0.5.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, rhino-runtime-1.7.14.jar, rxjava-2.2.21.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, snappy-java-1.1.10.1.jar, spray-json_2.13-1.3.6.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar, ssl-config-core_2.13-0.6.1.jar, zstd-jni-1.5.5-1.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/MANIFEST.MF 12:24:00 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:24:00 [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: 12:24:00 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:24:00 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/DISCLAIMER 12:24: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-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/LICENSE 12:24:00 [WARNING] proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:24:00 [WARNING] - META-INF/DEPENDENCIES 12:24:00 [WARNING] maven-shade-plugin has detected that some files are 12:24:00 [WARNING] present in two or more JARs. When this happens, only one 12:24:00 [WARNING] single version of the file is copied to the uber jar. 12:24:00 [WARNING] Usually this is not harmful and you can skip these warnings, 12:24:00 [WARNING] otherwise try to manually exclude artifacts based on 12:24:00 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:24:00 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:24:00 [INFO] Attaching shaded artifact. 12:24:00 [INFO] 12:24:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service --- 12:24:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:24:00 [INFO] No previous run data found, generating javadoc. 12:24:08 [WARNING] Javadoc Warnings 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.config; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] package org.eclipse.ditto.connectivity.service.util; 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment 12:24:08 [WARNING] protected final ActorSystem actorSystem; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment 12:24:08 [WARNING] protected final Config config; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment 12:24:08 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment 12:24:08 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment 12:24:08 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment 12:24:08 [WARNING] protected static boolean isError(final Adaptable adaptable) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment 12:24:08 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment 12:24:08 [WARNING] protected static boolean isResponse(final Adaptable adaptable) { 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl"); 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl"); 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) { 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) { 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement, 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement, 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateSourceQoS(final int qos, 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) { 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateTargetQoS(final int qos, 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected static void validateExtraFields(final Target target) { 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected 12:24:08 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data 12:24:08 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return 12:24:08 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected 12:24:08 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors( 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment 12:24:08 [WARNING] protected abstract ActorRef getPublisherActor(); 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal, 12:24:08 [WARNING] ^ 12:24:08 [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 12:24:08 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 = 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment 12:24:08 [WARNING] public interface ReconnectTimeoutStrategy { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment 12:24:08 [WARNING] protected final UUID actorUuid; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment 12:24:08 [WARNING] protected final ChildActorNanny childActorNanny; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment 12:24:08 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment 12:24:08 [WARNING] protected final ConnectionLogger connectionLogger; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment 12:24:08 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment 12:24:08 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment 12:24:08 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance()); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment 12:24:08 [WARNING] protected BaseClientActor(final Connection connection, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment 12:24:08 [WARNING] protected boolean canConnectViaSocket(final Connection connection) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment 12:24:08 [WARNING] protected ConnectivityConfig connectivityConfig() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment 12:24:08 [WARNING] protected final SshTunnelState getSshTunnelState() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment 12:24:08 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment 12:24:08 [WARNING] ACKREGATOR_STARTED, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment 12:24:08 [WARNING] ACKREGATOR_STOPPED, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment 12:24:08 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment 12:24:08 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment 12:24:08 [WARNING] INIT_COMPLETE, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment 12:24:08 [WARNING] RESUBSCRIBE, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment 12:24:08 [WARNING] SERVICE_REQUESTS_DONE, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment 12:24:08 [WARNING] SERVICE_UNBIND, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment 12:24:08 [WARNING] SHUTDOWN_TIMEOUT 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment 12:24:08 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment 12:24:08 [WARNING] public ConnectionFailure getFailure() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment 12:24:08 [WARNING] public boolean isSuccess() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment 12:24:08 [WARNING] public static InitializationResult success() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment 12:24:08 [WARNING] boolean canReconnect(); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment 12:24:08 [WARNING] Duration getNextBackoff(); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment 12:24:08 [WARNING] Duration getNextTimeout(); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment 12:24:08 [WARNING] void reset(); 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment 12:24:08 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment 12:24:08 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return 12:24:08 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment 12:24:08 [WARNING] protected final ConnectionId connectionId; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment 12:24:08 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment 12:24:08 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment 12:24:08 [WARNING] protected final ConnectionMonitor inboundMonitor; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment 12:24:08 [WARNING] protected final Source source; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment 12:24:08 [WARNING] protected final String sourceAddress; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment 12:24:08 [WARNING] protected BaseConsumerActor(final Connection connection, 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment 12:24:08 [WARNING] protected ResourceStatus getCurrentSourceStatus() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment 12:24:08 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment 12:24:08 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment 12:24:08 [WARNING] protected void resetResourceStatus() { 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment 12:24:08 [WARNING] protected final Connection connection; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment 12:24:08 [WARNING] protected final ConnectionConfig connectionConfig; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment 12:24:08 [WARNING] protected final ExpressionResolver connectionIdResolver; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment 12:24:08 [WARNING] protected final ConnectionLogger connectionLogger; 12:24:08 [WARNING] ^ 12:24:08 [WARNING] 100 warnings 12:24:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 12:24:08 [INFO] 12:24:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service --- 12:24:08 [INFO] Tests are skipped. 12:24:08 [INFO] 12:24:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service --- 12:24:08 [INFO] Tests are skipped. 12:24:08 [INFO] 12:24:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service --- 12:24:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 12:24:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes 12:24:09 [INFO] 12:24:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service --- 12:24:09 [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 12:24:09 [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 12:24:09 [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 12:24:09 [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 12:24:09 [INFO] 12:24:09 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- 12:24:09 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [68/77] 12:24:09 [INFO] from documentation/pom.xml 12:24:09 [INFO] --------------------------------[ pom ]--------------------------------- 12:24:09 [INFO] 12:24:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation --- 12:24:09 [INFO] 12:24:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation --- 12:24:09 [INFO] 12:24:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- 12:24:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/documentation/target/jacoco.exec 12:24:09 [INFO] 12:24:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation --- 12:24:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... 12:24:09 [INFO] 12:24:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation --- 12:24:09 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:24:09 [INFO] 12:24:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation --- 12:24:10 [INFO] Tests are skipped. 12:24:10 [INFO] 12:24:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation --- 12:24:10 [INFO] Tests are skipped. 12:24:10 [INFO] 12:24:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation --- 12:24:10 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:24:10 [INFO] 12:24:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation --- 12:24:10 [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 12:24:10 [INFO] 12:24:10 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- 12:24:10 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [69/77] 12:24:10 [INFO] from gateway/pom.xml 12:24:10 [INFO] --------------------------------[ pom ]--------------------------------- 12:24:10 [INFO] 12:24:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway --- 12:24:10 [INFO] 12:24:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway --- 12:24:10 [INFO] 12:24:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway --- 12:24: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/gateway/target/jacoco.exec 12:24:10 [INFO] 12:24:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway --- 12:24:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:24:10 [INFO] The goal is skip due to packaging 'pom' 12:24:10 [INFO] 12:24:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway --- 12:24:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT... 12:24:10 [INFO] 12:24:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway --- 12:24:10 [INFO] 12:24:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway --- 12:24:10 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:24:10 [INFO] 12:24:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway --- 12:24:10 [INFO] Tests are skipped. 12:24:10 [INFO] 12:24:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway --- 12:24:10 [INFO] Tests are skipped. 12:24:10 [INFO] 12:24:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway --- 12:24:10 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:24:10 [INFO] 12:24:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway --- 12:24:10 [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 12:24:10 [INFO] 12:24:10 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >----------------- 12:24:10 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT [70/77] 12:24:10 [INFO] from gateway/api/pom.xml 12:24:10 [INFO] --------------------------------[ jar ]--------------------------------- 12:24:10 [INFO] 12:24:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api --- 12:24:10 [INFO] 12:24:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api --- 12:24:10 [INFO] 12:24:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api --- 12:24: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/gateway/api/target/jacoco.exec 12:24:10 [INFO] 12:24:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api --- 12:24:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:24:10 [WARNING] 12:24:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:24:10 [WARNING] 12:24:10 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:24:10 [WARNING] 12:24:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:24:10 [INFO] 12:24:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api --- 12:24:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources 12:24:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:24:10 [INFO] 12:24:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api --- 12:24:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT... 12:24:10 [INFO] 12:24:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api --- 12:24:10 [INFO] Changes detected - recompiling the module! :dependency 12:24:10 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 12:24:10 [INFO] 12:24:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api --- 12:24:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources 12:24:10 [INFO] 12:24:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api --- 12:24:10 [INFO] Changes detected - recompiling the module! :dependency 12:24:10 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:24:10 [INFO] 12:24:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api --- 12:24:10 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:24:10 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/surefire-reports 12:24:10 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:24:10 [INFO] 12:24:10 [INFO] ------------------------------------------------------- 12:24:10 [INFO] T E S T S 12:24:10 [INFO] ------------------------------------------------------- 12:24:10 [INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest 12:24:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest 12:24:11 [INFO] 12:24:11 [INFO] Results: 12:24:11 [INFO] 12:24:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 12:24:11 [INFO] 12:24:11 [INFO] 12:24:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api --- 12:24:11 [INFO] 12:24:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api --- 12:24:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 12:24:11 [INFO] 12:24:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api --- 12:24:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:24:11 [INFO] No previous run data found, generating javadoc. 12:24:13 [WARNING] Javadoc Warnings 12:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment 12:24:13 [WARNING] package org.eclipse.ditto.gateway.api; 12:24:13 [WARNING] ^ 12:24:13 [WARNING] 1 warning 12:24:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 12:24:13 [INFO] 12:24:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api --- 12:24:13 [INFO] Tests are skipped. 12:24:13 [INFO] 12:24:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api --- 12:24:13 [INFO] Tests are skipped. 12:24:13 [INFO] 12:24:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api --- 12:24:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec 12:24:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes 12:24:13 [INFO] 12:24:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api --- 12:24:13 [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 12:24:13 [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 12:24:13 [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 12:24:13 [INFO] 12:24:13 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >------------- 12:24:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT [71/77] 12:24:13 [INFO] from internal/utils/http/pom.xml 12:24:13 [INFO] --------------------------------[ jar ]--------------------------------- 12:24:13 [INFO] 12:24:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http --- 12:24:13 [INFO] 12:24:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http --- 12:24:13 [INFO] 12:24:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http --- 12:24: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/http/target/jacoco.exec 12:24:13 [INFO] 12:24:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http --- 12:24:13 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:24:13 [WARNING] 12:24:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:24:13 [WARNING] 12:24:13 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:24:13 [WARNING] 12:24:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:24:13 [INFO] 12:24:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http --- 12:24:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources 12:24:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:24:13 [INFO] 12:24:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http --- 12:24:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT... 12:24:13 [INFO] 12:24:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http --- 12:24:13 [INFO] Changes detected - recompiling the module! :dependency 12:24:13 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:24:13 [INFO] 12:24:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http --- 12:24:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources 12:24:13 [INFO] 12:24:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http --- 12:24:13 [INFO] No sources to compile 12:24:13 [INFO] 12:24:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http --- 12:24:13 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:24:13 [INFO] No tests to run. 12:24:13 [INFO] 12:24:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http --- 12:24:13 [INFO] 12:24:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http --- 12:24:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 12:24:13 [INFO] 12:24:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http --- 12:24:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:24:13 [INFO] No previous run data found, generating javadoc. 12:24:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 12:24:14 [INFO] 12:24:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http --- 12:24:14 [INFO] Tests are skipped. 12:24:14 [INFO] 12:24:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http --- 12:24:14 [INFO] Tests are skipped. 12:24:14 [INFO] 12:24:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http --- 12:24:14 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:24:14 [INFO] 12:24:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http --- 12:24:14 [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 12:24:14 [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 12:24:14 [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 12:24:14 [INFO] 12:24:14 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- 12:24:14 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [72/77] 12:24:14 [INFO] from internal/utils/jwt/pom.xml 12:24:14 [INFO] --------------------------------[ jar ]--------------------------------- 12:24:15 [INFO] 12:24:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] 12:24:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] 12:24:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 12:24:15 [INFO] 12:24:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt --- 12:24:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:24:15 [WARNING] 12:24:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:24:15 [WARNING] 12:24:15 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:24:15 [WARNING] 12:24:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:24:15 [INFO] 12:24:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] Copying 2 resources from src/main/resources to target/classes 12:24:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:24:15 [INFO] 12:24:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT... 12:24:15 [INFO] 12:24:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] Changes detected - recompiling the module! :dependency 12:24:15 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:24:15 [INFO] 12:24:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources 12:24:15 [INFO] 12:24:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt --- 12:24:15 [INFO] Changes detected - recompiling the module! :dependency 12:24:15 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:24:15 [INFO] 12:24:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt --- 12:24:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:24:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/surefire-reports 12:24:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:24:15 [INFO] 12:24:15 [INFO] ------------------------------------------------------- 12:24:15 [INFO] T E S T S 12:24:15 [INFO] ------------------------------------------------------- 12:24:16 [INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest 12:24:16 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest 12:24:16 [INFO] 12:24:16 [INFO] Results: 12:24:16 [INFO] 12:24:16 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 12:24:16 [INFO] 12:24:16 [INFO] 12:24:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt --- 12:24:16 [INFO] 12:24:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt --- 12:24:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 12:24:16 [INFO] 12:24:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt --- 12:24:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:24:16 [INFO] No previous run data found, generating javadoc. 12:24:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 12:24:17 [INFO] 12:24:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt --- 12:24:17 [INFO] Tests are skipped. 12:24:17 [INFO] 12:24:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt --- 12:24:17 [INFO] Tests are skipped. 12:24:17 [INFO] 12:24:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt --- 12:24:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 12:24:17 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes 12:24:17 [INFO] 12:24:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt --- 12:24:17 [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 12:24:17 [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 12:24:17 [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 12:24:17 [INFO] 12:24:17 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- 12:24:17 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [73/77] 12:24:17 [INFO] from gateway/service/pom.xml 12:24:17 [INFO] --------------------------------[ jar ]--------------------------------- 12:24:19 [INFO] 12:24:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service --- 12:24:19 [INFO] 12:24:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service --- 12:24:19 [INFO] 12:24:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service --- 12:24: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/gateway/service/target/jacoco.exec 12:24:19 [INFO] 12:24:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service --- 12:24:19 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:24:19 [WARNING] 12:24:19 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:24:19 [WARNING] 12:24:19 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:24:19 [WARNING] 12:24:19 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:24:19 [INFO] 12:24:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service --- 12:24:19 [INFO] Copying 1 resource from src/main/resources to target/classes 12:24:19 [INFO] Copying 5 resources from src/main/resources to target/classes 12:24:19 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:24:19 [INFO] 12:24:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service --- 12:24:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT... 12:24:19 [INFO] 12:24:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service --- 12:24:19 [INFO] Changes detected - recompiling the module! :dependency 12:24:19 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes 12:24:21 [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. 12:24:21 [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. 12:24:21 [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. 12:24:21 [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. 12:24:21 [INFO] 12:24:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service --- 12:24:21 [INFO] Copying 18 resources from src/test/resources to target/test-classes 12:24:21 [INFO] 12:24:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service --- 12:24:21 [INFO] Changes detected - recompiling the module! :dependency 12:24:21 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes 12:24:23 [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. 12:24:23 [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. 12:24:23 [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. 12:24:23 [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. 12:24:23 [INFO] 12:24:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service --- 12:24:23 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:24:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports 12:24:23 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:24:23 [INFO] 12:24:23 [INFO] ------------------------------------------------------- 12:24:23 [INFO] T E S T S 12:24:23 [INFO] ------------------------------------------------------- 12:24:24 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest 12:24:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.319 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest 12:24:29 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest 12:24:29 17:24:29,700 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 12:24:29 17:24:29,702 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - No custom configurators were discovered as a service. 12:24:29 17:24:29,702 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 12:24:29 17:24:29,704 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 12:24:29 17:24:29,708 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 12:24:29 17:24:29,708 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 12:24:29 17:24:29,713 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 12:24:29 17:24:29,713 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 12:24:29 17:24:29,715 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 12:24:29 17:24:29,715 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 12:24:29 17:24:29,717 |-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] 12:24:29 17:24:29,858 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 12:24:30 17:24:30,178 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_DISABLE_SYSOUT_LOG")] evaluated to false on line 27 12:24:30 17:24:30,182 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_LOGSTASH_SERVER")] evaluated to false on line 51 12:24:30 17:24:30,187 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("DITTO_LOGGING_FILE_APPENDER").equals("true")] evaluated to false on line 68 12:24:30 17:24:30,189 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 12:24:30 17:24:30,189 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:24:30 17:24:30,200 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:24:30 17:24:30,242 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 12:24:30 17:24:30,243 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:24:30 17:24:30,243 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:24:30 17:24:30,243 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stash] 12:24:30 17:24:30,243 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender] 12:24:30 17:24:30,244 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [file] 12:24:30 17:24:30,244 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender] 12:24:30 17:24:30,245 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN 12:24:30 17:24:30,245 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN 12:24:30 17:24:30,245 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN 12:24:30 17:24:30,245 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG 12:24:30 17:24:30,246 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 12:24:30 17:24:30,246 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 12:24:30 17:24:30,246 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 12:24:30 17:24:30,247 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 12:24:30 17:24:30,247 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stash] to Logger[ROOT] 12:24:30 17:24:30,247 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [file] to Logger[ROOT] 12:24:30 17:24:30,247 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@3a7be13e - End of configuration. 12:24:30 17:24:30,249 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@193595b6 - Registering current configuration as safe fallback point 12:24:30 17:24:30,249 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 534 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 12:24:30 2024-01-25 17:24:30,251 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:33 2024-01-25 17:24:33,438 WARN [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-5d99641][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-5d99641 - 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-5d99641, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:46723/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-5d99641#1067854942, ditto-connection-id=00e64d6e-22a0-4889-9b48-687fbcd8ff17, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:a6f08074-e3bd-42b9-bde2-eb1483b5cf99, thing={}, thingPlainJson={}]. 12:24:37 2024-01-25 17:24:37,606 WARN [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-03f382a][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-03f382a - Received invalid response. Reason: Entity ID of live response <:02f7c4aa-ae3a-4c91-a4ec-d5cc26401c9d> differs from entity ID of command <:aa26488d-32c0-42da-83cf-6fac13508d23>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-03f382a, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:46723/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-03f382a#162125684, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:02f7c4aa-ae3a-4c91-a4ec-d5cc26401c9d, attributePointer=/manufacturer, attributeValue=null]. 12:24:37 2024-01-25 17:24:37,607 WARN [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-03f382a][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined. 12:24:41 2024-01-25 17:24:41,895 WARN [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-1ff6841][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-1ff6841 - 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-1ff6841, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:46723/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-1ff6841#-281445387, ditto-connection-id=59253150-8ff6-48b3-81ef-40102f815a38, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:91bc3eb3-f9cd-463d-9cfb-5f8d9346e4d8, thing={}, thingPlainJson={}]. 12:24:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.47 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest 12:24:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest 12:24:42 Jan 25, 2024 5:24:42 PM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId 12:24:42 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. 12:24:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest 12:24:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest 12:24:42 2024-01-25 17:24:42,054 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest 12:24:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest 12:24:42 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest 12:24:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest 12:24:42 2024-01-25 17:24:42,494 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:42 2024-01-25 17:24:42,670 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:42 2024-01-25 17:24:42,687 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 12:24:43 2024-01-25 17:24:43,352 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:43 2024-01-25 17:24:43,456 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:43 2024-01-25 17:24:43,506 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:43 2024-01-25 17:24:43,568 INFO [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-9e31424][] 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-9e31424}]]>! 12:24:43 2024-01-25 17:24:43,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:43 2024-01-25 17:24:43,690 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:43 2024-01-25 17:24:43,757 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:43 2024-01-25 17:24:43,799 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:43 2024-01-25 17:24:43,861 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:43,936 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:43,966 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,036 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,071 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,107 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,165 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,240 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,299 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,351 INFO [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-77e307c][] 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-77e307c}]]>! 12:24:44 2024-01-25 17:24:44,373 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,408 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,473 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,538 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,566 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,650 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,694 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,748 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,780 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 2024-01-25 17:24:44,838 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:44 2024-01-25 17:24:44,871 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:44 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.447 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest 12:24:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest 12:24:45 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:24:45 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest 12:24:45 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest 12:24:46 2024-01-25 17:24:45,961 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:46 2024-01-25 17:24:46,196 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:46 2024-01-25 17:24:46,258 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 12:24:46 2024-01-25 17:24:46,738 WARN [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective - DevOps resource is not secured 12:24:46 2024-01-25 17:24:46,744 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:46 2024-01-25 17:24:46,844 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:47 2024-01-25 17:24:46,956 WARN [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective - DevOps resource is not secured 12:24:47 2024-01-25 17:24:46,958 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest 12:24:47 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest 12:24:47 2024-01-25 17:24:47,081 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:47 2024-01-25 17:24:47,250 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:47 2024-01-25 17:24:47,275 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 12:24:47 2024-01-25 17:24:47,361 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest 12:24:47 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest 12:24:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest 12:24:48 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest 12:24:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest 12:24:48 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest 12:24:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest 12:24:48 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest 12:24:48 2024-01-25 17:24:48,402 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:48 2024-01-25 17:24:48,574 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:48 2024-01-25 17:24:48,591 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 12:24:48 2024-01-25 17:24:48,678 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:48 2024-01-25 17:24:48,752 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:48,960 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:49 2024-01-25 17:24:49,007 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,092 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:49 2024-01-25 17:24:49,171 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,253 INFO [ThingSearchRouteTest.countThingsShouldAssertBadRequest-548eafc][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count> 12:24:49 2024-01-25 17:24:49,258 INFO [ThingSearchRouteTest.countThingsShouldAssertBadRequest-548eafc][] 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-548eafc}]]>! 12:24:49 2024-01-25 17:24:49,295 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,376 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:49 2024-01-25 17:24:49,448 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,499 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest 12:24:49 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest 12:24:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest 12:24:49 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest 12:24:49 2024-01-25 17:24:49,669 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,762 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,776 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 12:24:49 2024-01-25 17:24:49,854 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:49 2024-01-25 17:24:49,866 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 12:24:50 2024-01-25 17:24:50,038 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:50 2024-01-25 17:24:50,283 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed. 12:24:50 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:50 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:50 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:50 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:50 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:50 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:50 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:50 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:50 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:50 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:50 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:50 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:50 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:50 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:50 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:50 2024-01-25 17:24:50,283 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed. 12:24:50 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:50 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:50 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:50 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:50 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:50 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:50 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:50 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:50 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:50 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:50 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:50 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:50 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:50 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:50 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:50 2024-01-25 17:24:50,319 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:50 2024-01-25 17:24:50,791 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:50 2024-01-25 17:24:50,899 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed. 12:24:50 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:50 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:50 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:50 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:50 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:50 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:50 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:50 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:50 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:50 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:50 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:50 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:50 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:50 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:50 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:50 2024-01-25 17:24:50,899 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed. 12:24:50 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:50 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:50 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:50 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:50 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:50 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:50 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:50 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:50 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:50 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:50 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:50 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:50 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:50 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:50 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:50 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:50 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:50 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:50 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:50 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:50 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:50 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:50 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:50 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:50 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:50,939 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,070 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,208 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,294 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. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,294 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. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,329 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,404 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,404 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,447 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,520 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,520 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,567 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,642 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,642 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,684 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,771 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,771 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed. 12:24:51 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:51 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:51 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:51 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:51 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:51 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:51 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:51 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:51 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:51 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:51 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:51 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:51 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:51 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:51 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:51 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:51 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:51 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:51 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:51 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:51 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:51 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:51 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:51 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:51 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:51 2024-01-25 17:24:51,808 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:51 2024-01-25 17:24:51,958 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,044 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed. 12:24:52 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:52 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:52 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:52 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:52 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:52 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:52 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:52 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:52 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:52 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:52 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:52 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:52 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:52 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:52 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:52 2024-01-25 17:24:52,044 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed. 12:24:52 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:52 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:52 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:52 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:52 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:52 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:52 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:52 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:52 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:52 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:52 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:52 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:52 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:52 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:52 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:52 2024-01-25 17:24:52,078 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,177 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,319 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,407 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed. 12:24:52 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:52 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:52 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:52 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:52 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:52 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:52 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:52 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:52 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:52 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:52 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:52 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:52 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:52 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:52 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:52 2024-01-25 17:24:52,407 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed. 12:24:52 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available. 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120) 12:24:52 at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106) 12:24:52 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322) 12:24:52 at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:52 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:52 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:52 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:52 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:52 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:52 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:52 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:52 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:52 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:52 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:52 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:52 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:52 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:52 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:52 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:52 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:52 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:24:52 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:52 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:52 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:52 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:52 [WARN] [01/25/2024 17:24:52.421] [ThingsSseRouteBuilderTest-pekko.actor.internal-dispatcher-9] [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 12:24:52 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.830 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest 12:24:52 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest 12:24:52 2024-01-25 17:24:52,490 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,657 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:52 2024-01-25 17:24:52,669 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 12:24:52 2024-01-25 17:24:52,837 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:52,899 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:52,964 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:52,999 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,063 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,100 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,172 INFO [ConnectionsRouteTest.testPostConnectionCommandWrongFails-19965fd][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/a717fabd-f2f7-4bbb-9fc7-89d1a0c6d029/command> 12:24:53 2024-01-25 17:24:53,210 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,268 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,310 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,371 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,410 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,473 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,512 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,569 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,602 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,668 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,712 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,781 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,838 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,885 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:53 2024-01-25 17:24:53,923 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:53 2024-01-25 17:24:53,979 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,013 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,076 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,114 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,173 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,204 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,290 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,341 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,389 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,438 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,493 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 2024-01-25 17:24:54,546 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,593 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:54 [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 12:24:54 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest 12:24:54 2024-01-25 17:24:54,661 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,710 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:24:54 2024-01-25 17:24:54,750 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:54 2024-01-25 17:24:54,762 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 12:24:55 2024-01-25 17:24:54,839 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:54,850 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 12:24:55 2024-01-25 17:24:55,080 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,087 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,285 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,307 INFO [9275e5aa-d90f-4a2d-86a8-42a60ffda213][] 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>. 12:24:55 2024-01-25 17:24:55,309 INFO [9275e5aa-d90f-4a2d-86a8-42a60ffda213][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 404 12:24:55 2024-01-25 17:24:55,387 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:55,446 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,446 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,449 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,513 INFO [1b4ca0af-9a53-4bc6-8926-c7dad16ee424][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 401 12:24:55 2024-01-25 17:24:55,548 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:55,597 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,597 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,600 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,602 INFO [05613bb2-2852-487a-8986-c9ab4a3d52fb][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 401 12:24:55 2024-01-25 17:24:55,647 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:55,699 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,700 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,751 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:55,813 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,813 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,817 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,844 INFO [db6c1082-ebab-451e-8c2a-4ae6143ae7ec][] 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]]>. 12:24:55 2024-01-25 17:24:55,852 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,880 INFO [db6c1082-ebab-451e-8c2a-4ae6143ae7ec][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 200 12:24:55 2024-01-25 17:24:55,906 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:55 2024-01-25 17:24:55,972 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,972 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:55 2024-01-25 17:24:55,975 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,976 INFO [f484e815-3662-49de-8ec7-b56a4e89d5af][] 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]]>. 12:24:55 2024-01-25 17:24:55,987 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:55 2024-01-25 17:24:55,989 INFO [f484e815-3662-49de-8ec7-b56a4e89d5af][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/whoami' was: 200 12:24:56 2024-01-25 17:24:56,013 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,082 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,082 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,085 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,088 INFO [b83403e7-e2e5-4aa2-a2a1-56cd5136be8e][] 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]]>. 12:24:56 2024-01-25 17:24:56,091 INFO [b83403e7-e2e5-4aa2-a2a1-56cd5136be8e][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of authorization subjects <101> exceeded the maximum allowed value <100>.', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=b83403e7-e2e5-4aa2-a2a1-56cd5136be8e, 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}]]>! 12:24:56 2024-01-25 17:24:56,092 INFO [b83403e7-e2e5-4aa2-a2a1-56cd5136be8e][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 431 12:24:56 2024-01-25 17:24:56,137 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,185 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,185 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,188 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,189 INFO [0873d4e1-a7ec-467c-a003-b5492e40ea3c][] 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=0873d4e1-a7ec-467c-a003-b5492e40ea3c}]]>! 12:24:56 2024-01-25 17:24:56,245 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,293 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,293 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,296 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,304 INFO [e22e2631-2cc4-41d6-9f3f-17db5293be63][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/health' was: 200 12:24:56 2024-01-25 17:24:56,344 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,391 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,392 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,394 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,394 INFO [7e71853e-cc61-444e-9ec5-a17eb5a71d0e][] 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>. 12:24:56 2024-01-25 17:24:56,395 INFO [7e71853e-cc61-444e-9ec5-a17eb5a71d0e][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/ws/2' was: 404 12:24:56 2024-01-25 17:24:56,420 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,490 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,491 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,493 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,496 INFO [961aeeba-6c54-4232-9884-891291015620][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404 12:24:56 2024-01-25 17:24:56,540 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,594 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,594 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,596 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,597 INFO [d8229b99-0ade-4976-b351-57a4b0545ee5][] 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>. 12:24:56 2024-01-25 17:24:56,597 INFO [d8229b99-0ade-4976-b351-57a4b0545ee5][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/cluster' was: 404 12:24:56 2024-01-25 17:24:56,652 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,699 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,700 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,702 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,702 INFO [52a895fc-1a60-4907-94d2-1675a420f622][] 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>. 12:24:56 2024-01-25 17:24:56,703 INFO [52a895fc-1a60-4907-94d2-1675a420f622][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 404 12:24:56 2024-01-25 17:24:56,745 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,793 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,793 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,797 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,799 INFO [0305cbf8-31c9-41d3-b057-7085d89dee68][] 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]]>. 12:24:56 2024-01-25 17:24:56,801 INFO [0305cbf8-31c9-41d3-b057-7085d89dee68][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <GatewayDuplicateHeaderException> occurred in gateway root route: <GatewayDuplicateHeaderException [message='<timeout> was provided as header as well as query parameter with divergent values!', errorCode=gateway:duplicate.header.field, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='A request must not contain multiple header fields with the same field name. For more information see RFC 7230 section 3.2.2.', href=https://tools.ietf.org/rfc/rfc7230.txt, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=0305cbf8-31c9-41d3-b057-7085d89dee68, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>! 12:24:56 2024-01-25 17:24:56,802 INFO [0305cbf8-31c9-41d3-b057-7085d89dee68][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400 12:24:56 2024-01-25 17:24:56,847 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:56 2024-01-25 17:24:56,900 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,901 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:56 2024-01-25 17:24:56,904 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,905 INFO [6c7c4514-6ed8-4e4e-9aad-fe2f83fd6217][] 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]]>. 12:24:56 2024-01-25 17:24:56,909 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:56 2024-01-25 17:24:56,911 INFO [6c7c4514-6ed8-4e4e-9aad-fe2f83fd6217][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 200 12:24:57 2024-01-25 17:24:56,964 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,040 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,040 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,043 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,059 INFO [9e895f69-c16c-425a-8436-f5a0182156ea][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 200 12:24:57 2024-01-25 17:24:57,091 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,154 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,154 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,156 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,157 INFO [044a72a9-d755-4b75-9b2f-bdd2cb0a11de][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/' was: 404 12:24:57 2024-01-25 17:24:57,184 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,239 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,239 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,241 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,243 INFO [29751ba1-06a7-41cd-8cc0-d720603d67a7][] 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]]>. 12:24:57 2024-01-25 17:24:57,246 INFO [29751ba1-06a7-41cd-8cc0-d720603d67a7][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/foo' was: 404 12:24:57 2024-01-25 17:24:57,269 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,316 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,316 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,318 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,336 INFO [cd37da77-81d6-4cc7-b88c-9b63528be08f][] 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>. 12:24:57 2024-01-25 17:24:57,336 INFO [cd37da77-81d6-4cc7-b88c-9b63528be08f][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things' was: 404 12:24:57 2024-01-25 17:24:57,361 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,403 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,404 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,406 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,408 INFO [96cfe530-88e4-428b-8e6e-34473e70e6b7][] 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]]>. 12:24:57 2024-01-25 17:24:57,417 INFO [96cfe530-88e4-428b-8e6e-34473e70e6b7][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/ws/2' was: 400 12:24:57 2024-01-25 17:24:57,454 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,494 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,494 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,497 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,498 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,501 INFO [d5ab4381-5183-4438-a25c-11fc99f0258a][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 200 12:24:57 2024-01-25 17:24:57,545 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,583 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,584 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,608 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,657 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,657 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,660 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,662 INFO [5d9c2d03-b9e0-43a3-9b99-8ef4ee7a398e][] 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]]>. 12:24:57 2024-01-25 17:24:57,666 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,670 INFO [5d9c2d03-b9e0-43a3-9b99-8ef4ee7a398e][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200 12:24:57 2024-01-25 17:24:57,691 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,744 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,744 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,747 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,748 INFO [a3672301-34d1-4ca5-9a33-aff1699f521d][] 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]]>. 12:24:57 2024-01-25 17:24:57,754 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <CommandHeaderInvalidException>! 12:24:57 2024-01-25 17:24:57,754 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 [{}]]>! 12:24:57 2024-01-25 17:24:57,755 INFO [a3672301-34d1-4ca5-9a33-aff1699f521d][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400 12:24:57 2024-01-25 17:24:57,782 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:57 2024-01-25 17:24:57,820 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,820 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:57 2024-01-25 17:24:57,839 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:57 2024-01-25 17:24:57,841 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]]>. 12:24:57 2024-01-25 17:24:57,843 INFO [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of bytes exceeded the maximum allowed value <5,120>!', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}, x-ditto-pre-authenticated=some-issuer:foo, x-correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}]]>! 12:24:57 2024-01-25 17:24:57,850 INFO [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 431 12:24:58 2024-01-25 17:24:57,874 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:57,911 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:57,911 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:57,913 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:57,914 INFO [0bc29bfc-08a4-41ff-bbfc-e5d7a9bc7187][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/doesNotExist' was: 404 12:24:58 2024-01-25 17:24:57,965 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,001 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,001 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,003 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,004 INFO [375ecb41-72bc-4f0a-b7ce-49f0f0f880de][] 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>. 12:24:58 2024-01-25 17:24:58,004 INFO [375ecb41-72bc-4f0a-b7ce-49f0f0f880de][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/health' was: 404 12:24:58 2024-01-25 17:24:58,036 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,072 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,072 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,074 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,076 INFO [283765cc-cb4c-43dd-bd67-8992f306938b][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/connections' was: 401 12:24:58 2024-01-25 17:24:58,099 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,145 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,145 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,147 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,151 INFO [1bdcd36c-b83b-437d-881c-c028e01dfcdc][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/health' was: 200 12:24:58 2024-01-25 17:24:58,171 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,206 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,206 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,208 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,209 INFO [74ac09b2-e001-463a-a3dc-00196076f52a][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/doesNotExist' was: 301 12:24:58 2024-01-25 17:24:58,247 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,283 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,283 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,289 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,294 INFO [e1742858-6934-43e2-92b1-353f9c54ea67][] 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]]>. 12:24:58 2024-01-25 17:24:58,297 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <ThingIdInvalidException>! 12:24:58 2024-01-25 17:24:58,297 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:4d1ab9ca-a85d-4d37-ad21-8af399159028:8fc882a9-7548-4b05-a2c6-2e1bab0631a4:005cab69-4054-45b3-8027-a31e33f70b02:158bd040-bf8f-40be-8e5e-30f98b12026f:6a757885-e27b-4853-83d7-e8af7624c1d3:9fe3e9c8-d243-4e26-bede-15e3ab48640e:27dd6c45-cabd-4611-ae92-7825c9df0352:e45be6ef-0761-45d3-9f31-5a31978516cd:87bc4478-2aab-48be-9211-7f546165aa70:1c2b8442-833d-41a8-a698-abb9207503fb:a506b6fd-24bd-4181-ac75-7b927dd61f70:259b5548-89b0-4b88-bfa3-a8eb6c827e32:de2c27ff-b2b1-4ee8-94de-6a1b8a8a81c0:5de20217-875b-4909-af6d-9346a6a40fb5:baf2e607-e457-4080-8780-c659f37a11a5:6208e04a-9be1-4d20-b694-de7929737b5e:1caf8b88-b2cb-45c9-b235-f8e74d464d3f:9e3bcf7e-d8a6-4491-a6d1-aaa310a0a602:72a6366d-086a-4684-9bd1-5d27106ce4e5:b572a83d-2cd5-4382-9635-c0e75f709070:d6652408-390b-4bc5-ba44-38e2cc0ed0b9:9791e93b-bd52-48c2-badf-e1ac36fed6b3:8ac050ef-f731-4253-9361-d2e8f8c60f6e:081dc7bd-0fea-447e-8aa9-208739c6d7e1:e97386b8-fbe2-44e2-bbc3-902daf7ed51a:582ce901-0c32-45d5-a1ce-e707fe8e37af:36409696-2e77-4c30-9adf-294f23ff69ff:43037704-901b-49e3-9a63-c7c8a2f076f8:f923a015-f82a-4c35-a375-aa0344c6e9fa:01190dcc-6177-4cb4-b70b-9d2b0c8684d3:cf55daab-87c5-4b3a-afc7-4db6348a3664:20500024-4aea-4412-8766-3566375b0dec:0d2f1b14-3278-48ba-a636-f99197e73607:c5230b93-b8a2-43e5-a3c4-ad69daa4916f:dee0c720-3600-4d1d-a6be-99d60ae6175a:3b43e727-c0d0-4447-83f4-377cd5e96fba:7f81c816-ab5d-4f8f-8f06-7550a1e2900b:d7cf8e5a-9d65-460e-80b4-cf7aef693ecb:9b37c152-1ba1-4114-b6f1-8a281d123eb8:9feab356-6907-4a59-bd0d-4b40d57bb63f:594989e6-f31d-4a9b-91b2-616ef68797fa:167d847e-30b0-4899-a964-a1c6c5e912e5:89369c90-d958-4dc1-b8ba-6707df147ef4:e1b97041-9f5a-43b1-bc03-fe7e040af04e:60cbf678-c4f4-4766-abf2-24e736b4efe8:2a8c7b08-21b6-468a-9aab-75febe04fc30:d8904ad2-5d88-482e-a42a-6cb63c179a5d:12e14fc5-2f65-4a28-b522-5693925148ed:d17d6d03-21f4-4217-8316-e929b0b6852c:2a935736-92b4-4cb5-b708-d6dce641540e:1d8bf735-9cc3-4f90-b9ba-5c34cda4cfe5:6d569a97-d015-4523-a24f-e4496d481e85:266c91a5-bb59-48d2-b465-6c9943987727:381877a2-ca3c-443e-a046-9a4fa66881ea:4b92a26a-020b-451e-b569-a872df58d49b:04037cca-5430-4761-bf79-c1a0ecee617c:eb2a2780-95f3-4fc1-ad49-8027fa86b710:fa3e60e5-9e26-4bbe-a85e-c295409b6144:9edc097c-3182-4a86-8c4a-aaa5c9495b2f:5fad32e0-15fe-4563-b72d-9bd1185cccf2:8a78b190-b980-4ef8-a5e4-674e8bd81cfc:3b7de402-a06a-494e-94c9-f2d2388c3ece:7086a5f4-8087-47c1-b959-fa023a450288:4fd4f182-d4d7-4e12-9efa-6049b16eed20:3e923073-ee00-466a-8e7f-dc9f85445999:67f93ef3-8188-4ee4-91fd-842d92c7ed88:3136031a-fb88-4b20-93fe-eb1bf56ec144:cc019392-c65a-40c8-ad72-d45e6ddeecfc:b5067481-5083-40ec-bd8a-86ac68e37b00:0b426047-c24d-443e-9ebd-eb263257ae05:e3b9cdb3-88d5-4388-9a75-eaeb23440446:ce0f1120-07e1-4c03-9f10-a12f5f9e073e:dc47f038-09b2-4f6d-b9b5-a431015ce17e:9647089f-2ee9-4a42-858b-870683b27b6e:669df62f-2392-406d-99ff-50557f0c9acd:d3099a97-3f50-4583-a92d-3f78d3d8960c:0a5c7b78-4696-4259-8e8c-9b32e325e18c:e2731724-434c-4001-9fb4-8c7cad67178e:fa84e1c8-125a-40de-8aa9-21dfe5f2e3d1:15c10571-002e-4928-a50c-7c63ae51a3b4:733cf650-f78e-4d8d-b66a-c658556d3faa:6b22abcf-633e-4289-b343-392ffe9af489:e76e72a9-fdec-4dc8-83ce-3962ad7ef4cb:f8a15657-d954-46fd-b528-b087bdac5891:bb17f1e9-a378-4199-bb51-4c450bf71e35:216e4cf1-ff3c-44c0-a1ef-6a9e4987e8f5:25875cf9-b0cf-4a91-b330-e64778a0c44e:ed0c6e06-8ae6-4b8b-9d19-4ba8bb4c3b51:bd183fab-38f8-4118-b7b5-0543ce5c314a:7926c097-2ba2-4c75-b339-8384923645cd:b141c9c3-f8d8-49d5-8fb4-57e62280a006:2a16fa5b-4805-4bac-9ce0-8ad537209fff:74637716-83a8-4bb6-b0aa-75d3d7594a81:ba67b00c-f0e1-409a-87dc-2550a89aed1b:db020f59-e85f-4f7c-aca2-eca2c3c727fd:7aee8b34-1eff-45d8-93b6-d3b8bedeabd8:a5a94910-89ed-437f-ba26-f81d10f13a0e:5aa0cfdc-8e53-4c37-bff6-4211f559f5b3:b4612e89-368e-4c9a-a574-8292a84ec465:745ee92e-9725-4128-93d8-e75e97c24814' 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 [{}]]>! 12:24:58 2024-01-25 17:24:58,298 INFO [e1742858-6934-43e2-92b1-353f9c54ea67][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/things/namespace:4d1ab9ca-a85d-4d37-ad21-8af399159028:8fc882a9-7548-4b05-a2c6-2e1bab0631a4:005cab69-4054-45b3-8027-a31e33f70b02:158bd040-bf8f-40be-8e5e-30f98b12026f:6a757885-e27b-4853-83d7-e8af7624c1d3:9fe3e9c8-d243-4e26-bede-15e3ab48640e:27dd6c45-cabd-4611-ae92-7825c9df0352:e45be6ef-0761-45d3-9f31-5a31978516cd:87bc4478-2aab-48be-9211-7f546165aa70:1c2b8442-833d-41a8-a698-abb9207503fb:a506b6fd-24bd-4181-ac75-7b927dd61f70:259b5548-89b0-4b88-bfa3-a8eb6c827e32:de2c27ff-b2b1-4ee8-94de-6a1b8a8a81c0:5de20217-875b-4909-af6d-9346a6a40fb5:baf2e607-e457-4080-8780-c659f37a11a5:6208e04a-9be1-4d20-b694-de7929737b5e:1caf8b88-b2cb-45c9-b235-f8e74d464d3f:9e3bcf7e-d8a6-4491-a6d1-aaa310a0a602:72a6366d-086a-4684-9bd1-5d27106ce4e5:b572a83d-2cd5-4382-9635-c0e75f709070:d6652408-390b-4bc5-ba44-38e2cc0ed0b9:9791e93b-bd52-48c2-badf-e1ac36fed6b3:8ac050ef-f731-4253-9361-d2e8f8c60f6e:081dc7bd-0fea-447e-8aa9-208739c6d7e1:e97386b8-fbe2-44e2-bbc3-902daf7ed51a:582ce901-0c32-45d5-a1ce-e707fe8e37af:36409696-2e77-4c30-9adf-294f23ff69ff:43037704-901b-49e3-9a63-c7c8a2f076f8:f923a015-f82a-4c35-a375-aa0344c6e9fa:01190dcc-6177-4cb4-b70b-9d2b0c8684d3:cf55daab-87c5-4b3a-afc7-4db6348a3664:20500024-4aea-4412-8766-3566375b0dec:0d2f1b14-3278-48ba-a636-f99197e73607:c5230b93-b8a2-43e5-a3c4-ad69daa4916f:dee0c720-3600-4d1d-a6be-99d60ae6175a:3b43e727-c0d0-4447-83f4-377cd5e96fba:7f81c816-ab5d-4f8f-8f06-7550a1e2900b:d7cf8e5a-9d65-460e-80b4-cf7aef693ecb:9b37c152-1ba1-4114-b6f1-8a281d123eb8:9feab356-6907-4a59-bd0d-4b40d57bb63f:594989e6-f31d-4a9b-91b2-616ef68797fa:167d847e-30b0-4899-a964-a1c6c5e912e5:89369c90-d958-4dc1-b8ba-6707df147ef4:e1b97041-9f5a-43b1-bc03-fe7e040af04e:60cbf678-c4f4-4766-abf2-24e736b4efe8:2a8c7b08-21b6-468a-9aab-75febe04fc30:d8904ad2-5d88-482e-a42a-6cb63c179a5d:12e14fc5-2f65-4a28-b522-5693925148ed:d17d6d03-21f4-4217-8316-e929b0b6852c:2a935736-92b4-4cb5-b708-d6dce641540e:1d8bf735-9cc3-4f90-b9ba-5c34cda4cfe5:6d569a97-d015-4523-a24f-e4496d481e85:266c91a5-bb59-48d2-b465-6c9943987727:381877a2-ca3c-443e-a046-9a4fa66881ea:4b92a26a-020b-451e-b569-a872df58d49b:04037cca-5430-4761-bf79-c1a0ecee617c:eb2a2780-95f3-4fc1-ad49-8027fa86b710:fa3e60e5-9e26-4bbe-a85e-c295409b6144:9edc097c-3182-4a86-8c4a-aaa5c9495b2f:5fad32e0-15fe-4563-b72d-9bd1185cccf2:8a78b190-b980-4ef8-a5e4-674e8bd81cfc:3b7de402-a06a-494e-94c9-f2d2388c3ece:7086a5f4-8087-47c1-b959-fa023a450288:4fd4f182-d4d7-4e12-9efa-6049b16eed20:3e923073-ee00-466a-8e7f-dc9f85445999:67f93ef3-8188-4ee4-91fd-842d92c7ed88:3136031a-fb88-4b20-93fe-eb1bf56ec144:cc019392-c65a-40c8-ad72-d45e6ddeecfc:b5067481-5083-40ec-bd8a-86ac68e37b00:0b426047-c24d-443e-9ebd-eb263257ae05:e3b9cdb3-88d5-4388-9a75-eaeb23440446:ce0f1120-07e1-4c03-9f10-a12f5f9e073e:dc47f038-09b2-4f6d-b9b5-a431015ce17e:9647089f-2ee9-4a42-858b-870683b27b6e:669df62f-2392-406d-99ff-50557f0c9acd:d3099a97-3f50-4583-a92d-3f78d3d8960c:0a5c7b78-4696-4259-8e8c-9b32e325e18c:e2731724-434c-4001-9fb4-8c7cad67178e:fa84e1c8-125a-40de-8aa9-21dfe5f2e3d1:15c10571-002e-4928-a50c-7c63ae51a3b4:733cf650-f78e-4d8d-b66a-c658556d3faa:6b22abcf-633e-4289-b343-392ffe9af489:e76e72a9-fdec-4dc8-83ce-3962ad7ef4cb:f8a15657-d954-46fd-b528-b087bdac5891:bb17f1e9-a378-4199-bb51-4c450bf71e35:216e4cf1-ff3c-44c0-a1ef-6a9e4987e8f5:25875cf9-b0cf-4a91-b330-e64778a0c44e:ed0c6e06-8ae6-4b8b-9d19-4ba8bb4c3b51:bd183fab-38f8-4118-b7b5-0543ce5c314a:7926c097-2ba2-4c75-b339-8384923645cd:b141c9c3-f8d8-49d5-8fb4-57e62280a006:2a16fa5b-4805-4bac-9ce0-8ad537209fff:74637716-83a8-4bb6-b0aa-75d3d7594a81:ba67b00c-f0e1-409a-87dc-2550a89aed1b:db020f59-e85f-4f7c-aca2-eca2c3c727fd:7aee8b34-1eff-45d8-93b6-d3b8bedeabd8:a5a94910-89ed-437f-ba26-f81d10f13a0e:5aa0cfdc-8e53-4c37-bff6-4211f559f5b3:b4612e89-368e-4c9a-a574-8292a84ec465:745ee92e-9725-4128-93d8-e75e97c24814' was: 400 12:24:58 2024-01-25 17:24:58,319 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,378 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,379 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,381 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,382 INFO [719b86bc-0e36-4cbb-acf1-b3077bc664f1][] 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]]>. 12:24:58 2024-01-25 17:24:58,385 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,387 INFO [719b86bc-0e36-4cbb-acf1-b3077bc664f1][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/2/search/things' was: 200 12:24:58 2024-01-25 17:24:58,412 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,470 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,471 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,473 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,475 INFO [fd32958b-3985-4d06-8822-5130c1c6db15][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/overall/status' was: 200 12:24:58 2024-01-25 17:24:58,494 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,543 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,543 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,544 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,547 INFO [f487727c-219d-4396-a6d1-6d74a4d8c5c1][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/status/cluster' was: 200 12:24:58 2024-01-25 17:24:58,567 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:58 2024-01-25 17:24:58,602 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,603 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:24:58 2024-01-25 17:24:58,605 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set! 12:24:58 2024-01-25 17:24:58,606 INFO [bb9ebf58-8df7-484d-9395-bbe214eb7bdb][] o.e.d.g.s.e.d.RequestResultLoggingDirective - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404 12:24:58 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.023 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest 12:24:58 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest 12:24:58 2024-01-25 17:24:58,759 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}]]>! 12:24:58 [INFO] [01/25/2024 17:24:58.769] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:58 [INFO] [01/25/2024 17:24:58.808] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:58 2024-01-25 17:24:58,866 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <null>! 12:24:58 java.lang.AssertionError: null 12:24:58 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189) 12:24:58 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 12:24:58 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192) 12:24:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:58 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:58 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:58 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:58 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:58 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:58 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:58 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:58 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:58 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:58 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:58 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:58 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:58 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:58 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:58 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:58 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:58 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:58 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:58 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:58 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:58 2024-01-25 17:24:58,866 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <null>! 12:24:58 java.lang.AssertionError: null 12:24:58 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189) 12:24:58 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:58 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:58 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 12:24:58 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 12:24:58 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192) 12:24:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:58 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:58 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:58 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:58 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:58 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:58 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:58 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:58 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:58 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:58 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:58 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:58 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:58 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:58 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:58 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:58 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:58 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:58 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:58 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:58 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:58 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:58 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:58 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:58 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:58 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:58 [INFO] [01/25/2024 17:24:58.868] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 2024-01-25 17:24:58,901 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <DittoJsonException>! 12:24:59 2024-01-25 17:24:58,901 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 [{}]]>! 12:24:59 [INFO] [01/25/2024 17:24:58.903] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 2024-01-25 17:24:58,938 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <42>! 12:24:59 java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177) 12:24:59 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:59 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:59 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:59 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:59 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:59 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:59 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:59 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:59 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:59 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:59 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:59 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:59 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:59 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:59 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:59 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:59 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:59 2024-01-25 17:24:58,938 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <42>! 12:24:59 java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177) 12:24:59 at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165) 12:24:59 at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:24:59 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 12:24:59 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:59 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:59 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:59 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:59 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:59 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:59 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:59 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:59 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:59 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:59 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:59 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:59 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:59 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:59 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:59 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:59 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:59 [INFO] [01/25/2024 17:24:58.939] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 [INFO] [01/25/2024 17:24:58.987] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 2024-01-25 17:24:59,015 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}]]>! 12:24:59 [INFO] [01/25/2024 17:24:59.017] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 2024-01-25 17:24:59,060 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <DittoJsonException>! 12:24:59 2024-01-25 17:24:59,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 [{}]]>! 12:24:59 [INFO] [01/25/2024 17:24:59.062] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 2024-01-25 17:24:59,094 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>! 12:24:59 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:59 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:59 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:59 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:59 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:59 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:59 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:59 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:59 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:59 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:59 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:59 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:59 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:59 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:59 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:59 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:59 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:59 Caused by: java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124) 12:24:59 ... 36 common frames omitted 12:24:59 2024-01-25 17:24:59,094 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>! 12:24:59 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:24:59 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:24:59 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:24:59 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:24:59 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:24:59 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:24:59 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:24:59 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:24:59 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:24:59 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:24:59 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:24:59 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:24:59 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:24:59 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:24:59 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:24:59 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:24:59 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:24:59 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:24:59 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:24:59 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:24:59 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:24:59 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:24:59 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:24:59 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:24:59 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:24:59 Caused by: java.lang.NumberFormatException: 42 12:24:59 at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124) 12:24:59 ... 36 common frames omitted 12:24:59 [INFO] [01/25/2024 17:24:59.095] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:24:59 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest 12:24:59 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest 12:24:59 2024-01-25 17:24:59,125 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,178 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,186 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 12:24:59 2024-01-25 17:24:59,210 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,245 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,278 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,297 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,342 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,379 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,471 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,570 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,636 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,668 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,697 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,740 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,769 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,802 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,841 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,881 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:24:59 2024-01-25 17:24:59,903 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:24:59 2024-01-25 17:24:59,950 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:24:59,976 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,010 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,057 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,109 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,161 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,181 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,253 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,306 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,361 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,389 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,440 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,478 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,509 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,548 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,578 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,642 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,696 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,754 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,777 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,808 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:00 2024-01-25 17:25:00,858 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:00 2024-01-25 17:25:00,885 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:00,909 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:00,971 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,000 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,061 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,080 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,106 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,164 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,191 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,216 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,254 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,281 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,306 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,351 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,378 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,402 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,447 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,473 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,500 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,543 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,568 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,593 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,618 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,653 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,679 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,704 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,737 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,755 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,782 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:01 2024-01-25 17:25:01,805 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,872 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,925 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:01 2024-01-25 17:25:01,964 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:01,993 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,043 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,063 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,122 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,154 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,174 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,224 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,257 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,274 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,299 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,339 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,371 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,389 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,414 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,446 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,472 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,496 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,536 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,557 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,583 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,607 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,647 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,668 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,693 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 2024-01-25 17:25:02,717 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,778 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,807 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:02 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.707 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest 12:25:02 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest 12:25:02 2024-01-25 17:25:02,852 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,885 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:02 2024-01-25 17:25:02,892 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 12:25:02 2024-01-25 17:25:02,936 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:02,986 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,010 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,045 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,096 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,145 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,170 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,200 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,223 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,257 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,307 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,344 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,367 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,391 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,417 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,456 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,477 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,500 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,538 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,561 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,587 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,638 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,669 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,689 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,715 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,750 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,777 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:03 2024-01-25 17:25:03,800 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,861 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:03 2024-01-25 17:25:03,885 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:03,911 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:03,971 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:03,998 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,036 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,062 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,082 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,112 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest 12:25:04 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest 12:25:04 2024-01-25 17:25:04,149 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,186 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,194 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 12:25:04 2024-01-25 17:25:04,215 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,256 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,283 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,317 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,378 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,409 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,440 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,492 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,538 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,568 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,597 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,623 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,662 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,666 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,695 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,723 INFO [ThingsRouteTest.postThingWithLiveChannelHeader-4b2dc06][] 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-4b2dc06, channel=live}]]>! 12:25:04 2024-01-25 17:25:04,757 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,785 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,795 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,837 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,866 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,890 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:04 2024-01-25 17:25:04,949 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:04 2024-01-25 17:25:04,953 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:04,982 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,011 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,046 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,073 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,102 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,136 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,157 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,184 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,207 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,241 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,268 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,295 INFO [ThingsRouteTest.postThingWithLiveChannelQueryParameter-6d0e07b][] 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-6d0e07b}]]>! 12:25:05 2024-01-25 17:25:05,318 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,358 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,361 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,390 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,418 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 2024-01-25 17:25:05,461 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,492 INFO [][] o.e.d.g.s.e.r.RootRouteExceptionHandler - Correlation ID was missing in headers of <ThingIdInvalidException>! 12:25:05 2024-01-25 17:25:05,492 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 [{}]]>! 12:25:05 2024-01-25 17:25:05,511 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,554 WARN [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set! 12:25:05 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.431 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest 12:25:05 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest 12:25:05 2024-01-25 17:25:05,591 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,639 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,646 WARN [][] o.a.p.c.Cluster Cluster(pekko://a2c2b732-6527-4c19-9bae-0443474eaea6) - 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 12:25:05 2024-01-25 17:25:05,673 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,680 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 12:25:05 2024-01-25 17:25:05,736 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,784 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,847 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:05 2024-01-25 17:25:05,897 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest 12:25:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest 12:25:06 2024-01-25 17:25:05,963 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,001 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,007 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 12:25:06 2024-01-25 17:25:06,065 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,103 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,153 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,202 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,276 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,350 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 2024-01-25 17:25:06,402 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest 12:25:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest 12:25:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest 12:25:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest 12:25:06 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest 12:25:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest 12:25:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest 12:25:06 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest 12:25:06 2024-01-25 17:25:06,758 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl> 12:25:06 [INFO] [01/25/2024 17:25:06.785] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 [INFO] [01/25/2024 17:25:06.954] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 2024-01-25 17:25:07,001 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl> 12:25:07 [INFO] [01/25/2024 17:25:07.003] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 [INFO] [01/25/2024 17:25:07.080] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 [INFO] [01/25/2024 17:25:07.144] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 [INFO] [01/25/2024 17:25:07.189] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 2024-01-25 17:25:07,254 INFO [][] o.e.d.g.s.e.d.ContentTypeValidationDirective - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl> 12:25:07 [INFO] [01/25/2024 17:25:07.256] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest 12:25:07 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest 12:25:07 2024-01-25 17:25:07,289 WARN [][] k.c.HttpPropagation$Settings - W3C TraceContext propagation should be used only with identifier-scheme = double 12:25:07 2024-01-25 17:25:07,289 WARN [][] k.c.HttpPropagation$Settings - W3C TraceContext propagation should be used only with identifier-scheme = double 12:25:07 2024-01-25 17:25:07,300 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 12:25:07 2024-01-25 17:25:07,386 WARN [][] k.m.ModuleRegistry - Failed to create instance of module [Process Metrics] 12:25:07 java.lang.NoClassDefFoundError: oshi/SystemInfo 12:25:07 at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65) 12:25:07 at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39) 12:25:07 at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171) 12:25:07 at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361) 12:25:07 at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124) 12:25:07 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 12:25:07 at scala.Option.fold(Option.scala:263) 12:25:07 at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127) 12:25:07 at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120) 12:25:07 at scala.collection.immutable.List.foreach(List.scala:333) 12:25:07 at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120) 12:25:07 at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99) 12:25:07 at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98) 12:25:07 at kamon.Kamon$.loadModules(Kamon.scala:19) 12:25:07 at kamon.Init.init(Init.scala:69) 12:25:07 at kamon.Init.init$(Init.scala:60) 12:25:07 at kamon.Kamon$.init(Kamon.scala:19) 12:25:07 at kamon.Kamon.init(Kamon.scala) 12:25:07 at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50) 12:25:07 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) 12:25:07 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:25:07 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:07 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:25:07 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:25:07 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:25:07 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:25:07 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:25:07 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:25:07 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:25:07 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:25:07 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:25:07 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo 12:25:07 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) 12:25:07 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) 12:25:07 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) 12:25:07 ... 31 common frames omitted 12:25:07 2024-01-25 17:25:07,393 INFO [][] k.o.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter 12:25:07 2024-01-25 17:25:07,394 INFO [][] k.o.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter 12:25:07 2024-01-25 17:25:07,452 INFO [][] k.o.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol 12:25:08 2024-01-25 17:25:08,144 INFO [][] k.p.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics 12:25:08 2024-01-25 17:25:08,154 WARN [][] k.m.ModuleRegistry - Failed to create instance of module [Host Metrics] 12:25:08 java.lang.NoClassDefFoundError: oshi/SystemInfo 12:25:08 at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82) 12:25:08 at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45) 12:25:08 at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243) 12:25:08 at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361) 12:25:08 at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124) 12:25:08 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 12:25:08 at scala.Option.fold(Option.scala:263) 12:25:08 at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127) 12:25:08 at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120) 12:25:08 at scala.collection.immutable.List.foreach(List.scala:333) 12:25:08 at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120) 12:25:08 at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99) 12:25:08 at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98) 12:25:08 at kamon.Kamon$.loadModules(Kamon.scala:19) 12:25:08 at kamon.Init.init(Init.scala:69) 12:25:08 at kamon.Init.init$(Init.scala:60) 12:25:08 at kamon.Kamon$.init(Kamon.scala:19) 12:25:08 at kamon.Kamon.init(Kamon.scala) 12:25:08 at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50) 12:25:08 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) 12:25:08 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:25:08 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:08 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:25:08 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo 12:25:08 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) 12:25:08 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) 12:25:08 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) 12:25:08 ... 31 common frames omitted 12:25:08 2024-01-25 17:25:08,163 INFO [][] kamon.Init - 12:25:08 _ 12:25:08 | | 12:25:08 | | ____ _ _ __ ___ ___ _ __ 12:25:08 | |/ / _ | _ ` _ \ / _ \| _ \ 12:25:08 | < (_| | | | | | | (_) | | | | 12:25:08 |_|\_\__,_|_| |_| |_|\___/|_| |_| 12:25:08 ===================================== 12:25:08 Initializing Kamon Telemetry v2.6.6 / Kanela not found 12:25:08 12:25:08 2024-01-25 17:25:08,169 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>. 12:25:08 [INFO] [01/25/2024 17:25:08.256] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:08 [INFO] [01/25/2024 17:25:08.266] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:08 [INFO] [01/25/2024 17:25:08.353] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:08 [INFO] [01/25/2024 17:25:08.360] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:08 [ERROR] [01/25/2024 17:25:08.809] [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. 12:25:08 java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173) 12:25:08 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42) 12:25:08 at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83) 12:25:08 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56) 12:25:08 at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53) 12:25:08 at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96) 12:25:08 at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131) 12:25:08 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:25:08 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:25:08 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:25:08 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:25:08 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:25:08 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:25:08 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:25:08 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:25:08 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:25:08 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:25:08 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 12:25:08 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:08 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:25:08 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:25:08 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:25:08 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:25:08 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:25:08 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:25:08 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:25:08 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:25:08 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:25:08 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:25:08 at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 12:25:08 at org.junit.rules.RunRules.evaluate(RunRules.java:20) 12:25:08 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:08 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:25:08 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:25:08 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:25:08 12:25:08 [INFO] [01/25/2024 17:25:08.811] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:08 [INFO] [01/25/2024 17:25:08.824] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:09 [INFO] [01/25/2024 17:25:08.958] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:09 [INFO] [01/25/2024 17:25:08.966] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest 12:25:09 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest 12:25:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest 12:25:09 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest 12:25:09 2024-01-25 17:25:09,177 INFO [][] k.o.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter 12:25:09 Jan 25, 2024 5:25:09 PM io.opentelemetry.sdk.internal.ThrottlingLogger doLog 12:25:09 SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled 12:25:09 java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@51a6ac53[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11] 12:25:09 at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) 12:25:09 at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 12:25:09 at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) 12:25:09 at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721) 12:25:09 at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21) 12:25:09 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429) 12:25:09 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338) 12:25:09 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285) 12:25:09 at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278) 12:25:09 at scala.concurrent.Promise.complete(Promise.scala:57) 12:25:09 at scala.concurrent.Promise.complete$(Promise.scala:56) 12:25:09 at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104) 12:25:09 at scala.concurrent.Promise.failure(Promise.scala:109) 12:25:09 at scala.concurrent.Promise.failure$(Promise.scala:109) 12:25:09 at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104) 12:25:09 at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111) 12:25:09 at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98) 12:25:09 at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112) 12:25:09 at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 12:25:09 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:25:09 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:25:09 at java.base/java.lang.Thread.run(Thread.java:833) 12:25:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest 12:25:09 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest 12:25:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest 12:25:10 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest 12:25:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest 12:25:10 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest 12:25:10 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest 12:25:10 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest 12:25:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest 12:25:10 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest 12:25:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest 12:25:10 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest 12:25:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest 12:25:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest 12:25:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest 12:25:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest 12:25:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest 12:25:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest 12:25:11 [INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest 12:25:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest 12:25:12 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest 12:25:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest 12:25:12 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest 12:25:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest 12:25:12 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest 12:25:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest 12:25:12 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest 12:25:12 2024-01-25 17:25:12,203 INFO [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 12:25:12 2024-01-25 17:25:12,254 WARN [][] o.e.d.i.u.c.r.SecretFromPathReader - Failed to read secret at path </run/secrets/devops_password>! 12:25:12 2024-01-25 17:25:12,255 WARN [][] o.e.d.i.u.c.r.SecretFromPathReader - Failed to read secret at path </run/secrets/status_password>! 12:25:12 2024-01-25 17:25:12,336 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:12 2024-01-25 17:25:12,351 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:40369] with UID [8331127926654858269] 12:25:12 2024-01-25 17:25:12,352 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:40369] - Starting up, Pekko version [1.0.1] ... 12:25:12 2024-01-25 17:25:12,355 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:40369] - Registered cluster JMX MBean [pekko:type=Cluster] 12:25:12 2024-01-25 17:25:12,355 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:40369] - Started up successfully 12:25:12 2024-01-25 17:25:12,376 INFO [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:40369] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining 12:25:12 2024-01-25 17:25:12,376 INFO [][] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:25:12 2024-01-25 17:25:12,579 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. 12:25:12 2024-01-25 17:25:12,782 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:25:12 2024-01-25 17:25:12,782 INFO [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory - Pre-authentication is enabled! 12:25:13 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest 12:25:13 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest 12:25:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest 12:25:13 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest 12:25:13 2024-01-25 17:25:13,428 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:25:13 2024-01-25 17:25:13,462 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.900 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest 12:25:15 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest 12:25:15 2024-01-25 17:25:15,333 INFO [][] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:25:15 2024-01-25 17:25:15,354 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 2024-01-25 17:25:15,448 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 2024-01-25 17:25:15,520 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 2024-01-25 17:25:15,601 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 2024-01-25 17:25:15,773 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:15 2024-01-25 17:25:15,825 WARN [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.174429087S> is more than the maximum <PT2400H>. Keeping session open indefinitely. 12:25:16 2024-01-25 17:25:15,954 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,023 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,093 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,158 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,246 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,313 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,397 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,587 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 2024-01-25 17:25:16,652 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:16 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest 12:25:16 [INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest 12:25:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest 12:25:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest 12:25:18 2024-01-25 17:25:18,516 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <ExpiredJwtException> with message: <JWT expired at 2024-01-25T17:25:08Z. Current time: 2024-01-25T17:25:18Z, a difference of 514 milliseconds. Allowed clock skew: 10000 milliseconds.> 12:25:18 2024-01-25 17:25:18,518 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <UnsupportedJwtException> with message: <Unsigned Claims JWTs are not supported.> 12:25:18 2024-01-25 17:25:18,522 INFO [][] o.e.d.g.s.s.a.j.DefaultJwtValidator - Failed to parse/validate JWT due to <PrematureJwtException> with message: <JWT must not be accepted before 2024-01-25T17:25:48Z. Current time: 2024-01-25T17:25:18Z, a difference of 19478 milliseconds. Allowed clock skew: 10000 milliseconds.> 12:25:18 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest 12:25:18 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest 12:25:18 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest 12:25:18 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest 12:25:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest 12:25:18 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest 12:25:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest 12:25:18 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest 12:25:18 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest 12:25:18 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest 12:25:19 2024-01-25 17:25:18,962 INFO [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 2024-01-25 17:25:19,242 INFO [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 2024-01-25 17:25:19,247 INFO [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 2024-01-25 17:25:19,252 INFO [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest 12:25:19 2024-01-25 17:25:19,280 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest 12:25:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest 12:25:19 2024-01-25 17:25:19,354 INFO [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 2024-01-25 17:25:19,360 INFO [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider - Completed JWT authentication successfully. 12:25:19 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest 12:25:19 [INFO] [01/25/2024 17:25:19.498] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 2024-01-25 17:25:19,542 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."}>. 12:25:19 Jan 25, 2024 5:25:19 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:25:19 WARNING: Exception thrown during asynchronous load 12:25:19 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 [{}]] 12:25:19 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195) 12:25:19 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94) 12:25:19 at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688) 12:25:19 at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83) 12:25:19 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174) 12:25:19 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 12:25:19 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174) 12:25:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:25:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:25:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:25:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:25:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:25:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:25:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:25:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:25:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:25:19 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:25:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:25:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:25:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:25:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:25:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:25:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:25:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:25:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:25:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:25:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:25:19 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 [{}]] 12:25:19 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126) 12:25:19 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111) 12:25:19 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235) 12:25:19 ... 51 more 12:25:19 12:25:19 2024-01-25 17:25:19,546 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."}>. 12:25:19 Jan 25, 2024 5:25:19 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:25:19 WARNING: Exception thrown during asynchronous load 12:25:19 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 [{}]] 12:25:19 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195) 12:25:19 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94) 12:25:19 at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688) 12:25:19 at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686) 12:25:19 at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92) 12:25:19 at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83) 12:25:19 at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183) 12:25:19 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 12:25:19 at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183) 12:25:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:25:19 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:25:19 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:25:19 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:25:19 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:25:19 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:25:19 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:25:19 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:25:19 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) 12:25:19 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:25:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:25:19 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:25:19 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:25:19 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:25:19 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:25:19 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:25:19 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:25:19 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:25:19 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:25:19 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) 12:25:19 at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) 12:25:19 at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41) 12:25:19 at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:25:19 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:25:19 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:25:19 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 [{}]] 12:25:19 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126) 12:25:19 at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111) 12:25:19 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235) 12:25:19 ... 51 more 12:25:19 12:25:19 [INFO] [01/25/2024 17:25:19.547] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 [INFO] [01/25/2024 17:25:19.584] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 2024-01-25 17:25:19,611 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> 12:25:19 org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field! 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339) 12:25:19 at java.base/java.util.Optional.orElseThrow(Optional.java:403) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:25:19 at java.base/java.lang.Thread.run(Thread.java:833) 12:25:19 Jan 25, 2024 5:25:19 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 12:25:19 WARNING: Exception thrown during asynchronous load 12:25:19 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 [{}]] 12:25:19 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) 12:25:19 at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) 12:25:19 at java.base/java.lang.Thread.run(Thread.java:833) 12:25:19 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 [{}]] 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87) 12:25:19 at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198) 12:25:19 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) 12:25:19 ... 5 more 12:25:19 Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field! 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339) 12:25:19 at java.base/java.util.Optional.orElseThrow(Optional.java:403) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318) 12:25:19 at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294) 12:25:19 ... 7 more 12:25:19 12:25:19 [INFO] [01/25/2024 17:25:19.614] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 [INFO] [01/25/2024 17:25:19.665] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 [INFO] [01/25/2024 17:25:19.697] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest 12:25:19 [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 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest 12:25:19 2024-01-25 17:25:19,735 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]]>. 12:25:19 2024-01-25 17:25:19,737 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]]>. 12:25:19 2024-01-25 17:25:19,743 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]]>. 12:25:19 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest 12:25:19 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest 12:25:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest 12:25:20 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest 12:25:20 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest 12:25:20 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest 12:25:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest 12:25:20 [INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest 12:25:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest 12:25:20 [INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest 12:25:20 2024-01-25 17:25:20,093 INFO [][] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:20 2024-01-25 17:25:20,102 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 12:25:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.420 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest 12:25:25 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest 12:25:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest 12:25:25 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest 12:25:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest 12:25:26 [INFO] 12:25:26 [INFO] Results: 12:25:26 [INFO] 12:25:26 [INFO] Tests run: 630, Failures: 0, Errors: 0, Skipped: 0 12:25:26 [INFO] 12:25:26 [INFO] 12:25:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service --- 12:25:26 [INFO] 12:25:26 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service --- 12:25:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 12:25:26 [INFO] 12:25:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service --- 12:25:26 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:25:26 [INFO] No previous run data found, generating javadoc. 12:25:31 [WARNING] Javadoc Warnings 12:25:31 [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 12:25:31 [WARNING] * <p> 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.starter; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.streaming; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.util.config; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected final int connectionsRetrieveLimit; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected final Duration defaultTimeout; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected final ActorRef edgeCommandForwarder; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected RetrieveConnections initialCommand; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass()); 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected final ActorRef sender; 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected void handleTimeout() { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections); 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected void stop() { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor, 12:25:31 [WARNING] ^ 12:25:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment 12:25:31 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request, 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData( 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected Route handlePerRequest(final RequestContext ctx, 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command, 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:25:31 [WARNING] ^ 12:25:31 [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 12:25:31 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:25:31 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public AuthorizationContext getConnectionAuthContext() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public String getConnectionCorrelationId() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() { 12:25:32 [WARNING] ^ 12:25:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment 12:25:32 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Optional<KillSwitch> getKillSwitch() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Optional<Instant> getSessionExpirationTime() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public String getType() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] IDS_ONLY("ids-only"), 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] enum RequestType { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] API, 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] SSE 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] WS, 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] Route authenticateDevOps(final String realm, final Route inner); 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public final class DevopsAuthenticationDirectiveFactory { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DevopsAuthenticationDirective devops() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance( 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DevopsAuthenticationDirective status() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] BASIC("basic"); 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] OAUTH2("oauth2"), 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> { 12:25:32 [WARNING] ^ 12:25:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment 12:25:32 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] ENABLED("enabled", true), 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] EXPECTED("expected", 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute); 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public final class HttpUtils { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public interface JwkException { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public JwtValidator getJwtValidator() { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> { 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs( 12:25:32 [WARNING] ^ 12:25:32 [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 12:25:32 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) { 12:25:32 [WARNING] ^ 12:25:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment 12:25:32 [WARNING] public String getProtocolPrefix() { 12:25:32 [WARNING] ^ 12:25:32 [WARNING] 100 warnings 12:25:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 12:25:32 [INFO] 12:25:32 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service --- 12:25:32 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar. 12:25:32 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar. 12:25:32 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar. 12:25:32 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar. 12:25:32 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:25:32 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:25:32 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:25:32 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:25:32 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:25:32 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:25:32 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:25:32 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:25:32 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:25:32 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:25:32 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:25:32 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:25:32 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:25:32 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:25:32 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:25:32 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:25:32 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:25:32 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:25:32 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:25:32 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:25:32 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:25:32 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:25:32 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:25:32 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:25:32 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:25:33 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:25:33 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:25:33 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:25:33 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:25:33 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:25:33 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:25:33 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:25:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:25:33 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:25:33 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:25:33 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:25:33 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:25:33 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:25:33 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:25:33 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:25:33 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:25:33 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:25:33 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:25:33 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:25:33 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:25:33 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:25:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:36 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:37 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:37 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:37 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:25:38 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, cloudevents-api-2.3.0.jar, cloudevents-core-2.3.0.jar, cloudevents-http-basic-2.3.0.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.11.5.jar, jjwt-impl-0.11.5.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/MANIFEST.MF 12:25:38 [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: 12:25:38 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:25:38 [WARNING] - META-INF/NOTICE.md 12:25:38 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/LICENSE.txt 12:25:38 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:25:38 [WARNING] - META-INF.versions.9.module-info 12:25:38 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:25:38 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:25:38 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:25:38 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:25:38 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:25:38 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:25:38 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:25:38 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:25:38 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:25:38 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/DISCLAIMER 12:25:38 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/LICENSE 12:25:38 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:25:38 [WARNING] - META-INF/io.netty.versions.properties 12:25:38 [WARNING] maven-shade-plugin has detected that some files are 12:25:38 [WARNING] present in two or more JARs. When this happens, only one 12:25:38 [WARNING] single version of the file is copied to the uber jar. 12:25:38 [WARNING] Usually this is not harmful and you can skip these warnings, 12:25:38 [WARNING] otherwise try to manually exclude artifacts based on 12:25:38 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:25:38 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:25:38 [INFO] Attaching shaded artifact. 12:25:38 [INFO] 12:25:38 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service --- 12:25:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 12:25:38 [INFO] 12:25:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service --- 12:25:38 [INFO] Tests are skipped. 12:25:38 [INFO] 12:25:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service --- 12:25:38 [INFO] Tests are skipped. 12:25:38 [INFO] 12:25:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service --- 12:25:38 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec 12:25:38 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes 12:25:39 [INFO] 12:25:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service --- 12:25:39 [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 12:25:39 [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 12:25:39 [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 12:25:39 [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 12:25:39 [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 12:25:39 [INFO] 12:25:39 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- 12:25:39 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [74/77] 12:25:39 [INFO] from policies/service/pom.xml 12:25:39 [INFO] --------------------------------[ jar ]--------------------------------- 12:25:39 [INFO] 12:25:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-service --- 12:25:39 [INFO] 12:25:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-service --- 12:25:39 [INFO] 12:25:39 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service --- 12:25:39 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:25:39 [INFO] 12:25:39 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service --- 12:25:40 [INFO] Assigning port '34255' to property 'random-pekko-tcp-port' 12:25:40 [INFO] 12:25:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service --- 12:25:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 12:25:40 [INFO] 12:25:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service --- 12:25:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:25:40 [WARNING] 12:25:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:25:40 [WARNING] 12:25:40 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:25:40 [WARNING] 12:25:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:25:40 [INFO] 12:25:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service --- 12:25:40 [INFO] Copying 1 resource from src/main/resources to target/classes 12:25:40 [INFO] Copying 5 resources from src/main/resources to target/classes 12:25:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:25:40 [INFO] 12:25:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service --- 12:25:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT... 12:25:40 [INFO] 12:25:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service --- 12:25:40 [INFO] Changes detected - recompiling the module! :dependency 12:25:40 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes 12:25:41 [INFO] 12:25:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service --- 12:25:41 [INFO] Copying 8 resources from src/test/resources to target/test-classes 12:25:41 [INFO] 12:25:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service --- 12:25:41 [INFO] Changes detected - recompiling the module! :dependency 12:25:41 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes 12:25:42 [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. 12:25:42 [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. 12:25:42 [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. 12:25:42 [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. 12:25:42 [INFO] 12:25:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service --- 12:25:42 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:25:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/surefire-reports 12:25:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:25:42 [INFO] 12:25:42 [INFO] ------------------------------------------------------- 12:25:42 [INFO] T E S T S 12:25:42 [INFO] ------------------------------------------------------- 12:25:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest 12:25:44 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:25:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.261 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest 12:25:45 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest 12:25:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest 12:25:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest 12:25:46 [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 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest 12:25:46 [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 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest 12:25:46 [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.PolicyImportsModifiedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest 12:25:46 [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.SubjectDeletedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest 12:25:46 [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.PolicyEntryCreatedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest 12:25:46 [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.ResourcesModifiedStrategyCreateTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest 12:25:46 [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.PolicyImportModifiedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest 12:25:46 [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 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest 12:25:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest 12:25:46 [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 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest 12:25:46 [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 12:25:46 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest 12:25:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest 12:25:47 [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.PolicyEntriesModifiedStrategyTest 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest 12:25:47 [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 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest 12:25:47 [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 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest 12:25:47 [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 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest 12:25:47 [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 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest 12:25:47 [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 12:25:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.001] [main] [CoordinatedShutdown(pekko://TopLevelPolicyActionCommandStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.035 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.166] [main] [CoordinatedShutdown(pekko://CreatePolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.255] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.337] [main] [CoordinatedShutdown(pekko://PolicyConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.450] [main] [CoordinatedShutdown(pekko://ModifyPolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest 12:25:52 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.713] [main] [CoordinatedShutdown(pekko://ModifySubjectsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest 12:25:52 [INFO] [01/25/2024 17:25:52.806] [main] [CoordinatedShutdown(pekko://ModifySubjectStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest 12:25:52 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest 12:25:53 [INFO] [01/25/2024 17:25:53.243] [main] [CoordinatedShutdown(pekko://DeactivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest 12:25:53 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest 12:25:53 [INFO] [01/25/2024 17:25:53.354] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntriesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest 12:25:53 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest 12:25:53 [INFO] [01/25/2024 17:25:53.456] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntryStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest 12:25:53 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest 12:25:54 [INFO] [01/25/2024 17:25:53.935] [main] [CoordinatedShutdown(pekko://ActivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:54 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest 12:25:54 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest 12:25:54 [INFO] [01/25/2024 17:25:53.995] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest 12:25:54 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest 12:25:54 [INFO] [01/25/2024 17:25:54.074] [main] [CoordinatedShutdown(pekko://DeletePolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest 12:25:54 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest 12:25:54 [INFO] [01/25/2024 17:25:54.197] [main] [CoordinatedShutdown(pekko://SubjectExpiryAdjustmentTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:25:54 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest 12:25:54 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest 12:25:54 17:25:54.513 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:25:59 17:25:58.919 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<true> 12:25:59 17:25:58.970 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:02 17:26:02.558 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<false> 12:26:02 17:26:02.584 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:06 17:26:06.317 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:09 17:26:09.885 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<false> shouldAnnounce=<true> inGracePeriod=<false> 12:26:10 17:26:10.009 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:12 17:26:12.112 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:15 17:26:15.213 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:15 17:26:15.275 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-01-25T17:26:45.251467436Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 12:26:15 17:26:15.305 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:17 17:26:17.267 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:17 17:26:17.347 [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. 12:26:17 17:26:17.466 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:17 17:26:17.647 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:17 17:26:17.827 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:21 17:26:21.507 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:25 17:26:25.217 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:28 17:26:28.907 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:32 17:26:32.500 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:36 17:26:36.090 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:39 17:26:39.672 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:43 17:26:43.264 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:46 17:26:46.592 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:48 17:26:48.162 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:52 17:26:52.503 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:55 17:26:55.582 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:58 17:26:58.661 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:26:59 17:26:59.730 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:02 17:27:02.286 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-01-25T17:27:02.764098796Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 12:27:02 17:27:02.310 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:05 17:27:05.869 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<false> 12:27:06 17:27:05.889 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:06 17:27:06.079 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:06 17:27:06.158 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:09 17:27:09.239 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:13 17:27:13.648 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:17 17:27:17.206 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<true> 12:27:17 17:27:17.232 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:17 17:27:17.315 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:17 17:27:17.483 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:22 17:27:22.656 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:22 17:27:22.746 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:25 17:27:25.345 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:25 17:27:25.433 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:25 17:27:25.502 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-01-25T17:27:35.467146414Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=9500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up. 12:27:25 17:27:25.524 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:25 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.48 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest 12:27:25 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest 12:27:25 [INFO] [01/25/2024 17:27:25.739] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:27:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest 12:27:25 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest 12:27:25 [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 12:27:25 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest 12:27:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest 12:27:25 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest 12:27:25 17:27:25.775 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:27:26 17:27:26.031 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:26 17:27:26.259 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:27:26 17:27:26.311 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stashed received message during startup of supervised PersistenceActor: <CreatePolicy> 12:27:26 17:27:26.311 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting persistence actor for entity with ID <test.ns:myPolicy296466659>. 12:27:26 17:27:26.329 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting enforcer actor for entity with ID <test.ns:myPolicy296466659>. 12:27:26 17:27:26.343 [INFO ] o.a.p.p.Persistence - Auto-starting journal plugin `pekko-contrib-mongodb-persistence-policies-journal` 12:27:26 17:27:26.375 [INFO ] o.a.p.p.Persistence - Auto-starting snapshot store `pekko-contrib-mongodb-persistence-policies-snapshots` 12:27:26 17:27:26.452 [INFO ] o.a.p.a.ActorSystemImpl - Using storage org.apache.pekko.persistence.inmemory.extension.StorageExtensionImpl 12:27:26 17:27:26.636 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Now watching enforcer child: <Actor[pekko://PekkoTestSystem/system/testProbe-42/test.ns:myPolicy296466659/en#-586290546]> 12:27:27 17:27:27.042 [INFO ] o.a.p.c.s.ShardRegion - policy: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min] 12:27:27 17:27:27.051 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:createPolicy> with outcome 'success' 12:27:27 17:27:27.052 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H> 12:27:27 17:27:27.052 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received enforcedSignal from enforcerChild, forwarding to target actor: CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy296466659, 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]}]] 12:27:27 17:27:27.056 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Handling by strategy: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy296466659, 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]}]]> 12:27:27 17:27:27.057 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers with currentETagValue <null> on command <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy296466659, 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]}]]>. 12:27:27 17:27:27.057 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers succeeded. 12:27:27 17:27:27.057 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Applying command in <CreatePolicyStrategy>: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy296466659, 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]}]]> 12:27:27 17:27:27.059 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Created new Policy with ID <test.ns:myPolicy296466659>. 12:27:27 17:27:27.063 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Persisting Event <policies.events:policyCreated>. 12:27:27 17:27:27.229 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActor - Successfully persisted Event <policies.events:policyCreated> w/ rev: <1>. 12:27:27 17:27:27.231 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received CommandResponse from target actor, telling enforcerChild to apply response filtering: CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy296466659, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy296466659, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:27:27.058681411Z, created=2024-01-25T17:27:27.058681411Z, 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]}]] 12:27:27 17:27:27.236 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Sending response: <CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy296466659, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy296466659, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:27:27.058681411Z, created=2024-01-25T17:27:27.058681411Z, 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> 12:27:27 17:27:27.250 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H> 12:27:27 17:27:27.252 [DEBUG] o.e.d.p.s.p.a.a.PolicyAnnouncementManager - OnPolicyModified policy=<ImmutablePolicy [policyId=test.ns:myPolicy296466659, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-25T17:27:27.058681411Z, created=2024-01-25T17:27:27.058681411Z, 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=<[]> 12:27:27 17:27:27.340 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Waiting for <1> ops and <0> sudo ops before stopping 12:27:27 17:27:27.349 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:retrievePolicy> with outcome 'failed' and headers: <ImmutableDittoHeaders [{}]> 12:27:27 17:27:27.350 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException as response from enforcerChild: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy296466659' 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 [{}]] 12:27:27 17:27:27.351 [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:myPolicy296466659' 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 [{}]] 12:27:27 17:27:27.351 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stopping after waiting for ongoing ops. 12:27:27 17:27:27.352 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Stopping PersistenceActor for entity with ID <test.ns:myPolicy296466659>. 12:27:27 17:27:27.354 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon. 12:27:27 17:27:27.354 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports. 12:27:27 17:27:27.356 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remoting shut down. 12:27:27 17:27:27.376 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:27 17:27:27.460 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:27:27 17:27:27.486 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:27 17:27:27.537 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:27:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.800 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest 12:27:27 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest 12:27:27 17:27:27.568 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:27:27 17:27:27.585 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:33 17:27:33.315 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:35 17:27:35.555 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:44 17:27:44.676 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.33 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest 12:27:47 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest 12:27:47 17:27:47.897 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:27:48 17:27:47.912 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:48 17:27:48.001 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:27:48 17:27:48.057 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActorTest - Sleeping 2500 ms to avoid 10s border for subject expiry test 12:28:00 17:28:00.551 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:00 17:28:00.640 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:10 17:28:10.550 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:10 17:28:10.638 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:20 17:28:20.547 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:20 [ERROR] [01/25/2024 17:28:20.645] [PekkoTestSystem-pekko.actor.default-dispatcher-18] [pekko://PekkoTestSystem/system/testProbe-70/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy141991245, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-398386543]] 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#1980362037]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-398386543]] 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#1980362037]].) 12:28:20 17:28:20.666 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:20 17:28:20.744 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy819923326, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1352548613]] 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#-1077240995]].) 12:28:20 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1352548613]] 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#-1077240995]]. 12:28:20 17:28:20.765 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:20 17:28:20.842 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1691721745, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-410400719]] 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#1750222121]].) 12:28:20 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-410400719]] 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#1750222121]]. 12:28:20 17:28:20.864 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:20.938 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.027 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.092 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1352201100, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-483086914]] 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#74950564]].) 12:28:21 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-483086914]] 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#74950564]]. 12:28:21 17:28:21.113 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.193 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-914130052, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1389808580]] 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#-210865241]].) 12:28:21 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1389808580]] 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#-210865241]]. 12:28:21 17:28:21.212 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.323 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.413 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.494 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-428293830, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1372769409]] 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#1946845677]].) 12:28:21 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1372769409]] 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#1946845677]]. 12:28:21 17:28:21.513 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.722 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.791 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1444526055, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1531415062]] 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#611106884]].) 12:28:21 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1531415062]] 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#611106884]]. 12:28:21 17:28:21.813 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:21 17:28:21.884 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1311261425, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1005393425]] 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#-2124187346]].) 12:28:21 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1005393425]] 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#-2124187346]]. 12:28:21 17:28:21.902 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:22 17:28:21.966 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-115420394, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-923039061]] 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#-143890482]].) 12:28:22 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-923039061]] 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#-143890482]]. 12:28:22 17:28:21.981 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:25 17:28:25.059 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:25 17:28:25.248 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:25 17:28:25.437 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:25 17:28:25.526 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.337 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.441 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.530 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.638 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.726 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:32 17:28:32.789 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1315284737, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-236187312]] 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#388223047]].) 12:28:32 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-236187312]] 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#388223047]]. 12:28:32 17:28:32.805 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:40 17:28:40.558 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:40 17:28:40.756 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:40 17:28:40.820 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1274157542, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#547318627]] 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#628403928]].) 12:28:40 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#547318627]] 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#628403928]]. 12:28:40 17:28:40.838 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:40.916 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:40.995 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.17 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest 12:28:41 [INFO] Running org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest 12:28:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest 12:28:41 [INFO] Running org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest 12:28:41 17:28:41.160 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:28:41 17:28:41.169 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.212 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.268 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.320 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.357 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.396 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.443 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.494 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.531 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.580 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.610 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.658 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.699 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.746 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.787 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.834 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:41 17:28:41.866 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:41 17:28:41.913 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:41.944 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:41.992 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.022 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.059 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.091 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.139 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.183 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.227 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.261 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.312 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.350 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.404 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.439 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.493 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.528 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.576 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.606 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.656 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.696 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.748 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:42 17:28:42.786 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:42 17:28:42.837 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:42.875 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:42.928 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:42.965 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.016 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:43.054 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.105 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:43.144 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.196 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:43.234 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.288 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:43.322 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.371 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 17:28:43.400 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.449 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:28:43 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 s -- in org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest 12:28:43 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest 12:28:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest 12:28:43 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest 12:28:43 17:28:43.495 [INFO ] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 12:28:43 17:28:43.540 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started 12:28:43 17:28:43.546 [INFO ] o.a.p.r.a.ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://PoliciesRootActorTest@127.0.0.1:40697] with UID [-3900894845777323743] 12:28:43 17:28:43.548 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - Starting up, Pekko version [1.0.1] ... 12:28:43 17:28:43.550 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - Registered cluster JMX MBean [pekko:type=Cluster] 12:28:43 17:28:43.550 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - Started up successfully 12:28:43 17:28:43.565 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining 12:28:43 17:28:43.565 [INFO ] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:28:43 17:28:43.592 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] is JOINING itself (with roles [policies, policy-announcement-aware, blocked-namespaces-aware, dc-default], version [0-SNAPSHOT]) and forming new cluster 12:28:43 17:28:43.592 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:40697] - is the new leader among reachable nodes (more leaders may exist) 12:28:44 17:28:43.871 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 12:28:44 java.net.ConnectException: Connection refused 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 12:28:44 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 12:28:44 ... 1 common frames omitted 12:28:44 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 12:28:44 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127) 12:28:44 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 12:28:44 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 12:28:44 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:28:44 at java.base/java.lang.Thread.run(Thread.java:833) 12:28:44 17:28:43.871 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 12:28:44 java.net.ConnectException: Connection refused 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 12:28:44 ... 7 common frames omitted 12:28:44 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 12:28:44 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127) 12:28:44 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 12:28:44 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 12:28:44 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:28:44 at java.base/java.lang.Thread.run(Thread.java:833) 12:28:44 17:28:43.872 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.0.18-200.fc36.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@3c3c7853, com.mongodb.Jep395RecordCodecProvider@1b39471b, com.mongodb.KotlinCodecProvider@64d03269]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null} 12:28:44 17:28:43.872 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.0.18-200.fc36.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@3c3c7853, com.mongodb.Jep395RecordCodecProvider@1b39471b, com.mongodb.KotlinCodecProvider@64d03269]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null} 12:28:44 17:28:43.900 [INFO ] p.c.p.m.d.ScalaMongoDriver - Applying configuration-specific overrides for driver 12:28:44 17:28:43.982 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.0.18-200.fc36.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@3c3c7853, com.mongodb.Jep395RecordCodecProvider@1b39471b, com.mongodb.KotlinCodecProvider@64d03269]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null} 12:28:44 17:28:43.982 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 12:28:44 java.net.ConnectException: Connection refused 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 12:28:44 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 12:28:44 ... 1 common frames omitted 12:28:44 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 12:28:44 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127) 12:28:44 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 12:28:44 at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221) 12:28:44 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:28:44 at java.base/java.lang.Thread.run(Thread.java:833) 12:28:44 17:28:43.995 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.0.18-200.fc36.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@3c3c7853, com.mongodb.Jep395RecordCodecProvider@1b39471b, com.mongodb.KotlinCodecProvider@64d03269]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=2, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null} 12:28:44 17:28:43.996 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017 12:28:44 java.net.ConnectException: Connection refused 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256) 12:28:44 ... 7 common frames omitted 12:28:44 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket 12:28:44 at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127) 12:28:44 at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202) 12:28:44 at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217) 12:28:44 at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306) 12:28:44 at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 12:28:44 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 12:28:44 at java.base/java.lang.Thread.run(Thread.java:833) 12:28:44 17:28:44.438 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out 12:28:44 17:28:44.438 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out 12:28:55 Failed to stop [PoliciesRootActorTest] within [10 seconds] 12:28:55 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 2 children 12:28:55 ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=0 14 children 12:28:55 | ⌊-> IO-TCP RepointableActorRef class org.apache.pekko.io.TcpManager status=0 1 children 12:28:55 | | ⌊-> selectors RoutedActorRef class org.apache.pekko.routing.RouterPoolActor status=0 1 children 12:28:55 | | ⌊-> $a LocalActorRef class org.apache.pekko.io.SelectionHandler status=0 1 children 12:28:55 | | ⌊-> 0 LocalActorRef class org.apache.pekko.io.TcpListener status=0 no children 12:28:55 | ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=0 6 children 12:28:55 | | ⌊-> StreamSupervisor-463 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children 12:28:55 | | | ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:28:55 | | ⌊-> StreamSupervisor-464 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 6 children 12:28:55 | | | ⌊-> remote-0-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | | ⌊-> remote-2-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | | ⌊-> remote-3-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | | ⌊-> remote-4-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | | ⌊-> remote-5-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | | ⌊-> remote-6-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | ⌊-> StreamSupervisor-465 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children 12:28:55 | | | ⌊-> remoteControl-1-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children 12:28:55 | | ⌊-> StreamSupervisor-467 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children 12:28:55 | | ⌊-> StreamSupervisor-468 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children 12:28:55 | | ⌊-> StreamSupervisor-469 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children 12:28:55 | ⌊-> cluster RepointableActorRef class org.apache.pekko.cluster.ClusterDaemon status=0 2 children 12:28:55 | | ⌊-> core LocalActorRef class org.apache.pekko.cluster.ClusterCoreSupervisor status=0 2 children 12:28:55 | | | ⌊-> daemon LocalActorRef class org.apache.pekko.cluster.ClusterCoreDaemon status=0 3 children 12:28:55 | | | | ⌊-> crossDcHeartbeatSender LocalActorRef class org.apache.pekko.cluster.CrossDcHeartbeatSender status=0 no children 12:28:55 | | | | ⌊-> downingProvider LocalActorRef class org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver status=0 no children 12:28:55 | | | | ⌊-> heartbeatSender LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatSender status=0 no children 12:28:55 | | | ⌊-> publisher LocalActorRef class org.apache.pekko.cluster.ClusterDomainEventPublisher status=0 no children 12:28:55 | | ⌊-> heartbeatReceiver LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatReceiver status=0 no children 12:28:55 | ⌊-> clusterEventBusListener RepointableActorRef class org.apache.pekko.cluster.ClusterReadView$$anon$1 status=0 no children 12:28:55 | ⌊-> deadLetterListener RepointableActorRef class org.apache.pekko.event.DeadLetterListener status=0 no children 12:28:55 | ⌊-> distributedPubSubMediator RepointableActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator status=0 1 children 12:28:55 | | ⌊-> policy-invalidate-enforcers LocalActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Topic status=0 no children 12:28:55 | ⌊-> eventStreamUnsubscriber-156 RepointableActorRef class org.apache.pekko.event.EventStreamUnsubscriber status=0 no children 12:28:55 | ⌊-> log1-Slf4jLogger RepointableActorRef class org.apache.pekko.event.slf4j.Slf4jLogger status=0 no children 12:28:55 | ⌊-> pool-master RepointableActorRef class org.apache.pekko.http.impl.engine.client.PoolMasterActor status=0 no children 12:28:55 | ⌊-> remote-deployment-watcher RepointableActorRef class org.apache.pekko.remote.RemoteDeploymentWatcher status=0 no children 12:28:55 | ⌊-> remote-watcher RepointableActorRef class org.apache.pekko.cluster.ClusterRemoteWatcher status=0 no children 12:28:55 | ⌊-> remoting-terminator RepointableActorRef class org.apache.pekko.remote.RemoteActorRefProvider$RemotingTerminator status=0 no children 12:28:55 | ⌊-> sharding RepointableActorRef class org.apache.pekko.cluster.sharding.ClusterShardingGuardian status=0 1 children 12:28:55 | | ⌊-> policiesReplicator LocalActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children 12:28:55 | ⌊-> testProbe-210 RepointableActorRef class org.apache.pekko.testkit.TestActor status=0 no children 12:28:55 ⌊-> user LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 4 children 12:28:55 ⌊-> $a RepointableActorRef class org.eclipse.ditto.policies.service.starter.PoliciesRootActor status=4 Terminating(Recreation(org.eclipse.ditto.base.service.actors.AbstractDittoRootActorTest$UnknownException)) 12:28:55 | | toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing#-1715450812] 12:28:55 | ⌊-> persistencePing LocalActorRef class org.apache.pekko.cluster.singleton.ClusterSingletonManager status=8 Terminating(Termination) 12:28:55 | | toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton#-1002013903] 12:28:55 | ⌊-> singleton LocalActorRef class org.eclipse.ditto.internal.utils.cluster.ClusterSingletonSupervisorActor status=8 Terminating(Termination) 12:28:55 | | toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child#-1641325095] 12:28:55 | ⌊-> supervised-child LocalActorRef class org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActor status=8 Terminating(Termination) 12:28:55 | | toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470#2010913577] 12:28:55 | ⌊-> StreamSupervisor-470 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=8 Terminating(Termination) 12:28:55 | | toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470/flow-10-0-seqSink#-1318751396] 12:28:55 | ⌊-> flow-10-0-seqSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:28:55 ⌊-> $b RepointableActorRef class org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProvider$CachingPolicyEnforcerProviderActor status=0 no children 12:28:55 ⌊-> blockedNamespacesReplicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children 12:28:55 ⌊-> policy-announcement-aware-replicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children 12:28:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.76 s -- in org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest 12:28:55 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest 12:28:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest 12:28:55 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest 12:28:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest 12:28:55 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest 12:28:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest 12:28:55 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest 12:28:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest 12:28:56 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest 12:28:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest 12:29:10 [INFO] 12:29:10 [INFO] Results: 12:29:10 [INFO] 12:29:10 [INFO] Tests run: 305, Failures: 0, Errors: 0, Skipped: 0 12:29:10 [INFO] 12:29:10 [INFO] 12:29:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service --- 12:29:10 [INFO] 12:29:10 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service --- 12:29:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 12:29:10 [INFO] 12:29:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service --- 12:29:10 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:29:10 [INFO] No previous run data found, generating javadoc. 12:29:14 [WARNING] Javadoc Warnings 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.common.config; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.enforcement; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer; 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES = 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) { 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) { 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] public DefaultSubjectIdFromActionResolver() { 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] public final class PoliciesPlaceholders { 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() { 12:29:14 [WARNING] ^ 12:29:14 [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> 12:29:14 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse( 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver", 12:29:14 [WARNING] ^ 12:29:14 [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 12:29:14 [WARNING] public static final String ACTOR_NAME = "policyOps"; 12:29:14 [WARNING] ^ 12:29:14 [WARNING] 18 warnings 12:29:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 12:29:14 [INFO] 12:29:14 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service --- 12:29:14 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:29:14 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:29:14 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:29:14 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:29:14 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:29:14 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:29:14 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:29:14 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:29:14 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:29:14 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:29:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:29:14 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:29:14 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:29:14 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:29:14 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:29:14 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:29:14 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:29:14 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:29:14 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:29:14 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:29:14 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:29:14 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:29:14 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:29:14 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:29:14 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:29:14 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:29:14 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:29:14 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:29:14 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:29:14 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:29:14 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:29:14 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:29:14 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:29:14 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:14 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:17 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:21 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:29:21 [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: 12:29:21 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:29:21 [WARNING] - META-INF/NOTICE.md 12:29:21 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/LICENSE.txt 12:29:21 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:29:21 [WARNING] - META-INF.versions.9.module-info 12:29:21 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:29:21 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:29:21 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:29:21 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-policies-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/MANIFEST.MF 12:29:21 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:29:21 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/DISCLAIMER 12:29:21 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/io.netty.versions.properties 12:29:21 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-policies-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:29:21 [WARNING] - META-INF/LICENSE 12:29:21 [WARNING] maven-shade-plugin has detected that some files are 12:29:21 [WARNING] present in two or more JARs. When this happens, only one 12:29:21 [WARNING] single version of the file is copied to the uber jar. 12:29:21 [WARNING] Usually this is not harmful and you can skip these warnings, 12:29:21 [WARNING] otherwise try to manually exclude artifacts based on 12:29:21 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:29:21 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:29:21 [INFO] Attaching shaded artifact. 12:29:21 [INFO] 12:29:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service --- 12:29:21 [INFO] Tests are skipped. 12:29:21 [INFO] 12:29:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service --- 12:29:21 [INFO] Tests are skipped. 12:29:21 [INFO] 12:29:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service --- 12:29:21 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 12:29:21 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes 12:29:21 [INFO] 12:29:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service --- 12:29:21 [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 12:29:21 [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 12:29:21 [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 12:29:21 [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 12:29:21 [INFO] 12:29:21 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >--------------- 12:29:21 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT [75/77] 12:29:21 [INFO] from wot/integration/pom.xml 12:29:21 [INFO] --------------------------------[ jar ]--------------------------------- 12:29:21 [INFO] 12:29:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-integration --- 12:29:21 [INFO] 12:29:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-integration --- 12:29:21 [INFO] 12:29:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration --- 12:29: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/wot/integration/target/jacoco.exec 12:29:21 [INFO] 12:29:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration --- 12:29:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:29:21 [WARNING] 12:29:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:29:21 [WARNING] 12:29:21 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:29:21 [WARNING] 12:29:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:29:22 [INFO] 12:29:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration --- 12:29:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources 12:29:22 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:29:22 [INFO] 12:29:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration --- 12:29:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT... 12:29:22 [INFO] 12:29:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration --- 12:29:22 [INFO] Changes detected - recompiling the module! :dependency 12:29:22 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 12:29:22 [INFO] 12:29:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration --- 12:29:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources 12:29:22 [INFO] 12:29:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration --- 12:29:22 [INFO] No sources to compile 12:29:22 [INFO] 12:29:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration --- 12:29:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:29:22 [INFO] No tests to run. 12:29:22 [INFO] 12:29:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration --- 12:29:22 [INFO] 12:29:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration --- 12:29:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 12:29:22 [INFO] 12:29:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration --- 12:29:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:29:22 [INFO] No previous run data found, generating javadoc. 12:29:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 12:29:24 [INFO] 12:29:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration --- 12:29:24 [INFO] Tests are skipped. 12:29:24 [INFO] 12:29:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration --- 12:29:24 [INFO] Tests are skipped. 12:29:24 [INFO] 12:29:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration --- 12:29:24 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:29:24 [INFO] 12:29:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration --- 12:29:24 [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 12:29:24 [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 12:29:24 [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 12:29:24 [INFO] 12:29:24 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- 12:29:24 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [76/77] 12:29:24 [INFO] from things/service/pom.xml 12:29:24 [INFO] --------------------------------[ jar ]--------------------------------- 12:29:24 [INFO] 12:29:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-service --- 12:29:24 [INFO] 12:29:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-service --- 12:29:24 [INFO] 12:29:24 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service --- 12:29:24 [INFO] Assigning port '37481' to property 'random-pekko-tcp-port' 12:29:24 [INFO] 12:29:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service --- 12:29:24 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 12:29:24 [INFO] 12:29:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service --- 12:29:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:29:24 [WARNING] 12:29:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:29:24 [WARNING] 12:29:24 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:29:24 [WARNING] 12:29:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:29:24 [INFO] 12:29:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service --- 12:29:24 [INFO] Copying 1 resource from src/main/resources to target/classes 12:29:24 [INFO] Copying 5 resources from src/main/resources to target/classes 12:29:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:29:24 [INFO] 12:29:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service --- 12:29:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT... 12:29:24 [INFO] 12:29:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service --- 12:29:24 [INFO] Changes detected - recompiling the module! :dependency 12:29:24 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes 12:29:25 [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. 12:29:25 [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. 12:29:25 [INFO] 12:29:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service --- 12:29:25 [INFO] Copying 5 resources from src/test/resources to target/test-classes 12:29:25 [INFO] 12:29:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service --- 12:29:25 [INFO] Changes detected - recompiling the module! :dependency 12:29:25 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes 12:29:28 [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. 12:29:28 [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. 12:29:28 [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. 12:29:28 [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. 12:29:28 [INFO] 12:29:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service --- 12:29:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:29:28 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/service/target/surefire-reports 12:29:28 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider 12:29:28 [INFO] 12:29:28 [INFO] ------------------------------------------------------- 12:29:28 [INFO] T E S T S 12:29:28 [INFO] ------------------------------------------------------- 12:29:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest 12:29:30 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest 12:29:30 [INFO] Running org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest 12:29:31 17:29:30,879 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 12:29:31 17:29:30,881 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - No custom configurators were discovered as a service. 12:29:31 17:29:30,881 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 12:29:31 17:29:30,883 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 12:29:31 17:29:30,888 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 12:29:31 17:29:30,888 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 12:29:31 17:29:30,893 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 6 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 12:29:31 17:29:30,893 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 12:29:31 17:29:30,895 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 12:29:31 17:29:30,897 |-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] 12:29:31 17:29:31,012 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack 12:29:31 17:29:31,024 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@576b7c74 - Setting level of jul logger [org.junit] to null 12:29:31 17:29:31,025 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@576b7c74 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework 12:29:31 17:29:31,025 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Starting LoggerContextListener 12:29:31 17:29:31,026 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE] 12:29:31 17:29:31,026 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:29:31 17:29:31,040 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:29:31 17:29:31,085 |-ERROR in ch.qos.logback.classic.pattern.LoggerConverter@21de60a7 - failed to parse integer string [20‚] java.lang.NumberFormatException: For input string: "20‚" 12:29:31 at java.lang.NumberFormatException: For input string: "20‚" 12:29:31 at at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) 12:29:31 at at java.base/java.lang.Integer.parseInt(Integer.java:668) 12:29:31 at at java.base/java.lang.Integer.parseInt(Integer.java:786) 12:29:31 at at ch.qos.logback.classic.pattern.NamedConverter.start(NamedConverter.java:92) 12:29:31 at at ch.qos.logback.core.pattern.ConverterUtil.startConverters(ConverterUtil.java:37) 12:29:31 at at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:90) 12:29:31 at at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28) 12:29:31 at at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandleComplex(ImplicitModelHandler.java:208) 12:29:31 at at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandle(ImplicitModelHandler.java:186) 12:29:31 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:257) 12:29:31 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253) 12:29:31 at at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253) 12:29:31 at at ch.qos.logback.core.model.processor.DefaultProcessor.traversalLoop(DefaultProcessor.java:90) 12:29:31 at at ch.qos.logback.core.model.processor.DefaultProcessor.process(DefaultProcessor.java:106) 12:29:31 at at ch.qos.logback.core.joran.GenericXMLConfigurator.processModel(GenericXMLConfigurator.java:208) 12:29:31 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:170) 12:29:31 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:122) 12:29:31 at at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:65) 12:29:31 at at ch.qos.logback.classic.util.DefaultJoranConfigurator.configureByResource(DefaultJoranConfigurator.java:68) 12:29:31 at at ch.qos.logback.classic.util.DefaultJoranConfigurator.configure(DefaultJoranConfigurator.java:35) 12:29:31 at at ch.qos.logback.classic.util.ContextInitializer.invokeConfigure(ContextInitializer.java:128) 12:29:31 at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:103) 12:29:31 at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:66) 12:29:31 at at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:52) 12:29:31 at at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:41) 12:29:31 at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:196) 12:29:31 at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183) 12:29:31 at at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486) 12:29:31 at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472) 12:29:31 at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421) 12:29:31 at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447) 12:29:31 at at org.eclipse.ditto.internal.utils.pekko.logging.DittoLoggerFactory.getThreadSafeLogger(DittoLoggerFactory.java:95) 12:29:31 at at org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded.<clinit>(AbstractEnforcementReloaded.java:36) 12:29:31 at at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.lambda$rejectByPolicy$0(MergeThingCommandEnforcementTest.java:121) 12:29:31 at at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) 12:29:31 at at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59) 12:29:31 at at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.rejectByPolicy(MergeThingCommandEnforcementTest.java:120) 12:29:31 at at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:29:31 at at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:29:31 at at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:29:31 at at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:29:31 at at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 12:29:31 at at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) 12:29:31 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) 12:29:31 at at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) 12:29:31 at at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) 12:29:31 at at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94) 12:29:31 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) 12:29:31 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 12:29:31 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) 12:29:31 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) 12:29:31 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) 12:29:31 at at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) 12:29:31 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) 12:29:31 at at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 12:29:31 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 12:29:31 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:226) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:204) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:142) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.lambda$execute$2(TestTemplateTestDescriptor.java:110) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 12:29:31 at at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:29:31 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 12:29:31 at at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) 12:29:31 at at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:29:31 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 12:29:31 at at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:29:31 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:29:31 at at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276) 12:29:31 at at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 12:29:31 at at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 12:29:31 at at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 12:29:31 at at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:110) 12:29:31 at at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:44) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 12:29:31 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 12:29:31 at at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 12:29:31 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 12:29:31 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 12:29:31 at at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) 12:29:31 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) 12:29:31 at at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) 12:29:31 at at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) 12:29:31 at at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 12:29:31 at at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) 12:29:31 at at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) 12:29:31 at at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) 12:29:31 at at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) 12:29:31 at at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) 12:29:31 at at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) 12:29:31 at at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) 12:29:31 at at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) 12:29:31 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) 12:29:31 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) 12:29:31 at at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) 12:29:31 at at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:29:31 at at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:29:31 at at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:29:31 at at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:29:31 17:29:31,086 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 12:29:31 17:29:31,086 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@576b7c74 - Propagating INFO level on Logger[org.eclipse.ditto] onto the JUL framework 12:29:31 17:29:31,086 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 12:29:31 17:29:31,086 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@576b7c74 - Propagating WARN level on Logger[ROOT] onto the JUL framework 12:29:31 17:29:31,086 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT] 12:29:31 17:29:31,087 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2251b3bc - End of configuration. 12:29:31 17:29:31,088 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3fbe503c - Registering current configuration as safe fallback point 12:29:31 17:29:31,088 |-INFO in ch.qos.logback.classic.util.ContextInitializer@799f916e - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 193 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 12:29:31 12:29:31 [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest 12:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.500 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest 12:29:32 [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.FeaturesModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest 12:29:32 [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.FeatureCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest 12:29:32 [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.FeatureDefinitionDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest 12:29:32 [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.AttributeCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest 12:29:32 [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.FeatureDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest 12:29:32 [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.FeaturesDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest 12:29:32 [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.FeatureDesiredPropertiesModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest 12:29:32 [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.FeatureModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest 12:29:32 [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.ThingDefinitionModifiedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest 12:29:32 [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.ThingDefinitionDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest 12:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest 12:29:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest 12:29:32 [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 12:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest 12:29:35 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:29:37 [INFO] [01/25/2024 17:29:37.374] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.824 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest 12:29:37 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest 12:29:37 [INFO] [01/25/2024 17:29:37.883] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest 12:29:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest 12:29:38 [INFO] [01/25/2024 17:29:38.199] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest 12:29:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest 12:29:38 [INFO] [01/25/2024 17:29:38.375] [main] [CoordinatedShutdown(pekko://RetrieveAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest 12:29:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest 12:29:38 [INFO] [01/25/2024 17:29:38.540] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest 12:29:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest 12:29:38 [INFO] [01/25/2024 17:29:38.690] [main] [CoordinatedShutdown(pekko://DeleteThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:38 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest 12:29:38 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest 12:29:41 [INFO] [01/25/2024 17:29:41.158] [main] [CoordinatedShutdown(pekko://RetrieveFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.412 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest 12:29:41 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest 12:29:42 [INFO] [01/25/2024 17:29:42.108] [main] [CoordinatedShutdown(pekko://RetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest 12:29:42 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest 12:29:42 [INFO] [01/25/2024 17:29:42.241] [main] [CoordinatedShutdown(pekko://ModifyThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest 12:29:42 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest 12:29:42 [INFO] [01/25/2024 17:29:42.350] [main] [CoordinatedShutdown(pekko://ModifyFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest 12:29:42 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest 12:29:42 [INFO] [01/25/2024 17:29:42.476] [main] [CoordinatedShutdown(pekko://DeleteFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest 12:29:42 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest 12:29:42 [INFO] [01/25/2024 17:29:42.608] [main] [CoordinatedShutdown(pekko://ModifyAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest 12:29:42 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest 12:29:43 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest 12:29:43 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest 12:29:43 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest 12:29:43 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest 12:29:43 [INFO] [01/25/2024 17:29:43.218] [main] [CoordinatedShutdown(pekko://RetrieveThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest 12:29:43 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest 12:29:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest 12:29:44 [INFO] [01/25/2024 17:29:44.404] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:44 [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.RetrieveFeatureDesiredPropertyStrategyTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest 12:29:44 [INFO] [01/25/2024 17:29:44.551] [main] [CoordinatedShutdown(pekko://MergeThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest 12:29:44 [INFO] [01/25/2024 17:29:44.643] [main] [CoordinatedShutdown(pekko://DeleteFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest 12:29:44 [INFO] [01/25/2024 17:29:44.767] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest 12:29:44 [INFO] [01/25/2024 17:29:44.857] [main] [CoordinatedShutdown(pekko://DeleteAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:44 [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.DeleteAttributesStrategyTest 12:29:44 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest 12:29:45 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.573] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.679] [main] [CoordinatedShutdown(pekko://DeleteAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.761] [main] [CoordinatedShutdown(pekko://ModifyPolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.835] [main] [CoordinatedShutdown(pekko://RetrievePolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.895] [main] [CoordinatedShutdown(pekko://ThingConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest 12:29:45 [INFO] [01/25/2024 17:29:45.978] [main] [CoordinatedShutdown(pekko://DeleteFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest 12:29:45 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest 12:29:46 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest 12:29:46 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest 12:29:46 [INFO] [01/25/2024 17:29:46.112] [main] [CoordinatedShutdown(pekko://SudoRetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:46 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest 12:29:46 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest 12:29:46 [INFO] [01/25/2024 17:29:46.192] [main] [CoordinatedShutdown(pekko://ModifyAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest 12:29:46 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest 12:29:46 [INFO] [01/25/2024 17:29:46.557] [main] [CoordinatedShutdown(pekko://ModifyFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest 12:29:46 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest 12:29:46 [INFO] [01/25/2024 17:29:46.954] [main] [CoordinatedShutdown(pekko://ModifyFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest 12:29:46 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.014] [main] [CoordinatedShutdown(pekko://DeleteThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.090] [main] [CoordinatedShutdown(pekko://RetrieveAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.189] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.277] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.367] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.450] [main] [CoordinatedShutdown(pekko://RetrieveFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest 12:29:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest 12:29:47 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest 12:29:47 [INFO] [01/25/2024 17:29:47.992] [main] [CoordinatedShutdown(pekko://ModifyThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest 12:29:48 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest 12:29:48 [INFO] [01/25/2024 17:29:48.076] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest 12:29:48 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest 12:29:48 [INFO] [01/25/2024 17:29:48.160] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest 12:29:48 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest 12:29:48 [INFO] [01/25/2024 17:29:48.275] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:29:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest 12:29:48 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest 12:29:48 2024-01-25 17:29:48,285 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:29:48 2024-01-25 17:29:48,307 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldNotBeDeletedOnThingRetrieveAndActorFail() 12:29:49 2024-01-25 17:29:49,592 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:29:50 2024-01-25 17:29:50,291 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b>. 12:29:50 java.lang.RuntimeException: Failed to create PersistenceActor 12:29:50 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 12:29:50 ... 20 common frames omitted 12:29:50 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:29:50 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 12:29:50 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 12:29:50 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:29:50 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:29:50 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:29:50 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 12:29:50 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 12:29:50 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:29:50 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:29:50 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:29:50 ... 10 common frames omitted 12:29:50 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 12:29:50 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:29:50 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:29:50 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:29:50 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:29:50 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:29:50 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:29:50 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:29:50 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:29:50 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:29:50 2024-01-25 17:29:50,296 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor 12:29:50 java.lang.RuntimeException: Failed to create PersistenceActor 12:29:50 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 12:29:50 ... 20 common frames omitted 12:29:50 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:29:50 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 12:29:50 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 12:29:50 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:29:50 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:29:50 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:29:50 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 12:29:50 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 12:29:50 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:29:50 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:29:50 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:29:50 ... 10 common frames omitted 12:29:50 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 12:29:50 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:29:50 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:29:50 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:29:50 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:29:50 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:29:50 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:29:50 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:29:50 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:29:50 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:29:50 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:29:50 2024-01-25 17:29:50,349 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b> terminated abnormally. 12:29:50 2024-01-25 17:29:50,375 WARN [sudoRetrieveThingFromThingEnforcerActor-e6ce0df0-61a3-40bb-b734-f1b70c8a7a1e] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b, selectedFields=/policyId, useOriginalSchemaVersion=false]> 12:29:50 2024-01-25 17:29:50,378 INFO [4ed7e13f-94f2-4df7-ad26-f761eebcf08d] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=4ed7e13f-94f2-4df7-ad26-f761eebcf08d}]> 12:29:50 2024-01-25 17:29:50,380 INFO [4ed7e13f-94f2-4df7-ad26-f761eebcf08d] 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:thingIdc17d6d93-10d8-438d-97c3-4e1994a92a8b' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=4ed7e13f-94f2-4df7-ad26-f761eebcf08d}]] 12:29:50 2024-01-25 17:29:50,549 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeaturesMetadata() 12:29:51 2024-01-25 17:29:51,325 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:29:51 2024-01-25 17:29:51,351 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>. 12:29:51 2024-01-25 17:29:51,411 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeader() 12:29:51 2024-01-25 17:29:51,607 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:29:51 2024-01-25 17:29:51,617 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:29:51 2024-01-25 17:29:51,654 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenNotExplicitlySpecifiedV2() 12:29:51 2024-01-25 17:29:51,793 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:29:51 2024-01-25 17:29:51,804 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:29:51 2024-01-25 17:29:51,814 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttribute() 12:29:52 2024-01-25 17:29:51,945 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:29:52 2024-01-25 17:29:51,956 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeSoThatThingGetsTooLarge() 12:30:16 2024-01-25 17:30:16,542 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:16 2024-01-25 17:30:16,566 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeMetadata() 12:30:16 2024-01-25 17:30:16,693 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:16 2024-01-25 17:30:16,700 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>. 12:30:16 2024-01-25 17:30:16,722 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyWithLiveChannelCondition() 12:30:16 2024-01-25 17:30:16,842 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:16 2024-01-25 17:30:16,868 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttributesMetadataWithDeleteMetadataHeader() 12:30:17 2024-01-25 17:30:17,004 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,012 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:17 2024-01-25 17:30:17,038 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureMetadataWithGetMetadataHeader() 12:30:17 2024-01-25 17:30:17,145 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,161 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteThingV2() 12:30:17 2024-01-25 17:30:17,274 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,275 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdce310aa5-b4eb-4170-bb0b-1478fced3c4f>. 12:30:17 2024-01-25 17:30:17,278 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:17 2024-01-25 17:30:17,285 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyAndAttributeMetadataWithGetMetadataWildcardHeader() 12:30:17 2024-01-25 17:30:17,391 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,408 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveLeafMetadataWithGetMetadataWildcardHeader() 12:30:17 2024-01-25 17:30:17,520 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,526 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:17 2024-01-25 17:30:17,547 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedIfPersistenceActorTerminates() 12:30:17 2024-01-25 17:30:17,640 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:17 2024-01-25 17:30:17,668 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 12:30:17 2024-01-25 17:30:17,670 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:17 2024-01-25 17:30:17,677 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:17 2024-01-25 17:30:17,738 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:17 2024-01-25 17:30:17,747 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:17 2024-01-25 17:30:17,754 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId6711b956-09bb-4ed5-b83d-e5be166e7087> terminated abnormally. 12:30:18 2024-01-25 17:30:18,257 WARN [sudoRetrieveThingFromThingEnforcerActor-e9d47e9a-9397-4bd6-83bf-71640fb4ea5c] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId6711b956-09bb-4ed5-b83d-e5be166e7087>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId6711b956-09bb-4ed5-b83d-e5be166e7087, selectedFields=/policyId, useOriginalSchemaVersion=false]> 12:30:18 2024-01-25 17:30:18,258 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2}]> 12:30:18 2024-01-25 17:30:18,259 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:thingId6711b956-09bb-4ed5-b83d-e5be166e7087' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2}]] 12:30:18 2024-01-25 17:30:18,277 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithoutPreviousCreate() 12:30:18 2024-01-25 17:30:18,371 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttribute() 12:30:18 2024-01-25 17:30:18,492 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:18 2024-01-25 17:30:18,498 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>. 12:30:18 2024-01-25 17:30:18,511 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToModifyFeaturePropertyAndReceiveCorrectErrorCode() 12:30:18 2024-01-25 17:30:18,607 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:18 2024-01-25 17:30:18,624 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedAndPolicyIsDeletedIfPersistenceActorFails() 12:30:18 2024-01-25 17:30:18,715 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:18 2024-01-25 17:30:18,721 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759>. 12:30:18 java.lang.RuntimeException: Failed to create PersistenceActor 12:30:18 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 12:30:18 ... 20 common frames omitted 12:30:18 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:30:18 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 12:30:18 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 12:30:18 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:30:18 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:30:18 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:30:18 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 12:30:18 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 12:30:18 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:30:18 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:30:18 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:30:18 ... 10 common frames omitted 12:30:18 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 12:30:18 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:30:18 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:30:18 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:30:18 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:30:18 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:30:18 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:30:18 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:30:18 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:30:18 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:30:18 2024-01-25 17:30:18,721 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor 12:30:18 java.lang.RuntimeException: Failed to create PersistenceActor 12:30:18 at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156) 12:30:18 ... 20 common frames omitted 12:30:18 Wrapped by: java.lang.reflect.InvocationTargetException: null 12:30:18 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 12:30:18 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) 12:30:18 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 12:30:18 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) 12:30:18 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) 12:30:18 at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60) 12:30:18 at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120) 12:30:18 at org.apache.pekko.actor.Props.newActor(Props.scala:236) 12:30:18 at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626) 12:30:18 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653) 12:30:18 ... 10 common frames omitted 12:30:18 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759/pa: exception during creation, root cause message: [Failed to create PersistenceActor] 12:30:18 at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206) 12:30:18 at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679) 12:30:18 at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523) 12:30:18 at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) 12:30:18 at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305) 12:30:18 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240) 12:30:18 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:30:18 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:30:18 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:30:18 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:30:18 2024-01-25 17:30:18,721 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759> terminated abnormally. 12:30:18 2024-01-25 17:30:18,737 INFO [79357ec2-569b-4424-80fa-0a5c6833c98f] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 12:30:18 2024-01-25 17:30:18,738 INFO [79357ec2-569b-4424-80fa-0a5c6833c98f] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:18 2024-01-25 17:30:18,739 INFO [79357ec2-569b-4424-80fa-0a5c6833c98f] 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. 12:30:18 2024-01-25 17:30:18,754 WARN [79357ec2-569b-4424-80fa-0a5c6833c98f] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=79357ec2-569b-4424-80fa-0a5c6833c98f}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759, 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:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=79357ec2-569b-4424-80fa-0a5c6833c98f, ditto-read-subjects=["test:allowedId"]}]], responseFuture=java.util.concurrent.CompletableFuture@6e5c83c7[Not completed, 1 dependents]] 12:30:18 2024-01-25 17:30:18,761 INFO [79357ec2-569b-4424-80fa-0a5c6833c98f] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=79357ec2-569b-4424-80fa-0a5c6833c98f, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]> 12:30:18 2024-01-25 17:30:18,761 INFO [79357ec2-569b-4424-80fa-0a5c6833c98f] 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:thingId311d5183-a6e2-4dd0-8dd4-995ef50bf759' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=79357ec2-569b-4424-80fa-0a5c6833c98f, ditto-read-subjects=["test:allowedId"]}]] 12:30:18 2024-01-25 17:30:18,879 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingWhichWasNotYetCreated() 12:30:19 2024-01-25 17:30:18,974 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2AndUpdateWithV2AndChangedPolicyId() 12:30:19 2024-01-25 17:30:19,066 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,071 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:19 2024-01-25 17:30:19,088 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAndRecreateThingWithMinimumData() 12:30:19 2024-01-25 17:30:19,195 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,196 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId21081f47-ae48-423e-a29f-68746b4886a7>. 12:30:19 2024-01-25 17:30:19,198 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:19 2024-01-25 17:30:19,201 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>. 12:30:19 2024-01-25 17:30:19,211 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#shutdownOnCommand() 12:30:19 2024-01-25 17:30:19,294 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:19 2024-01-25 17:30:19,309 INFO [] org.eclipse.ditto.base.service.actors.ShutdownBehaviour - Shutting down <Actor[pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdf1b41800-b799-4015-90e8-92f0fa465a9a#892264540]> due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=org.eclipse.ditto]]>. 12:30:19 2024-01-25 17:30:19,319 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureReturnsExpected() 12:30:19 2024-01-25 17:30:19,452 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,463 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatures() 12:30:19 2024-01-25 17:30:19,582 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,587 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>. 12:30:19 2024-01-25 17:30:19,601 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterCreation() 12:30:19 2024-01-25 17:30:19,708 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,724 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturesMetadataWithGetMetadataHeader() 12:30:19 2024-01-25 17:30:19,847 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:19 2024-01-25 17:30:19,863 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributes() 12:30:20 2024-01-25 17:30:19,980 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:20 2024-01-25 17:30:19,984 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>. 12:30:20 2024-01-25 17:30:20,001 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToCreateThingWithDifferentThingId() 12:30:20 2024-01-25 17:30:20,113 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldBeDeletedOnThingCreateAndErrorResponse() 12:30:20 2024-01-25 17:30:20,208 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:20 2024-01-25 17:30:20,319 INFO [c4f87153-6558-42c3-acd8-2648e66a3d98] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId> 12:30:20 2024-01-25 17:30:20,320 INFO [c4f87153-6558-42c3-acd8-2648e66a3d98] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:20 2024-01-25 17:30:20,323 WARN [c4f87153-6558-42c3-acd8-2648e66a3d98] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=c4f87153-6558-42c3-acd8-2648e66a3d98, ditto-read-subjects=["test:allowedId"]}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId9ac02798-abc0-48f1-ad37-f1849f3b94ce, policyId=org.eclipse.ditto:policyId, definition=null, attributes={"attrKey":"attrVal"}, features=ImmutableFeatures [features=[ImmutableFeature [featureId=featureId, definition=ImmutableFeatureDefinition [identifierList=[ns:name:version]], properties={"featurePropertyKey":"featurePropertyValue"}, desiredProperties=null]]], lifecycle=ACTIVE, revision=1, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null], response=ThingUnavailableException [message='Error in target persistent actor', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=c4f87153-6558-42c3-acd8-2648e66a3d98}]], responseFuture=java.util.concurrent.CompletableFuture@5eb63bc0[Not completed]] 12:30:20 2024-01-25 17:30:20,324 INFO [c4f87153-6558-42c3-acd8-2648e66a3d98] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=c4f87153-6558-42c3-acd8-2648e66a3d98, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]> 12:30:20 2024-01-25 17:30:20,326 INFO [c4f87153-6558-42c3-acd8-2648e66a3d98] 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. 12:30:20 2024-01-25 17:30:20,326 INFO [c4f87153-6558-42c3-acd8-2648e66a3d98] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='Error in target persistent actor', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, version=2, correlation-id=c4f87153-6558-42c3-acd8-2648e66a3d98}]] 12:30:20 2024-01-25 17:30:20,435 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenExplicitlySpecifiedV2() 12:30:20 2024-01-25 17:30:20,549 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:20 2024-01-25 17:30:20,555 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:20 2024-01-25 17:30:20,574 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterModification() 12:30:20 2024-01-25 17:30:20,682 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:20 2024-01-25 17:30:20,687 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:20 2024-01-25 17:30:20,700 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2WithMissingPolicyIdThrowsPolicyIdMissingException() 12:30:20 2024-01-25 17:30:20,800 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectness() 12:30:20 2024-01-25 17:30:20,886 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:20 2024-01-25 17:30:20,890 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:20 2024-01-25 17:30:20,902 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingAfterDeletion() 12:30:21 2024-01-25 17:30:21,006 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,007 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId13ed516e-e7a0-4a1a-8a24-0a50481e40eb>. 12:30:21 2024-01-25 17:30:21,010 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:21 2024-01-25 17:30:21,018 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttribute() 12:30:21 2024-01-25 17:30:21,104 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,106 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>. 12:30:21 2024-01-25 17:30:21,119 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteMetadataForDeleteAttributeCommand() 12:30:21 2024-01-25 17:30:21,209 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,212 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>. 12:30:21 2024-01-25 17:30:21,221 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributesMetadata() 12:30:21 2024-01-25 17:30:21,325 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,329 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>. 12:30:21 2024-01-25 17:30:21,352 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingV2() 12:30:21 2024-01-25 17:30:21,436 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,444 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#testRemovalOfEmptyMetadataAfterDeletion() 12:30:21 2024-01-25 17:30:21,543 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:21 2024-01-25 17:30:21,552 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:21 2024-01-25 17:30:21,558 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>. 12:30:21 2024-01-25 17:30:21,575 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingCreated() 12:30:21 2024-01-25 17:30:21,702 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:21,869 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdc1b1d5ff-e9a9-423d-92db-0889d7d41abb> was recovered. 12:30:22 2024-01-25 17:30:21,937 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingsWithoutThingIdOfActor() 12:30:22 2024-01-25 17:30:22,023 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,024 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] 12:30:22 2024-01-25 17:30:22,131 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttributesWithGetMetadataHeader() 12:30:22 2024-01-25 17:30:22,213 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,222 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatureMetadata() 12:30:22 2024-01-25 17:30:22,316 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,320 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featureModified> w/ rev: <2>. 12:30:22 2024-01-25 17:30:22,336 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#responsesDuringInitializationAreSentWithDittoHeaders() 12:30:22 2024-01-25 17:30:22,436 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingDeleted() 12:30:22 2024-01-25 17:30:22,538 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,539 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdb1aca293-572d-4398-911c-4fbfc7392043>. 12:30:22 2024-01-25 17:30:22,542 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:22 2024-01-25 17:30:22,661 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeaderForMergeCommand() 12:30:22 2024-01-25 17:30:22,746 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,751 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>. 12:30:22 2024-01-25 17:30:22,767 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteExistingMetadataWithMergeCommand() 12:30:22 2024-01-25 17:30:22,854 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:22 2024-01-25 17:30:22,859 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>. 12:30:22 2024-01-25 17:30:22,868 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#multipleMetadataHeadersResultsInException() 12:30:22 2024-01-25 17:30:22,952 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:22,960 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithWildcardInMetadata() 12:30:23 2024-01-25 17:30:23,043 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:23,049 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:23 2024-01-25 17:30:23,061 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectnessAfterRecovery() 12:30:23 2024-01-25 17:30:23,152 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:23,156 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:23 2024-01-25 17:30:23,263 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdd665559e-190b-44f9-931e-edb5a303bc01> was recovered. 12:30:23 2024-01-25 17:30:23,375 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterRecovery() 12:30:23 2024-01-25 17:30:23,468 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:23,578 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdca9c2b14-e74b-41b0-8438-8568cdd9cac6> was recovered. 12:30:23 2024-01-25 17:30:23,689 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingV2() 12:30:23 2024-01-25 17:30:23,773 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:23,782 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingV2() 12:30:23 2024-01-25 17:30:23,864 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:23 2024-01-25 17:30:23,868 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:23 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.61 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest 12:30:23 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest 12:30:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.820 s -- in org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest 12:30:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest 12:30:26 2024-01-25 17:30:26,706 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:26 2024-01-25 17:30:26,713 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#thingInArbitraryStateIsSnapshotCorrectly() 12:30:26 2024-01-25 17:30:26,827 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told CreateThing, expecting CreateThingResponse ... 12:30:26 2024-01-25 17:30:26,831 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:26 2024-01-25 17:30:26,831 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots are empty. .. 12:30:27 2024-01-25 17:30:27,854 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told ModifyThing, expecting ModifyThingResponse. .. 12:30:27 2024-01-25 17:30:27,859 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:27 2024-01-25 17:30:27,861 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots contain Thing.. 12:30:29 2024-01-25 17:30:28,873 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse ... 12:30:29 2024-01-25 17:30:28,875 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Restarting ThingPersistenceActor ... 12:30:29 2024-01-25 17:30:28,875 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting ThingPersistenceActor to be terminated ... 12:30:29 2024-01-25 17:30:28,875 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Recreating ThingPersistenceActor ... 12:30:29 2024-01-25 17:30:28,977 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse.. 12:30:29 2024-01-25 17:30:28,981 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId9821569a-94d8-4cab-9844-5328eeda43ea> was recovered. 12:30:29 2024-01-25 17:30:28,997 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#deletedThingIsSnapshotWithCorrectDataAndCanBeRecreated() 12:30:29 2024-01-25 17:30:29,102 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:30 2024-01-25 17:30:30,110 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdbaefc12f-a2bb-4687-97e1-157a6c64a01a>. 12:30:30 2024-01-25 17:30:30,112 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:31 2024-01-25 17:30:31,230 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>. 12:30:32 2024-01-25 17:30:32,253 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#actorCannotBeStartedWithNegativeSnapshotThreshold() 12:30:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.630 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest 12:30:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest 12:30:32 2024-01-25 17:30:32,337 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:32 2024-01-25 17:30:32,345 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#testDeletedThingIsCleanedUpCorrectly() 12:30:32 2024-01-25 17:30:32,446 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:33 2024-01-25 17:30:33,455 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdb67bbea8-c02e-4387-941a-d11f0d7f0183>. 12:30:33 2024-01-25 17:30:33,458 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>. 12:30:34 2024-01-25 17:30:34,468 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingIdb67bbea8-c02e-4387-941a-d11f0d7f0183', deleting snapshots to sequence number 1 and events to 1. 12:30:34 2024-01-25 17:30:34,482 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingIdb67bbea8-c02e-4387-941a-d11f0d7f0183' completed. 12:30:35 2024-01-25 17:30:35,500 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#cleanupDeletesUntilButExcludingLatestSnapshot() 12:30:35 2024-01-25 17:30:35,583 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>. 12:30:36 2024-01-25 17:30:36,598 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>. 12:30:37 2024-01-25 17:30:37,613 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>. 12:30:38 2024-01-25 17:30:38,628 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <4>. 12:30:39 2024-01-25 17:30:39,644 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <5>. 12:30:40 2024-01-25 17:30:40,665 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <6>. 12:30:41 2024-01-25 17:30:41,690 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <7>. 12:30:42 2024-01-25 17:30:42,715 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <8>. 12:30:43 2024-01-25 17:30:43,738 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <9>. 12:30:44 2024-01-25 17:30:44,762 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <10>. 12:30:45 2024-01-25 17:30:45,788 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <11>. 12:30:46 2024-01-25 17:30:46,815 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId080ee752-a770-41a2-a294-1d4474794d71', deleting snapshots to sequence number 9 and events to 10. 12:30:46 2024-01-25 17:30:46,817 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId080ee752-a770-41a2-a294-1d4474794d71' completed. 12:30:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.50 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest 12:30:47 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest 12:30:48 [INFO] [01/25/2024 17:30:48.629] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:30:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest 12:30:48 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest 12:30:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest 12:30:48 [INFO] Running org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest 12:30:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest 12:30:48 [INFO] Running org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest 12:30:48 2024-01-25 17:30:48,950 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:49 2024-01-25 17:30:49,025 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,069 INFO [ce4ea3eb-1ad4-456c-b071-00e9a95cf300] 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]] 12:30:49 2024-01-25 17:30:49,070 INFO [ce4ea3eb-1ad4-456c-b071-00e9a95cf300] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=ce4ea3eb-1ad4-456c-b071-00e9a95cf300}]> 12:30:49 2024-01-25 17:30:49,072 INFO [ce4ea3eb-1ad4-456c-b071-00e9a95cf300] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: MessageSendNotAllowedException [message='You are not allowed to send messages for the Thing with id 'thing:id'!', errorCode=messages:send.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=ce4ea3eb-1ad4-456c-b071-00e9a95cf300}]] 12:30:49 2024-01-25 17:30:49,172 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,239 INFO [ee2b94ef-a3fb-4343-999d-2df0c3f3f1cb] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 12:30:49 2024-01-25 17:30:49,244 INFO [ee2b94ef-a3fb-4343-999d-2df0c3f3f1cb] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 12:30:49 2024-01-25 17:30:49,250 INFO [ee2b94ef-a3fb-4343-999d-2df0c3f3f1cb] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 12:30:49 2024-01-25 17:30:49,251 INFO [ee2b94ef-a3fb-4343-999d-2df0c3f3f1cb_563b414d-f71c-472c-a4a3-61447ae39891] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 12:30:49 2024-01-25 17:30:49,417 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,454 INFO [51ec680a-ef46-40ab-8f68-6a501c912061] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success' 12:30:49 2024-01-25 17:30:49,455 INFO [51ec680a-ef46-40ab-8f68-6a501c912061] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage> 12:30:49 2024-01-25 17:30:49,537 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,562 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:49 2024-01-25 17:30:49,563 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:49 2024-01-25 17:30:49,575 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:49 2024-01-25 17:30:49,577 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] 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#-446981624], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:49 2024-01-25 17:30:49,579 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 12:30:49 2024-01-25 17:30:49,580 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=3c2f49ad-aaa9-4cd5-a373-828b03420cbc, 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> 12:30:49 2024-01-25 17:30:49,583 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:49 2024-01-25 17:30:49,586 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:49 2024-01-25 17:30:49,587 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:49 2024-01-25 17:30:49,590 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:49 2024-01-25 17:30:49,591 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] 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#47082773], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:49 2024-01-25 17:30:49,591 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=3c2f49ad-aaa9-4cd5-a373-828b03420cbc2, 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> 12:30:49 2024-01-25 17:30:49,592 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 12:30:49 2024-01-25 17:30:49,593 INFO [3c2f49ad-aaa9-4cd5-a373-828b03420cbc2] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:49 2024-01-25 17:30:49,693 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,719 INFO [b00bdca9-290c-4267-af1e-817c9c2e4d71] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:featureMessage> with outcome 'success' 12:30:49 2024-01-25 17:30:49,720 INFO [b00bdca9-290c-4267-af1e-817c9c2e4d71] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:featureMessage> 12:30:49 2024-01-25 17:30:49,805 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,830 INFO [243caa17-2921-43af-aa6c-18af23a9a209] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=243caa17-2921-43af-aa6c-18af23a9a209, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]> 12:30:49 2024-01-25 17:30:49,831 INFO [243caa17-2921-43af-aa6c-18af23a9a209] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'success' 12:30:49 2024-01-25 17:30:49,833 INFO [243caa17-2921-43af-aa6c-18af23a9a209] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <Publish> sent via tell) 12:30:49 2024-01-25 17:30:49,835 INFO [ad87741a-870a-4370-beab-301f4d9db8b1] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=ad87741a-870a-4370-beab-301f4d9db8b1, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/xyz, attributeValue="abc"]> 12:30:49 2024-01-25 17:30:49,835 INFO [ad87741a-870a-4370-beab-301f4d9db8b1] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=ad87741a-870a-4370-beab-301f4d9db8b1, response-required=false}]> 12:30:49 2024-01-25 17:30:49,836 INFO [ad87741a-870a-4370-beab-301f4d9db8b1] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=ad87741a-870a-4370-beab-301f4d9db8b1, response-required=false}]] 12:30:49 2024-01-25 17:30:49,914 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:49 2024-01-25 17:30:49,943 INFO [6ccba3e7-c86a-4f09-a4f4-c1930596879a] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=6ccba3e7-c86a-4f09-a4f4-c1930596879a}]> 12:30:49 2024-01-25 17:30:49,944 INFO [6ccba3e7-c86a-4f09-a4f4-c1930596879a] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=6ccba3e7-c86a-4f09-a4f4-c1930596879a}]] 12:30:49 2024-01-25 17:30:49,946 INFO [b43f6117-263a-44e6-b65c-25ac54820c6e] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=b43f6117-263a-44e6-b65c-25ac54820c6e}]> 12:30:49 2024-01-25 17:30:49,947 INFO [b43f6117-263a-44e6-b65c-25ac54820c6e] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: FeatureNotModifiableException [message='The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required).', errorCode=things:feature.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of the Thing and the ID of your requested Feature was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=b43f6117-263a-44e6-b65c-25ac54820c6e}]] 12:30:50 2024-01-25 17:30:50,046 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,070 INFO [e08699ac-28b0-4658-9449-28fb4c6a159c] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=e08699ac-28b0-4658-9449-28fb4c6a159c, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]> 12:30:50 2024-01-25 17:30:50,070 INFO [e08699ac-28b0-4658-9449-28fb4c6a159c] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=e08699ac-28b0-4658-9449-28fb4c6a159c, response-required=false}]> 12:30:50 2024-01-25 17:30:50,071 INFO [e08699ac-28b0-4658-9449-28fb4c6a159c] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, version=2, correlation-id=e08699ac-28b0-4658-9449-28fb4c6a159c, response-required=false}]] 12:30:50 2024-01-25 17:30:50,164 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,190 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:50 2024-01-25 17:30:50,191 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:50 2024-01-25 17:30:50,195 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:50 2024-01-25 17:30:50,195 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] 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#-1247506329], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:50 2024-01-25 17:30:50,195 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=b6935ebb-75ee-4fa1-90ed-c92f681fc553, 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> 12:30:50 2024-01-25 17:30:50,196 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 12:30:50 2024-01-25 17:30:50,198 INFO [b6935ebb-75ee-4fa1-90ed-c92f681fc553] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:50 2024-01-25 17:30:50,277 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,302 INFO [be4d8482-b9bf-4eb6-b5dc-25b61237a139] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:modifyFeature> 12:30:50 2024-01-25 17:30:50,303 INFO [be4d8482-b9bf-4eb6-b5dc-25b61237a139] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 12:30:50 2024-01-25 17:30:50,304 INFO [be4d8482-b9bf-4eb6-b5dc-25b61237a139] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <things.commands:modifyFeature> 12:30:50 2024-01-25 17:30:50,307 INFO [f05d3e3b-279f-4ee8-8f3c-9f46dfa2c1a7] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:50 2024-01-25 17:30:50,307 INFO [f05d3e3b-279f-4ee8-8f3c-9f46dfa2c1a7] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest 12:30:50 [INFO] Running org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest 12:30:50 2024-01-25 17:30:50,318 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:50 2024-01-25 17:30:50,389 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,412 INFO [rejectCreateByInlinePolicyWithInvalidId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInlinePolicyWithInvalidId, version=2}]> 12:30:50 2024-01-25 17:30:50,413 INFO [rejectCreateByInlinePolicyWithInvalidId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyIdInvalidException [message='Policy ID 'invalid-policy-id' is not valid!', errorCode=policies:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInlinePolicyWithInvalidId, version=2}]] 12:30:50 2024-01-25 17:30:50,691 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,716 INFO [rejectByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy, version=2}]> 12:30:50 2024-01-25 17:30:50,716 INFO [rejectByPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy, version=2}]] 12:30:50 2024-01-25 17:30:50,719 INFO [rejectByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy, version=2}]> 12:30:50 2024-01-25 17:30:50,720 INFO [rejectByPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: FeatureNotModifiableException [message='The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required).', errorCode=things:feature.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of the Thing and the ID of your requested Feature was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy, version=2}]] 12:30:50 2024-01-25 17:30:50,800 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,825 INFO [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 12:30:50 2024-01-25 17:30:50,825 INFO [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:50 2024-01-25 17:30:50,910 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:50 2024-01-25 17:30:50,939 INFO [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 12:30:50 2024-01-25 17:30:50,943 INFO [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:51 2024-01-25 17:30:51,019 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,046 INFO [rejectModifyWithConditionAndNoReadPermissionForAttributes] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectModifyWithConditionAndNoReadPermissionForAttributes, version=2, condition=eq(attributes/testAttr,"testString")}]> 12:30:51 2024-01-25 17:30:51,047 INFO [rejectModifyWithConditionAndNoReadPermissionForAttributes] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectModifyWithConditionAndNoReadPermissionForAttributes, version=2, condition=eq(attributes/testAttr,"testString")}]] 12:30:51 2024-01-25 17:30:51,219 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,244 INFO [rejectQueryByThingNotAccessibleException] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByThingNotAccessibleException, version=2}]> 12:30:51 2024-01-25 17:30:51,245 INFO [rejectQueryByThingNotAccessibleException] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByThingNotAccessibleException, version=2}]] 12:30:51 2024-01-25 17:30:51,330 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,355 INFO [rejectQueryByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByPolicyNotAccessibleExceptionWhenThingExists, version=2}]> 12:30:51 2024-01-25 17:30:51,356 INFO [rejectQueryByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByPolicyNotAccessibleExceptionWhenThingExists, version=2}]] 12:30:51 2024-01-25 17:30:51,441 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,467 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:51 2024-01-25 17:30:51,471 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:51 2024-01-25 17:30:51,474 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, version=2, condition=exists(features/revokedFeature)}]> 12:30:51 2024-01-25 17:30:51,475 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, version=2, condition=exists(features/revokedFeature)}]] 12:30:51 2024-01-25 17:30:51,478 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, version=2, live-channel-condition=exists(features/revokedFeature), channel=live}]> 12:30:51 2024-01-25 17:30:51,479 INFO [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the live channel condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, version=2, live-channel-condition=exists(features/revokedFeature), channel=live}]] 12:30:51 2024-01-25 17:30:51,565 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,595 INFO [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 12:30:51 2024-01-25 17:30:51,595 INFO [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:51 2024-01-25 17:30:51,682 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:51 2024-01-25 17:30:51,712 INFO [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success' 12:30:51 2024-01-25 17:30:51,717 INFO [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:51 2024-01-25 17:30:51,720 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:52 2024-01-25 17:30:51,802 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:51,829 INFO [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 12:30:52 2024-01-25 17:30:51,829 INFO [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:52 2024-01-25 17:30:51,912 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:51,937 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. 12:30:52 2024-01-25 17:30:51,938 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.' 12:30:52 2024-01-25 17:30:51,938 INFO [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testCreateByCopyFromPolicyWithPolicyLockout, version=2}]> 12:30:52 2024-01-25 17:30:51,939 INFO [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotCreatableException [message='The Thing with ID 'thing:id' could not be created as the Policy with ID 'thing:id' could not be created due to: 'The Policy with ID 'thing:id' could not be found or requester had insufficient permissions to access it.'', errorCode=things:thing.notcreatable, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Either check if the ID of the Policy you created the Thing with is correct and that the Policy is existing or If you want to use the existing Policy, specify it as 'policyId' in the Thing JSON you create.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testCreateByCopyFromPolicyWithPolicyLockout, version=2}]] 12:30:52 2024-01-25 17:30:52,022 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,048 INFO [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:id> 12:30:52 2024-01-25 17:30:52,048 INFO [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:52 2024-01-25 17:30:52,133 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,157 INFO [rejectUpdateByThingNotAccessibleException] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByThingNotAccessibleException, version=2}]> 12:30:52 2024-01-25 17:30:52,158 INFO [rejectUpdateByThingNotAccessibleException] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByThingNotAccessibleException, version=2}]] 12:30:52 2024-01-25 17:30:52,243 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,268 INFO [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 12:30:52 2024-01-25 17:30:52,269 INFO [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:52 2024-01-25 17:30:52,353 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,378 INFO [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <empty:policy> 12:30:52 2024-01-25 17:30:52,380 INFO [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByOwnPolicy, version=2}]> 12:30:52 2024-01-25 17:30:52,380 INFO [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotModifiableException [message='The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required).', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByOwnPolicy, version=2}]] 12:30:52 2024-01-25 17:30:52,472 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,497 INFO [rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists, version=2}]> 12:30:52 2024-01-25 17:30:52,498 INFO [rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotModifiableException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists, version=2}]] 12:30:52 2024-01-25 17:30:52,577 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,604 INFO [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, version=2, live-channel-condition=exists(thingId)}]> 12:30:52 2024-01-25 17:30:52,605 INFO [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: LiveChannelConditionNotAllowedException [message='The specified 'live-channel-condition' is only allowed to be used for retrieving API calls.', errorCode=things:live.channelcondition.notallowed, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='For modifying API calls the 'live-channel-condition' cannot be used, please remove the condition.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, version=2, live-channel-condition=exists(thingId), ditto-read-subjects=["google:subject"]}]] 12:30:52 2024-01-25 17:30:52,805 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:52 2024-01-25 17:30:52,832 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id> 12:30:52 2024-01-25 17:30:52,833 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:52 2024-01-25 17:30:52,838 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:52 2024-01-25 17:30:52,841 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:52 2024-01-25 17:30:52,844 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyPolicyId> with outcome 'success' 12:30:52 2024-01-25 17:30:52,848 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyAttribute> with outcome 'success' 12:30:52 2024-01-25 17:30:52,853 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveAttribute> with outcome 'success' 12:30:52 2024-01-25 17:30:52,856 INFO [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveAttribute> 12:30:53 2024-01-25 17:30:52,977 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,006 INFO [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, version=2, condition=eq(attributes//testAttr,"testString")}]> 12:30:53 2024-01-25 17:30:53,006 INFO [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionInvalidException [message='The specified condition 'attributes//testAttr' is invalid.', errorCode=things:condition.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Consecutive slashes in JSON pointers are not supported.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, version=2, condition=eq(attributes//testAttr,"testString")}]] 12:30:53 2024-01-25 17:30:53,196 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,221 INFO [rejectCreateByInvalidPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInvalidPolicy, version=2}]> 12:30:53 2024-01-25 17:30:53,221 INFO [rejectCreateByInvalidPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyInvalidException [message='The Policy specified for the Thing with ID 'thing:id' is invalid.', errorCode=things:policy.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='The JSON object's field '/_modified' is not in ISO-8601 format as expected', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInvalidPolicy, version=2}]] 12:30:53 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.108 s -- in org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest 12:30:53 [INFO] Running org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest 12:30:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest 12:30:53 [INFO] Running org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest 12:30:53 2024-01-25 17:30:53,435 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:53 2024-01-25 17:30:53,520 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,546 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:53 2024-01-25 17:30:53,631 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,655 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:4763d038-8106-4c68-90e1-1c993bf0ee21> due to: <PolicyConflictException: The Policy with ID 'thing:4763d038-8106-4c68-90e1-1c993bf0ee21' already exists>. The CreateThing command which would have created a Policy for the Thing with ID <thing:4763d038-8106-4c68-90e1-1c993bf0ee21> is therefore not handled. 12:30:53 2024-01-25 17:30:53,655 INFO [] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:4763d038-8106-4c68-90e1-1c993bf0ee21> - ThingNotCreatableException: The Thing with ID 'thing:4763d038-8106-4c68-90e1-1c993bf0ee21' could not be created because creation of its implicit Policy ID 'thing:4763d038-8106-4c68-90e1-1c993bf0ee21' failed. 12:30:53 2024-01-25 17:30:53,656 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}]> 12:30:53 2024-01-25 17:30:53,656 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:4763d038-8106-4c68-90e1-1c993bf0ee21' could not be created because creation of its implicit Policy ID 'thing:4763d038-8106-4c68-90e1-1c993bf0ee21' 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}]] 12:30:53 2024-01-25 17:30:53,737 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,763 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:53 2024-01-25 17:30:53,774 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:bcd382ee-0885-45c4-a5d2-1c064e5ae181> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:bcd382ee-0885-45c4-a5d2-1c064e5ae181' 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 [{}]] 12:30:53 2024-01-25 17:30:53,776 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:53 2024-01-25 17:30:53,857 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:53 2024-01-25 17:30:53,881 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:6ba40b81-1d3b-411c-9fd9-05c4336c63c5> 12:30:53 2024-01-25 17:30:53,882 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:53 2024-01-25 17:30:53,967 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:53,992 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:53,993 WARN [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Encountered ask timeout from target actor: thing timeout 12:30:54 2024-01-25 17:30:53,994 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received nothing when enforcing signal and forwarding to target actor - this should not happen. 12:30:54 2024-01-25 17:30:53,994 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:7224015f-6bf3-43f3-a930-bb147176e668, selectedFields=/_policy,/thingId, snapshotRevision=-1]> 12:30:54 2024-01-25 17:30:53,996 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:53,998 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:2de9a4ea-ecb1-4640-875f-573593ce8f75> for thing <thing:id>: org.apache.pekko.pattern.AskTimeoutException: policy timeout 12:30:54 2024-01-25 17:30:54,000 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:54 2024-01-25 17:30:54,077 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,102 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,104 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:5cfa55aa-e532-4164-b658-a00f7abaffb7' 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 [{}]] 12:30:54 2024-01-25 17:30:54,106 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,109 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:d800cd92-5b5b-46a6-88b0-f68acf0d5f77> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:d800cd92-5b5b-46a6-88b0-f68acf0d5f77' 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 [{}]] 12:30:54 2024-01-25 17:30:54,111 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:54 2024-01-25 17:30:54,186 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,211 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,216 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:54 2024-01-25 17:30:54,298 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,323 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,405 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,430 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:1362df06-4c5b-47e6-be7f-a2e9b6510a61> 12:30:54 2024-01-25 17:30:54,430 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,524 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,549 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:9f971897-2121-4214-95ea-13c9b1c11ff8> 12:30:54 2024-01-25 17:30:54,550 INFO [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,551 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:991f95d2-2183-4fc9-87c6-c628246f633d, policyId=policy:9f971897-2121-4214-95ea-13c9b1c11ff8, definition=null, attributes=null, features=null, lifecycle=null, revision=1, modified=null, created=null, metadata=null], initialPolicy={"policyId":"policy:9f971897-2121-4214-95ea-13c9b1c11ff8","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:991f95d2-2183-4fc9-87c6-c628246f633d' 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@4025d621[Not completed, 1 dependents]] 12:30:54 2024-01-25 17:30:54,552 INFO [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <policy:9f971897-2121-4214-95ea-13c9b1c11ff8> 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:9f971897-2121-4214-95ea-13c9b1c11ff8]> 12:30:54 2024-01-25 17:30:54,552 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:991f95d2-2183-4fc9-87c6-c628246f633d' 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 [{}]] 12:30:54 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest 12:30:54 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest 12:30:54 2024-01-25 17:30:54,567 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:54 2024-01-25 17:30:54,636 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,662 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,669 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse> 12:30:54 2024-01-25 17:30:54,670 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#1490611811], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:54 2024-01-25 17:30:54,670 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveChannelErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true> 12:30:54 2024-01-25 17:30:54,670 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell) 12:30:54 2024-01-25 17:30:54,671 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!> 12:30:54 2024-01-25 17:30:54,672 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]] 12:30:54 2024-01-25 17:30:54,755 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,780 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,784 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:54 2024-01-25 17:30:54,785 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#-474463166], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:54 2024-01-25 17:30:54,785 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=matchLiveChannelCondition, version=2, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}, thingPlainJson={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}]>, valid=<true> 12:30:54 2024-01-25 17:30:54,786 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 12:30:54 2024-01-25 17:30:54,788 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:54 2024-01-25 17:30:54,865 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:54 2024-01-25 17:30:54,890 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:54 2024-01-25 17:30:54,890 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:54 2024-01-25 17:30:54,894 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse> 12:30:54 2024-01-25 17:30:54,894 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#-1322852591], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]> 12:30:54 2024-01-25 17:30:54,895 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveCommandErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true> 12:30:54 2024-01-25 17:30:54,895 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell) 12:30:54 2024-01-25 17:30:54,895 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!> 12:30:54 2024-01-25 17:30:54,895 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID 'thing:id' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, version=2, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]] 12:30:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest 12:30:54 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest 12:30:54 2024-01-25 17:30:54,906 INFO [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated. 12:30:55 2024-01-25 17:30:54,976 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,003 INFO [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,011 INFO [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-399#-1853616623, 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#-1853616623}]]]>, valid=<false> 12:30:55 2024-01-25 17:30:55,097 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,123 INFO [liveChannelConditionMismatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,125 INFO [liveChannelConditionMismatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell) 12:30:55 2024-01-25 17:30:55,206 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,231 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:55 2024-01-25 17:30:55,231 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,258 INFO [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:55 2024-01-25 17:30:55,335 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,361 INFO [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,387 INFO [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:55 2024-01-25 17:30:55,472 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,497 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,500 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=matchLiveChannelCondition, version=2, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}, thingPlainJson={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}]>, valid=<true> 12:30:55 2024-01-25 17:30:55,502 INFO [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing> 12:30:55 2024-01-25 17:30:55,585 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,610 INFO [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,636 INFO [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: CommandTimeoutException [message='The Command reached the specified timeout of 1ms.', errorCode=command.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the command timeout.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelTimeoutWithoutTwinFallback, version=2, live-channel-condition=exists(thingId), timeout=1ms, ditto-originator=dummy:subject, channel=live, live-channel-condition-matched=true, response-required=false}]] 12:30:55 2024-01-25 17:30:55,715 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,739 INFO [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]> 12:30:55 2024-01-25 17:30:55,740 INFO [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]] 12:30:55 2024-01-25 17:30:55,817 INFO [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: . 12:30:55 2024-01-25 17:30:55,842 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing> 12:30:55 2024-01-25 17:30:55,842 INFO [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success' 12:30:55 2024-01-25 17:30:55,845 INFO [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-434#1763761150, 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#1763761150}]]]>, valid=<false> 12:30:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.948 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest 12:30:55 [INFO] Running org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest 12:30:56 2024-01-25 17:30:56,014 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 12:30:56 2024-01-25 17:30:56,126 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 [{}]]] 12:30:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest 12:30:56 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest 12:30:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest 12:30:56 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest 12:30:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest 12:30:56 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest 12:30:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest 12:30:56 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsRootActorTest 12:30:56 2024-01-25 17:30:56,678 INFO [] org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment. 12:30:56 2024-01-25 17:30:56,759 INFO [] org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:30:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 s -- in org.eclipse.ditto.things.service.starter.ThingsRootActorTest 12:30:59 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest 12:30:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest 12:30:59 [INFO] Running org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest 12:30:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest 12:30:59 [INFO] Running org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest 12:30:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest 12:31:00 [INFO] 12:31:00 [INFO] Results: 12:31:00 [INFO] 12:31:00 [INFO] Tests run: 603, Failures: 0, Errors: 0, Skipped: 0 12:31:00 [INFO] 12:31:00 [INFO] 12:31:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service --- 12:31:00 [INFO] 12:31:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service --- 12:31:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 12:31:00 [INFO] 12:31:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service --- 12:31:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:31:00 [INFO] No previous run data found, generating javadoc. 12:31:03 [WARNING] Javadoc Warnings 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.aggregation; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.common.config; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.enforcement; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.persistence.actors; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer; 12:31:03 [WARNING] ^ 12:31:03 [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> 12:31:03 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal, 12:31:03 [WARNING] ^ 12:31:03 [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> 12:31:03 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public final class ThingConditionValidator { 12:31:03 [WARNING] ^ 12:31:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment 12:31:03 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) { 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ThingId thingId, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) { 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static final String ACTOR_NAME = "thingOps"; 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:31:03 [WARNING] ^ 12:31:03 [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 12:31:03 [WARNING] private final int capacity; 12:31:03 [WARNING] ^ 12:31:03 [WARNING] 37 warnings 12:31:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 12:31:03 [INFO] 12:31:03 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service --- 12:31:03 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:31:03 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:31:03 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:31:03 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:31:03 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:31:03 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:31:03 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:31:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:31:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:31:03 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:31:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:31:03 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:31:03 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:31:03 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:31:03 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:31:03 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:31:03 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:31:03 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:31:03 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:31:03 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:31:03 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:31:03 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:31:03 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:31:03 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:31:03 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:31:03 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:31:03 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:31:03 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:31:03 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:31:03 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:31:03 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:03 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:10 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:31:10 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/MANIFEST.MF 12:31:10 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/LICENSE.txt 12:31:10 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/LICENSE 12:31:10 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:31:10 [WARNING] - META-INF.versions.9.module-info 12:31:10 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:31:10 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:31:10 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:31:10 [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: 12:31:10 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:31:10 [WARNING] - META-INF/NOTICE.md 12:31:10 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:31:10 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/DISCLAIMER 12:31:10 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:31:10 [WARNING] - META-INF/io.netty.versions.properties 12:31:10 [WARNING] maven-shade-plugin has detected that some files are 12:31:10 [WARNING] present in two or more JARs. When this happens, only one 12:31:10 [WARNING] single version of the file is copied to the uber jar. 12:31:10 [WARNING] Usually this is not harmful and you can skip these warnings, 12:31:10 [WARNING] otherwise try to manually exclude artifacts based on 12:31:10 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:31:10 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:31:10 [INFO] Attaching shaded artifact. 12:31:10 [INFO] 12:31:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service --- 12:31:10 [INFO] Tests are skipped. 12:31:10 [INFO] 12:31:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service --- 12:31:10 [INFO] Tests are skipped. 12:31:10 [INFO] 12:31:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service --- 12:31:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 12:31:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes 12:31:11 [INFO] 12:31:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service --- 12:31:11 [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 12:31:11 [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 12:31:11 [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 12:31:11 [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 12:31:11 [INFO] 12:31:11 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- 12:31:11 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [77/77] 12:31:11 [INFO] from thingsearch/service/pom.xml 12:31:11 [INFO] --------------------------------[ jar ]--------------------------------- 12:31:11 [INFO] 12:31:11 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-service --- 12:31:11 [INFO] 12:31:11 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-service --- 12:31:11 [INFO] 12:31:11 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service --- 12:31:11 [INFO] Assigning port '40911' to property 'random-pekko-tcp-port' 12:31:11 [INFO] 12:31:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service --- 12:31: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/thingsearch/service/target/jacoco.exec 12:31:11 [INFO] 12:31:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service --- 12:31:11 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:31:11 [WARNING] 12:31:11 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! 12:31:11 [WARNING] 12:31:11 [WARNING] licenseMerges will be overridden by licenseMergesFile. 12:31:11 [WARNING] 12:31:11 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md 12:31:11 [INFO] 12:31:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service --- 12:31:11 [INFO] Copying 1 resource from src/main/resources to target/classes 12:31:11 [INFO] Copying 5 resources from src/main/resources to target/classes 12:31:11 [INFO] Copying 0 resource from target/classes/META-INF to target/classes 12:31:11 [INFO] 12:31:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service --- 12:31:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT... 12:31:11 [INFO] 12:31:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service --- 12:31:11 [INFO] Changes detected - recompiling the module! :dependency 12:31:11 [INFO] Compiling 104 source files with javac [debug target 17] to target/classes 12:31:12 [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. 12:31:12 [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. 12:31:12 [INFO] 12:31:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service --- 12:31:12 [INFO] Copying 20 resources from src/test/resources to target/test-classes 12:31:12 [INFO] 12:31:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service --- 12:31:12 [INFO] Changes detected - recompiling the module! :dependency 12:31:12 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes 12:31:13 [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. 12:31:13 [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. 12:31:13 [INFO] 12:31:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service --- 12:31:13 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:31:13 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/surefire-reports 12:31:13 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider 12:31:13 [INFO] 12:31:13 [INFO] ------------------------------------------------------- 12:31:13 [INFO] T E S T S 12:31:13 [INFO] ------------------------------------------------------- 12:31:14 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest 12:31:18 17:31:17,908 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14 12:31:18 17:31:17,909 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - No custom configurators were discovered as a service. 12:31:18 17:31:17,910 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 12:31:18 17:31:17,911 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 12:31:18 17:31:17,913 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 12:31:18 17:31:17,913 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 12:31:18 17:31:17,917 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 12:31:18 17:31:17,917 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 12:31:18 17:31:17,918 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 12:31:18 17:31:17,918 |-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] 12:31:18 17:31:18,069 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 12:31:18 17:31:18,081 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 12:31:18 17:31:18,081 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:31:18 17:31:18,091 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:31:18 17:31:18,120 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR] 12:31:18 17:31:18,120 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:31:18 17:31:18,120 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:31:18 17:31:18,124 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO 12:31:18 17:31:18,124 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN 12:31:18 17:31:18,124 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.stream.Materializer] to ERROR 12:31:18 17:31:18,125 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto.internal.utils] to WARN 12:31:18 17:31:18,125 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN 12:31:18 17:31:18,125 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 12:31:18 17:31:18,126 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT] 12:31:18 17:31:18,127 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@701bd6e8 - End of configuration. 12:31:18 17:31:18,128 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4131f6db - Registering current configuration as safe fallback point 12:31:18 17:31:18,128 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cc28ad0 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 210 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY 12:31:18 2024-01-25 17:31:18,848 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. 12:31:19 2024-01-25 17:31:18,851 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. 12:31:19 2024-01-25 17:31:18,851 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. 12:31:19 2024-01-25 17:31:18,852 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. 12:31:19 2024-01-25 17:31:18,854 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. 12:31:19 2024-01-25 17:31:18,854 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. 12:31:19 2024-01-25 17:31:18,854 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. 12:31:19 2024-01-25 17:31:18,854 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. 12:31:19 2024-01-25 17:31:18,854 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. 12:31:19 2024-01-25 17:31:18,855 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. 12:31:19 2024-01-25 17:31:19,218 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-01-25T17:31:18.160498513Z, 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-01-25T17:31:19.160498513Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id], ThingCreated [type=things.events:thingCreated, timestamp=2024-01-25T17:31:14.160498513Z, 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-01-25T17:31:15.160498513Z, 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-01-25T17:31:16.160498513Z, 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-01-25T17:31:17.160498513Z, 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-01-25T17:31:14.160498513Z","_modified":"2024-01-25T17:31:17.160498513Z"}> 12:31:23 2024-01-25 17:31:23,315 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. 12:31:23 2024-01-25 17:31:23,316 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. 12:31:23 2024-01-25 17:31:23,316 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. 12:31:23 2024-01-25 17:31:23,316 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. 12:31:23 2024-01-25 17:31:23,316 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. 12:31:23 2024-01-25 17:31:23,316 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. 12:31:23 2024-01-25 17:31:23,434 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. 12:31:23 2024-01-25 17:31:23,434 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. 12:31:23 2024-01-25 17:31:23,434 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. 12:31:23 2024-01-25 17:31:23,434 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. 12:31:23 2024-01-25 17:31:23,435 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. 12:31:23 2024-01-25 17:31:23,435 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. 12:31:23 2024-01-25 17:31:23,435 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. 12:31:23 2024-01-25 17:31:23,435 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. 12:31:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.998 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest 12:31:23 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest 12:31:23 [INFO] [01/25/2024 17:31:23.884] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:24 [INFO] [01/25/2024 17:31:23.998] [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 12:31:24 [INFO] [01/25/2024 17:31:24.000] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:24 [INFO] [01/25/2024 17:31:24.120] [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] 12:31:24 [INFO] [01/25/2024 17:31:24.122] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:24 [INFO] [01/25/2024 17:31:24.220] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] NotAcknowledged: UnexpectedError[stacktrace=com.mongodb.MongoSocketReadException: Gee, database is down. Whatever shall I do? 12:31:24 at org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest.unexpectedMongoSocketReadException(BulkWriteResultAckFlowTest.java:110) 12:31:24 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:31:24 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 12:31:24 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:31:24 at java.base/java.lang.reflect.Method.invoke(Method.java:568) 12:31:24 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 12:31:24 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 12:31:24 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 12:31:24 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 12:31:24 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 12:31:24 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:31:24 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 12:31:24 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 12:31:24 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 12:31:24 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 12:31:24 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 12:31:24 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 12:31:24 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 12:31:24 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 12:31:24 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 12:31:24 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 12:31:24 at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 12:31:24 at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) 12:31:24 at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) 12:31:24 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) 12:31:24 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) 12:31:24 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) 12:31:24 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 12:31:24 at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) 12:31:24 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:31:24 Caused by: java.lang.IllegalMonitorStateException: Unsupported resolution 12:31:24 ... 30 more 12:31:24 ] - correlation: correlation 12:31:24 [INFO] [01/25/2024 17:31:24.222] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:24 [INFO] [01/25/2024 17:31:24.325] [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 12:31:24 [INFO] [01/25/2024 17:31:24.327] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest 12:31:24 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest 12:31:25 [INFO] [01/25/2024 17:31:25.217] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest 12:31:25 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest 12:31:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest 12:31:25 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest 12:31:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest 12:31:25 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest 12:31:25 [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 12:31:25 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest 12:31:25 [INFO] [01/25/2024 17:31:25.983] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest 12:31:26 [INFO] [01/25/2024 17:31:26.116] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest 12:31:26 [INFO] [01/25/2024 17:31:26.223] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest 12:31:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest 12:31:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest 12:31:26 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest 12:31:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest 12:31:26 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest 12:31:27 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 12:31:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest 12:31:27 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest 12:31:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest 12:31:27 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest 12:31:28 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest 12:31:28 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest 12:31:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest 12:31:28 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest 12:31:29 [INFO] [01/25/2024 17:31:29.010] [ThingUpdaterTest_recoverLastWriteModel-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_recoverLastWriteModel/system/testProbe-81/thing%3Aid] Shutting down due to <DELETE> during <READY> 12:31:29 [INFO] [01/25/2024 17:31:29.143] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_recoverLastWriteModel)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:29 [INFO] [01/25/2024 17:31:29.276] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Got policy update <thing:id> at revision <1>. Previous known policy is <null>. 12:31:29 [INFO] [01/25/2024 17:31:29.344] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_policyIdChangeTriggersSync)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:29 [WARN] [01/25/2024 17:31:29.353] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Shut down during <PERSISTING> 12:31:30 [INFO] [01/25/2024 17:31:30.484] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:30 [INFO] [01/25/2024 17:31:30.620] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Requested to update search index <SudoUpdateThing [type=thing-search.sudo.commands:sudoUpdateThing, dittoHeaders=ImmutableDittoHeaders [{}], thingId=thing:id, invalidateThing=true, invalidatePolicy=true, updateReason=BACKGROUND_SYNC]> by <Actor[pekko://ThingUpdaterTest_initialUpdateSkipped/deadLetters]> 12:31:30 [INFO] [01/25/2024 17:31:30.662] [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>. 12:31:30 [WARN] [01/25/2024 17:31:30.662] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Shut down during <PERSISTING> 12:31:35 [INFO] [01/25/2024 17:31:35.665] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_initialUpdateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:35 [INFO] [01/25/2024 17:31:35.809] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down due to <DELETE> during <PERSISTING> 12:31:35 [INFO] [01/25/2024 17:31:35.813] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down after completing persistence operation 12:31:35 [WARN] [01/25/2024 17:31:35.814] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shut down during <PERSISTING> 12:31:35 [INFO] [01/25/2024 17:31:35.916] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_combineUpdatesFrom2Events)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:36 [INFO] [01/25/2024 17:31:35.989] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-6] [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]> 12:31:36 [INFO] [01/25/2024 17:31:36.015] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_forceUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:36 [WARN] [01/25/2024 17:31:36.018] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-99/thing%3Aid] Shut down during <PERSISTING> 12:31:36 [ERROR] [01/25/2024 17:31:36.090] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-5] [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}] 12:31:36 [INFO] [01/25/2024 17:31:36.114] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:36 [WARN] [01/25/2024 17:31:36.117] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Shut down during <PERSISTING> 12:31:36 [INFO] [01/25/2024 17:31:36.243] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:36 [WARN] [01/25/2024 17:31:36.246] [ThingUpdaterTest_updateFromEventAfterSkippedUpdate-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate/system/testProbe-105/thing%3Aid] Shut down during <PERSISTING> 12:31:36 [INFO] [01/25/2024 17:31:36.338] [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> 12:31:36 [INFO] [pekkoDeadLetter][01/25/2024 17:31:36.344] [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#-542236078] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1#-542236078] 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'. 12:31:36 [INFO] [01/25/2024 17:31:36.370] [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> 12:31:36 [WARN] [01/25/2024 17:31:36.371] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Shut down during <PERSISTING> 12:31:36 [INFO] [pekkoDeadLetter][01/25/2024 17:31:36.372] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-10] [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#-1944371339] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#-1944371339] 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'. 12:31:36 [INFO] [01/25/2024 17:31:36.400] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-10] [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> 12:31:36 [WARN] [01/25/2024 17:31:36.401] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Shut down during <PERSISTING> 12:31:36 [INFO] [pekkoDeadLetter][01/25/2024 17:31:36.401] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-10] [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#1581951500] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4#1581951500] 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'. 12:31:36 [INFO] [01/25/2024 17:31:36.432] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [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> 12:31:36 [WARN] [01/25/2024 17:31:36.433] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A5] Shut down during <RETRYING> 12:31:36 [INFO] [01/25/2024 17:31:36.434] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:39 [INFO] [01/25/2024 17:31:39.518] [ThingUpdaterTest_shutdownOnThingDeletedCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand/system/testProbe-113/thing%3Aid] Shutting down due to <DELETE> during <READY> 12:31:39 [INFO] [01/25/2024 17:31:39.521] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:39 [ERROR] [01/25/2024 17:31:39.582] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-4] [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}] 12:31:39 [INFO] [01/25/2024 17:31:39.586] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:39 [WARN] [01/25/2024 17:31:39.589] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Shut down during <PERSISTING> 12:31:40 [INFO] [01/25/2024 17:31:40.650] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:45 [INFO] [01/25/2024 17:31:45.769] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:45 [INFO] [01/25/2024 17:31:45.826] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-5] [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]> 12:31:45 [INFO] [01/25/2024 17:31:45.857] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_triggerUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:45 [WARN] [01/25/2024 17:31:45.859] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-127/thing%3Aid] Shut down during <PERSISTING> 12:31:45 [INFO] [01/25/2024 17:31:45.945] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:46 [WARN] [01/25/2024 17:31:45.948] [ThingUpdaterTest_updateFromEvent-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEvent/system/testProbe-130/thing%3Aid] Shut down during <PERSISTING> 12:31:47 [INFO] [01/25/2024 17:31:47.014] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:47 [INFO] [01/25/2024 17:31:47.069] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RECOVERING> 12:31:47 [INFO] [pekkoDeadLetter][01/25/2024 17:31:47.070] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid] Message [org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModel] to Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#2007658283] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#2007658283] 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'. 12:31:47 [INFO] [01/25/2024 17:31:47.071] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:47 [INFO] [01/25/2024 17:31:47.297] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_stashEventsDuringPersistence)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:47 [WARN] [01/25/2024 17:31:47.300] [ThingUpdaterTest_stashEventsDuringPersistence-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_stashEventsDuringPersistence/system/testProbe-139/thing%3Aid] Shut down during <PERSISTING> 12:31:47 [INFO] [01/25/2024 17:31:47.359] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeEntitiesReason [entityIdsToPurge=[some:id, thing:id, other:id]]]> during <RECOVERING> 12:31:47 [INFO] [pekkoDeadLetter][01/25/2024 17:31:47.360] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid] Message [org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModel] to Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#381463877] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#381463877] 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'. 12:31:47 [INFO] [01/25/2024 17:31:47.361] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:31:47 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.86 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest 12:31:47 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest 12:31:49 [ERROR] [01/25/2024 17:31:48.979] [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.) 12:31:50 2024-01-25 17:31:50,676 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> 12:31:50 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:50 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:50 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:50 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:50 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:50 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:50 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:50 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:50 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:50 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:50 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:50 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:50 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:50 2024-01-25 17:31:50,676 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> 12:31:50 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:50 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:50 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:50 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:50 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:50 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:50 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:50 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:50 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:50 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:50 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:50 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:50 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:50 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:50 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:50 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:51 [ERROR] [01/25/2024 17:31:51.072] [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.) 12:31:51 2024-01-25 17:31:51,182 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> 12:31:51 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:51 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:51 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:51 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:51 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:51 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:51 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:51 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:51 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:51 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:51 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:51 2024-01-25 17:31:51,182 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> 12:31:51 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:51 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:51 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:51 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:51 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:51 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:51 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:51 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:51 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:51 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:51 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:51 2024-01-25 17:31:51,705 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> 12:31:51 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:51 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:51 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:51 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:51 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:51 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:51 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:51 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:51 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:51 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:51 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:51 2024-01-25 17:31:51,705 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> 12:31:51 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:51 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:51 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:51 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:51 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:51 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:51 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:51 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:51 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:51 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:51 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:51 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:51 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:51 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:51 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:52 [ERROR] [01/25/2024 17:31:52.128] [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.) 12:31:52 2024-01-25 17:31:52,760 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> 12:31:52 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:52 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:52 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:52 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:52 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:52 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:52 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:52 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:52 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:52 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:52 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:52 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:52 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:52 2024-01-25 17:31:52,760 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> 12:31:52 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:52 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:52 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:52 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:52 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:52 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:52 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:52 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:52 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:52 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:52 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:52 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:52 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:52 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:52 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:52 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:53 [ERROR] [01/25/2024 17:31:53.176] [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.) 12:31:54 2024-01-25 17:31:53,915 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> 12:31:54 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:54 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:54 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:54 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:54 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:54 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:54 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:54 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:54 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:54 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:54 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:54 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:54 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:54 2024-01-25 17:31:53,915 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> 12:31:54 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached 12:31:54 at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213) 12:31:54 at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409) 12:31:54 at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532) 12:31:54 at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832) 12:31:54 at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547) 12:31:54 at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545) 12:31:54 at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729) 12:31:54 at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590) 12:31:54 at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557) 12:31:54 at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280) 12:31:54 at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241) 12:31:54 at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253) 12:31:54 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) 12:31:54 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) 12:31:54 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 12:31:54 [ERROR] [01/25/2024 17:31:54.219] [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.) 12:31:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.857 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest 12:31:54 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest 12:32:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.263 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest 12:32:00 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest 12:32:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest 12:32:00 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest 12:32:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest 12:32:01 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest 12:32:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest 12:32:01 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest 12:32:01 2024-01-25 17:32:01,201 INFO [] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:32:01 2024-01-25 17:32:01,492 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:32:01 2024-01-25 17:32:01,648 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 12:32:02 2024-01-25 17:32:02,877 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 12:32:12 Failed to stop [SearchRootActorTest] within [10 seconds] 12:32:12 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children 12:32:12 ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination) 12:32:12 | toDie: Actor[pekko://SearchRootActorTest/system/Materializers#339937149] 12:32:12 ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination) 12:32:12 | toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112#511807210] 12:32:12 ⌊-> StreamSupervisor-112 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination) 12:32:12 | toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-15-0-ignoreSink#549277308] 12:32:12 | Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-16-0-unnamed#1087491980] 12:32:12 | Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#-37979210] 12:32:12 | Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-8-0-unnamed#-1007486650] 12:32:12 ⌊-> flow-15-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:32:12 ⌊-> flow-16-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:32:12 ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:32:12 ⌊-> flow-8-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children 12:32:12 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.87 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest 12:32:12 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest 12:32:13 [INFO] [01/25/2024 17:32:13.063] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:32:13 [INFO] [01/25/2024 17:32:13.161] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:32:13 [INFO] [01/25/2024 17:32:13.352] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:32:13 [INFO] [01/25/2024 17:32:13.388] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:32:13 2024-01-25 17:32:13,451 INFO [] o.e.d.t.s.s.a.ThingsSearchCursor - Failed to decode cursor: class java.util.zip.DataFormatException 'invalid block type' due to null 12:32:13 [INFO] [01/25/2024 17:32:13.454] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason] 12:32:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest 12:32:13 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest 12:32:13 2024-01-25 17:32:13,573 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:32:13 [INFO] [01/25/2024 17:32:13.575] [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#1550396073]))> 12:32:13 [INFO] [01/25/2024 17:32:13.593] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing CountThings command with namespaces <Optional.empty> and filter: <Optional.empty> 12:32:13 [INFO] [01/25/2024 17:32:13.602] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 12:32:13 [INFO] [01/25/2024 17:32:13.602] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 12:32:13 [INFO] [01/25/2024 17:32:13.705] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 12:32:13 [INFO] [01/25/2024 17:32:13.706] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing SudoCountThings command with filter: <Optional.empty> and namespaces: <Optional.empty> 12:32:13 [INFO] [01/25/2024 17:32:13.707] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 12:32:13 [INFO] [01/25/2024 17:32:13.707] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 12:32:13 [INFO] [01/25/2024 17:32:13.807] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 12:32:13 [INFO] [01/25/2024 17:32:13.810] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 12:32:13 [INFO] [01/25/2024 17:32:13.810] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests 12:32:13 [INFO] [01/25/2024 17:32:13.810] [SearchActorTest_waitForQueries-pekko.actor.default-dispatcher-12] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing QueryThings command with namespaces <Optional.empty> and filter: <Optional.empty> 12:32:13 [INFO] [01/25/2024 17:32:13.911] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests 12:32:14 2024-01-25 17:32:13,954 INFO [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: . 12:32:14 [INFO] [01/25/2024 17:32:13.955] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#-130419770]))> 12:32:14 [INFO] [01/25/2024 17:32:13.955] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_UNBIND: unsubscribing from pubsub for thingsSearch 12:32:14 [INFO] [01/25/2024 17:32:13.956] [Thread-169] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] UnsubscribeAck(Unsubscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#-130419770])): unsubscribing from pubsub completed successful for thingsSearch 12:32:14 [INFO] [01/25/2024 17:32:13.956] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams 12:32:14 [INFO] [01/25/2024 17:32:13.957] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: no ongoing requests 12:32:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest 12:32:14 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest 12:32:14 2024-01-25 17:32:13,994 WARN [] k.m.ModuleRegistry - Cannot register module [pekko.actor.default-dispatcher], a module with that name already exists. 12:32:14 2024-01-25 17:32:14,004 INFO [] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H> 12:32:14 [WARN] [01/25/2024 17:32:14.011] [SearchRootActorTest-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://SearchRootActorTest)] Coordinated shutdown phase [actor-system-terminate] timed out after 10000 milliseconds 12:32:14 2024-01-25 17:32:14,166 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 12:32:14 2024-01-25 17:32:14,173 INFO [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}> 12:32:15 2024-01-25 17:32:15,303 WARN [] k.m.ModuleRegistry - Cannot cancel registration on module [pekko.actor.default-dispatcher] because the module was not added properly 12:32:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest 12:32:15 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest 12:32:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest 12:32:15 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest 12:32:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest 12:32:15 [INFO] Running org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest 12:32:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest 12:32:15 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest 12:32:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest 12:32:15 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest 12:32:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest 12:32:16 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest 12:32:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest 12:32:16 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest 12:32:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest 12:32:16 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest 12:32:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest 12:32:16 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest 12:32:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest 12:32:16 [INFO] Running org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest 12:32:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest 12:32:17 [INFO] 12:32:17 [INFO] Results: 12:32:17 [INFO] 12:32:17 [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0 12:32:17 [INFO] 12:32:17 [INFO] 12:32:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service --- 12:32:17 [INFO] 12:32:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service --- 12:32:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 12:32:17 [INFO] 12:32:17 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service --- 12:32:17 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:32:17 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:32:17 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:32:17 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:32:17 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:32:17 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:32:17 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:32:17 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:32:17 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:32:17 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:32:17 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:32:17 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:32:17 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:32:17 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:32:17 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:32:17 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:32:17 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:32:17 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:32:17 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:32:17 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:32:17 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:32:17 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:32:17 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:32:17 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:32:17 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:32:17 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:32:17 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:32:17 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:32:17 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:32:17 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:32:17 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:32:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:32:24 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/LICENSE.txt 12:32:24 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:32:24 [WARNING] - META-INF.versions.9.module-info 12:32:24 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:32:24 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:32:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:32:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:32:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:32:24 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:32:24 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:32:24 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:32:24 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/LICENSE 12:32:24 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:32:24 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/DISCLAIMER 12:32:24 [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: 12:32:24 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:32:24 [WARNING] - META-INF/NOTICE.md 12:32:24 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/io.netty.versions.properties 12:32:24 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:32:24 [WARNING] - META-INF/MANIFEST.MF 12:32:24 [WARNING] maven-shade-plugin has detected that some files are 12:32:24 [WARNING] present in two or more JARs. When this happens, only one 12:32:24 [WARNING] single version of the file is copied to the uber jar. 12:32:24 [WARNING] Usually this is not harmful and you can skip these warnings, 12:32:24 [WARNING] otherwise try to manually exclude artifacts based on 12:32:24 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:32:24 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:32:24 [INFO] Attaching shaded artifact. 12:32:24 [INFO] 12:32:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service --- 12:32:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:32:24 [INFO] No previous run data found, generating javadoc. 12:32:28 [WARNING] Javadoc Warnings 12:32:28 [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 12:32:28 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config; 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public final Bson visitSimple(final String fieldName) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] Duration getIdleTimeout(); 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] CONSISTENCY_ERROR, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] INCORRECT_PATCH, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] OK 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] UNACKNOWLEDGED, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] WRITE_ERROR, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade( 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public String getCustomMetricName() { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query); 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] Optional<String> getMongoHintsByNamespace(); 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields(); 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] default T eval(final JsonValue value) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static final String FAKE_DOT = "~2"; 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static Metadata of(final ThingId thingId, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) { 12:32:28 [WARNING] ^ 12:32:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment 12:32:28 [WARNING] public static String mapSortKey(final String... values) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] protected final ActorSystem actorSystem; 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] protected final int maxWireVersion; 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps, 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) { 12:32:28 [WARNING] ^ 12:32:28 [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 12:32:28 [WARNING] public static WriteResultAndErrors failure(final Throwable error) { 12:32:28 [WARNING] ^ 12:32:28 [WARNING] 44 warnings 12:32:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 12:32:28 [INFO] 12:32:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service --- 12:32:28 [INFO] Tests are skipped. 12:32:28 [INFO] 12:32:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service --- 12:32:28 [INFO] Tests are skipped. 12:32:28 [INFO] 12:32:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service --- 12:32:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec 12:32:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 120 classes 12:32:28 [INFO] 12:32:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service --- 12:32:28 [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 12:32:28 [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 12:32:28 [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 12:32:28 [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 12:32:28 [INFO] ------------------------------------------------------------------------ 12:32:28 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: 12:32:28 [INFO] 12:32:28 [INFO] Eclipse Ditto ...................................... SUCCESS [ 11.471 s] 12:32:28 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 0.930 s] 12:32:28 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.063 s] 12:32:28 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.469 s] 12:32:28 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 6.688 s] 12:32:28 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 18.219 s] 12:32:28 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.230 s] 12:32:28 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 21.735 s] 12:32:28 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 7.060 s] 12:32:28 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.033 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.069 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 11.167 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 16.795 s] 12:32:28 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [ 3.983 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 14.862 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.025 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 4.334 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 35.703 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 11.844 s] 12:32:28 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 4.173 s] 12:32:28 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.029 s] 12:32:28 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 28.610 s] 12:32:28 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 0.025 s] 12:32:28 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 25.532 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 22.006 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [ 1.480 s] 12:32:28 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [ 6.567 s] 12:32:28 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 19.407 s] 12:32:28 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.023 s] 12:32:28 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 13.937 s] 12:32:28 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.028 s] 12:32:28 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 7.393 s] 12:32:28 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.023 s] 12:32:28 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 6.902 s] 12:32:28 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 17.395 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [ 7.874 s] 12:32:28 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 5.922 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 6.474 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:06 min] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 6.969 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 2.779 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 19.015 s] 12:32:28 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 7.512 s] 12:32:28 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 13.728 s] 12:32:28 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.022 s] 12:32:28 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 4.640 s] 12:32:28 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [ 0.024 s] 12:32:28 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 7.502 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 52.999 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 9.057 s] 12:32:28 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 14.782 s] 12:32:28 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.021 s] 12:32:28 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 4.344 s] 12:32:28 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 13.025 s] 12:32:28 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 6.791 s] 12:32:28 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 6.382 s] 12:32:28 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [ 0.029 s] 12:32:28 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 27.528 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 40.926 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 2.835 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 19.334 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 6.658 s] 12:32:28 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 9.119 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 8.533 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [ 1.399 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [ 1.642 s] 12:32:28 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [06:01 min] 12:32:28 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.502 s] 12:32:28 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.024 s] 12:32:28 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [ 3.036 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [ 1.521 s] 12:32:28 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 3.269 s] 12:32:28 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:21 min] 12:32:28 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [03:42 min] 12:32:28 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [ 2.694 s] 12:32:28 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [01:46 min] 12:32:28 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [01:17 min] 12:32:28 [INFO] ------------------------------------------------------------------------ 12:32:28 [INFO] BUILD SUCCESS 12:32:28 [INFO] ------------------------------------------------------------------------ 12:32:28 [INFO] Total time: 28:05 min 12:32:28 [INFO] Finished at: 2024-01-25T17:32:28Z 12:32:28 [INFO] ------------------------------------------------------------------------ 12:32:29 [ditto-ci] $ /bin/sh -xe /tmp/jenkins5487428821138876339.sh 12:32:29 + rm -rf ditto_all_dependencies 12:32:29 + find ./ -type d -name dependencies -exec cp -a '{}' target/ditto_all_dependencies ';' 12:32:29 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors deploy -PsignArtifactsEclipse,publishToEclipseMavenRepo -DcreateJavadoc=true -DskipTests=true -DskipITs=true 12:32:29 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 12:32:29 Maven home: /opt/tools/apache-maven/latest 12:32:29 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 12:32:29 Default locale: en_US, platform encoding: UTF-8 12:32:29 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" 12:32:30 [INFO] Error stacktraces are turned on. 12:32:30 [INFO] Scanning for projects... 12:32:32 [WARNING] 12:32:32 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT 12:32:32 [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 12:32:32 [WARNING] 12:32:32 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. 12:32:32 [WARNING] 12:32:32 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. 12:32:32 [WARNING] 12:32:32 [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 12:32:32 [INFO] ------------------------------------------------------------------------ 12:32:32 [INFO] Reactor Build Order: 12:32:32 [INFO] 12:32:32 [INFO] Eclipse Ditto [pom] 12:32:32 [INFO] Eclipse Ditto :: Legal [jar] 12:32:32 [INFO] Eclipse Ditto :: BOM [pom] 12:32:32 [INFO] Eclipse Ditto :: Utils [pom] 12:32:32 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions [jar] 12:32:32 [INFO] Eclipse Ditto :: JSON [bundle] 12:32:32 [INFO] Eclipse Ditto :: Base [pom] 12:32:32 [INFO] Eclipse Ditto :: Base :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Base :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal [pom] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils [pom] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Config [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics [jar] 12:32:32 [INFO] Eclipse Ditto :: Utils :: Result [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Models [pom] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Health [jar] 12:32:32 [INFO] Eclipse Ditto :: JSON CBOR [bundle] 12:32:32 [INFO] Eclipse Ditto :: Policies [pom] 12:32:32 [INFO] Eclipse Ditto :: Policies :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Things [pom] 12:32:32 [INFO] Eclipse Ditto :: Things :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension [jar] 12:32:32 [INFO] Eclipse Ditto :: Placeholders [bundle] 12:32:32 [INFO] Eclipse Ditto :: Base :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: Connectivity [pom] 12:32:32 [INFO] Eclipse Ditto :: Connectivity :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Thing Search [pom] 12:32:32 [INFO] Eclipse Ditto :: Thing Search :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Messages [pom] 12:32:32 [INFO] Eclipse Ditto :: Messages :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Protocol [bundle] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Models :: Signal [jar] 12:32:32 [INFO] Eclipse Ditto :: Policies :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Test [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence [jar] 12:32:32 [INFO] Eclipse Ditto :: Things :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: Connectivity :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: JWT [pom] 12:32:32 [INFO] Eclipse Ditto :: JWT :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: WoT [pom] 12:32:32 [INFO] Eclipse Ditto :: WoT :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces [jar] 12:32:32 [INFO] Eclipse Ditto :: Policies :: Enforcement [jar] 12:32:32 [INFO] Eclipse Ditto :: RQL [pom] 12:32:32 [INFO] Eclipse Ditto :: RQL :: Model [bundle] 12:32:32 [INFO] Eclipse Ditto :: RQL :: parser [bundle] 12:32:32 [INFO] Eclipse Ditto :: RQL :: Query [bundle] 12:32:32 [INFO] Eclipse Ditto :: Thing Search :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: Edge [pom] 12:32:32 [INFO] Eclipse Ditto :: Edge :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol [jar] 12:32:32 [INFO] Eclipse Ditto :: RQL :: search option parser [bundle] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Search [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things [jar] 12:32:32 [INFO] Eclipse Ditto :: Connectivity :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: Documentation [pom] 12:32:32 [INFO] Eclipse Ditto :: Gateway [pom] 12:32:32 [INFO] Eclipse Ditto :: Gateway :: API [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP [jar] 12:32:32 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT [jar] 12:32:32 [INFO] Eclipse Ditto :: Gateway :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: Policies :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: WoT :: Integration [jar] 12:32:32 [INFO] Eclipse Ditto :: Things :: Service [jar] 12:32:32 [INFO] Eclipse Ditto :: Thing Search :: Service [jar] 12:32:32 [INFO] 12:32:32 [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- 12:32:32 [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/77] 12:32:32 [INFO] from pom.xml 12:32:32 [INFO] --------------------------------[ pom ]--------------------------------- 12:32:33 [INFO] 12:32:33 [INFO] --- license:4.2:check (default) @ ditto --- 12:32:33 [WARNING] Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes 12:32:33 [WARNING] Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header 12:32:33 [WARNING] Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes 12:32:33 [WARNING] Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders 12:32:33 [INFO] Checking licenses... 12:32:33 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file. 12:32:33 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information. 12:32:35 [INFO] 12:32:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto --- 12:32: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/target/jacoco.exec 12:32:35 [INFO] 12:32:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto --- 12:32:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:32:35 [INFO] The goal is skip due to packaging 'pom' 12:32:35 [INFO] 12:32:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto --- 12:32:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... 12:32:35 [INFO] 12:32:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto --- 12:32:36 [INFO] 12:32:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto --- 12:32:36 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:32:36 [INFO] 12:32:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto --- 12:32:36 [INFO] Tests are skipped. 12:32:36 [INFO] 12:32:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto --- 12:32:36 [INFO] Tests are skipped. 12:32:36 [INFO] 12:32:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto --- 12:32:36 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:32:36 [INFO] 12:32:36 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto --- 12:32:37 [INFO] 12:32:37 [INFO] --- install:3.1.1:install (default-install) @ ditto --- 12:32:37 [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 12:32:37 [INFO] 12:32:37 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto --- 12:32:38 [INFO] 12:32:38 [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- 12:32:38 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/77] 12:32:38 [INFO] from legal/pom.xml 12:32:38 [INFO] --------------------------------[ jar ]--------------------------------- 12:32:38 [INFO] 12:32:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal --- 12:32: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/legal/target/jacoco.exec 12:32:38 [INFO] 12:32:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal --- 12:32:38 [INFO] Copying 8 resources from to target/classes 12:32:38 [INFO] 12:32:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal --- 12:32:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT... 12:32:38 [INFO] 12:32:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal --- 12:32:38 [INFO] No sources to compile 12:32:38 [INFO] 12:32:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal --- 12:32:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources 12:32:38 [INFO] 12:32:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal --- 12:32:38 [INFO] No sources to compile 12:32:38 [INFO] 12:32:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal --- 12:32:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:32:38 [INFO] Tests are skipped. 12:32:38 [INFO] 12:32:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal --- 12:32:38 [INFO] 12:32:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal --- 12:32:38 [INFO] Tests are skipped. 12:32:38 [INFO] 12:32:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal --- 12:32:38 [INFO] Tests are skipped. 12:32:38 [INFO] 12:32:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal --- 12:32:38 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:32:38 [INFO] 12:32:38 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal --- 12:32:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar' is disabled. 12:32:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar 12:32:40 [INFO] 12:32:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal --- 12:32:40 [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 12:32:40 [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 12:32:40 [INFO] 12:32:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-legal --- 12:32:40 [INFO] 12:32:40 [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- 12:32:40 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/77] 12:32:40 [INFO] from bom/pom.xml 12:32:40 [INFO] --------------------------------[ pom ]--------------------------------- 12:32:40 [INFO] 12:32:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom --- 12:32:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/bom/target/jacoco.exec 12:32:40 [INFO] 12:32:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom --- 12:32:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:32:40 [INFO] The goal is skip due to packaging 'pom' 12:32:40 [INFO] 12:32:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom --- 12:32:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... 12:32:40 [INFO] 12:32:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom --- 12:32:40 [INFO] 12:32:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom --- 12:32:40 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:32:40 [INFO] 12:32:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom --- 12:32:40 [INFO] Tests are skipped. 12:32:40 [INFO] 12:32:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom --- 12:32:40 [INFO] Tests are skipped. 12:32:40 [INFO] 12:32:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom --- 12:32:40 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:32:40 [INFO] 12:32:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom --- 12:32:40 [INFO] 12:32:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom --- 12:32:40 [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 12:32:40 [INFO] 12:32:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-bom --- 12:32:41 [INFO] 12:32:41 [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- 12:32:41 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [4/77] 12:32:41 [INFO] from utils/pom.xml 12:32:41 [INFO] --------------------------------[ pom ]--------------------------------- 12:32:41 [INFO] 12:32:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils --- 12:32:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:32:41 [INFO] 12:32:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils --- 12:32:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/target/jacoco.exec 12:32:41 [INFO] 12:32:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils --- 12:32:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:32:41 [INFO] The goal is skip due to packaging 'pom' 12:32:41 [INFO] 12:32:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils --- 12:32:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... 12:32:41 [INFO] 12:32:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils --- 12:32:41 [INFO] 12:32:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils --- 12:32:41 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:32:41 [INFO] 12:32:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils --- 12:32:41 [INFO] Tests are skipped. 12:32:41 [INFO] 12:32:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils --- 12:32:41 [INFO] Tests are skipped. 12:32:41 [INFO] 12:32:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils --- 12:32:41 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:32:41 [INFO] 12:32:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils --- 12:32:41 [INFO] 12:32:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils --- 12:32:41 [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 12:32:41 [INFO] 12:32:41 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils --- 12:32:41 [INFO] 12:32:41 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- 12:32:41 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [5/77] 12:32:41 [INFO] from utils/jsr305/pom.xml 12:32:41 [INFO] --------------------------------[ jar ]--------------------------------- 12:32:41 [INFO] 12:32:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 --- 12:32:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:32:41 [INFO] 12:32:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 --- 12:32:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/jacoco.exec 12:32:41 [INFO] 12:32:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 --- 12:32:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:32:41 [INFO] All files are up to date, skip goal execution. 12:32:41 [INFO] 12:32:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 --- 12:32:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources 12:32:41 [INFO] 12:32:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 --- 12:32:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT... 12:32:41 [INFO] 12:32:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 --- 12:32:41 [INFO] Changes detected - recompiling the module! :dependency 12:32:41 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 12:32:42 [WARNING] bootstrap class path not set in conjunction with -source 8 12:32:42 [INFO] 12:32:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 --- 12:32:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources 12:32:42 [INFO] 12:32:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 --- 12:32:42 [INFO] No sources to compile 12:32:42 [INFO] 12:32:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 --- 12:32:42 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:32:42 [INFO] Tests are skipped. 12:32:42 [INFO] 12:32:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- 12:32:42 [INFO] 12:32:42 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 --- 12:32:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 12:32:42 [INFO] 12:32:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 --- 12:32:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:32:42 [INFO] Configuration changed, re-generating javadoc. 12:32:43 [WARNING] Javadoc Warnings 12:32:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment 12:32:43 [WARNING] ElementType[] value() default {}; 12:32:43 [WARNING] ^ 12:32:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment 12:32:43 [WARNING] ElementType[] value() default {}; 12:32:43 [WARNING] ^ 12:32:43 [WARNING] 2 warnings 12:32:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 12:32:43 [INFO] 12:32:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 --- 12:32:43 [INFO] Tests are skipped. 12:32:43 [INFO] 12:32:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 --- 12:32:43 [INFO] Tests are skipped. 12:32:43 [INFO] 12:32:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 --- 12:32:43 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:32:43 [INFO] 12:32:43 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 --- 12:32:43 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar' is disabled. 12:32:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar 12:32:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar' is disabled. 12:32:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar 12:32:45 [INFO] 12:32:45 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 --- 12:32:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'. 12:32:46 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'. 12:32:46 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'. 12:32:46 [INFO] 12:32:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 --- 12:32:46 [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 12:32:46 [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 12:32:46 [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 12:32:46 [INFO] 12:32:46 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-jsr305 --- 12:32:47 [INFO] 12:32:47 [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- 12:32:47 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [6/77] 12:32:47 [INFO] from json/pom.xml 12:32:47 [INFO] -------------------------------[ bundle ]------------------------------- 12:32:47 [INFO] 12:32:47 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json --- 12:32:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:32:47 [INFO] 12:32:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json --- 12:32: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/json/target/jacoco.exec 12:32:47 [INFO] 12:32:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json --- 12:32:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:32:47 [INFO] All files are up to date, skip goal execution. 12:32:47 [INFO] 12:32:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json --- 12:32:47 [INFO] Copying 0 resource from src/main/resources to target/classes 12:32:47 [INFO] 12:32:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json --- 12:32:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT... 12:32:47 [INFO] 12:32:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json --- 12:32:47 [INFO] Changes detected - recompiling the module! :dependency 12:32:47 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes 12:32:49 [WARNING] bootstrap class path not set in conjunction with -source 8 12:32:49 [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. 12:32:49 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details. 12:32:49 [INFO] 12:32:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json --- 12:32:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources 12:32:49 [INFO] 12:32:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json --- 12:32:49 [INFO] Changes detected - recompiling the module! :dependency 12:32:49 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes 12:32:51 [WARNING] bootstrap class path not set in conjunction with -source 8 12:32:51 [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; 12:32:51 cast to java.lang.Object for a varargs call 12:32:51 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 12:32:51 [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; 12:32:51 cast to java.lang.String for a varargs call 12:32:51 cast to java.lang.String[] for a non-varargs call and to suppress this warning 12:32:51 [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; 12:32:51 cast to org.eclipse.ditto.json.JsonValue for a varargs call 12:32:51 cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning 12:32:51 [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; 12:32:51 cast to org.eclipse.ditto.json.JsonPointer for a varargs call 12:32:51 cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning 12:32:51 [INFO] 12:32:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json --- 12:32:51 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:32:51 [INFO] Tests are skipped. 12:32:51 [INFO] 12:32:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json --- 12:32:51 [INFO] 12:32:51 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json --- 12:32:52 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 12:32:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF 12:32:52 [INFO] 12:32:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json --- 12:32:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:32:52 [INFO] Configuration changed, re-generating javadoc. 12:32:55 [WARNING] Javadoc Warnings 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment 12:32:55 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) { 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key 12:32:55 [WARNING] boolean containsFlatteningArrays(CharSequence key); 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeNull() throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state 12:32:55 [WARNING] void writeBoolean(boolean state) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeBoolean(boolean state) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number 12:32:55 [WARNING] void writeNumber(float number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeNumber(float number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number 12:32:55 [WARNING] void writeNumber(double number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeNumber(double number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number 12:32:55 [WARNING] void writeNumber(long number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeNumber(long number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number 12:32:55 [WARNING] void writeNumber(int number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeNumber(int number) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text 12:32:55 [WARNING] void writeString(String text) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeString(String text) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name 12:32:55 [WARNING] void writeFieldName(String name) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [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 12:32:55 [WARNING] void writeFieldName(String name) throws IOException; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment 12:32:55 [WARNING] @Nullable private final String description; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment 12:32:55 [WARNING] private final String errorCode; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment 12:32:55 [WARNING] @Nullable private final URI href; 12:32:55 [WARNING] ^ 12:32:55 [WARNING] 21 warnings 12:32:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 12:32:55 [INFO] 12:32:55 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json --- 12:32:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 12:32:55 [INFO] 12:32:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json --- 12:32:55 [INFO] Tests are skipped. 12:32:55 [INFO] 12:32:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json --- 12:32:55 [INFO] Tests are skipped. 12:32:55 [INFO] 12:32:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json --- 12:32:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec 12:32:55 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes 12:32:55 [INFO] 12:32:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json --- 12:32:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar' is disabled. 12:32:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar 12:32:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar' is disabled. 12:32:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar 12:32:58 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar' is disabled. 12:32:58 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar 12:33:00 [INFO] 12:33:00 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json --- 12:33:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'. 12:33:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'. 12:33:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'. 12:33:01 [INFO] 12:33:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-json --- 12:33:01 [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 12:33:01 [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 12:33:01 [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 12:33:01 [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 12:33:01 [INFO] 12:33:01 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json --- 12:33:01 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar 12:33:01 [INFO] Writing OBR metadata 12:33:01 [INFO] 12:33:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json --- 12:33:01 [INFO] 12:33:01 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json --- 12:33:01 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:33:01 [INFO] 12:33:01 [INFO] --------------------< org.eclipse.ditto:ditto-base >-------------------- 12:33:01 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT [7/77] 12:33:01 [INFO] from base/pom.xml 12:33:01 [INFO] --------------------------------[ pom ]--------------------------------- 12:33:01 [INFO] 12:33:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base --- 12:33: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/base/target/jacoco.exec 12:33:01 [INFO] 12:33:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base --- 12:33:01 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:01 [INFO] The goal is skip due to packaging 'pom' 12:33:01 [INFO] 12:33:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base --- 12:33:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT... 12:33:01 [INFO] 12:33:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base --- 12:33:01 [INFO] 12:33:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base --- 12:33:01 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:33:01 [INFO] 12:33:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base --- 12:33:01 [INFO] Tests are skipped. 12:33:01 [INFO] 12:33:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base --- 12:33:01 [INFO] Tests are skipped. 12:33:01 [INFO] 12:33:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base --- 12:33:01 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:33:01 [INFO] 12:33:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base --- 12:33:01 [INFO] 12:33:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-base --- 12:33:01 [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 12:33:01 [INFO] 12:33:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base --- 12:33:02 [INFO] 12:33:02 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >----------------- 12:33:02 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT [8/77] 12:33:02 [INFO] from base/model/pom.xml 12:33:02 [INFO] -------------------------------[ bundle ]------------------------------- 12:33:02 [INFO] 12:33:02 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model --- 12:33:02 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:33:02 [INFO] 12:33:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model --- 12:33: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/model/target/jacoco.exec 12:33:02 [INFO] 12:33:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model --- 12:33:02 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:02 [INFO] All files are up to date, skip goal execution. 12:33:02 [INFO] 12:33:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model --- 12:33:02 [INFO] Copying 0 resource from src/main/resources to target/classes 12:33:02 [INFO] 12:33:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model --- 12:33:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT... 12:33:02 [INFO] 12:33:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model --- 12:33:02 [INFO] Changes detected - recompiling the module! :dependency 12:33:02 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes 12:33:04 [WARNING] bootstrap class path not set in conjunction with -source 8 12:33:04 [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. 12:33:04 [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. 12:33:04 [INFO] 12:33:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model --- 12:33:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources 12:33:04 [INFO] 12:33:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model --- 12:33:04 [INFO] Changes detected - recompiling the module! :dependency 12:33:04 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes 12:33:06 [WARNING] bootstrap class path not set in conjunction with -source 8 12:33:06 [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; 12:33:06 cast to java.lang.Object for a varargs call 12:33:06 cast to java.lang.Object[] for a non-varargs call and to suppress this warning 12:33:06 [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. 12:33:06 [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. 12:33:06 [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. 12:33:06 [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. 12:33:06 [INFO] 12:33:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model --- 12:33:06 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:06 [INFO] Tests are skipped. 12:33:06 [INFO] 12:33:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model --- 12:33:06 [INFO] 12:33:06 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model --- 12:33:06 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 12:33:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF 12:33:06 [INFO] 12:33:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model --- 12:33:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:06 [INFO] Configuration changed, re-generating javadoc. 12:33:12 [WARNING] Javadoc Warnings 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.namespaces; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.announcements; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.commands; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.events; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected static final String DEFAULT_LIMIT = "-1"; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment 12:33:12 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment 12:33:12 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment 12:33:12 [WARNING] protected final S myself; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment 12:33:12 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders); 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment 12:33:12 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment 12:33:12 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment 12:33:12 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment 12:33:12 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown"; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected static DittoRuntimeException buildExceptionFromJson( 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected boolean canEqual(@Nullable final Object other) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment 12:33:12 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id); 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected final EntityId entityId; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected final JsonPointer resourcePath; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] BINARY 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] JSON, 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] JSON_MERGE_PATCH, 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] TEXT, 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:246: warning: no comment 12:33:12 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:250: warning: no comment 12:33:12 [WARNING] public String getSuffix() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:254: warning: no comment 12:33:12 [WARNING] public Duration getJavaDuration(final long amount) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:258: warning: no comment 12:33:12 [WARNING] public ChronoUnit getChronoUnit() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment 12:33:12 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS); 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment 12:33:12 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS), 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment 12:33:12 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS), 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment 12:33:12 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES), 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:215: warning: no comment 12:33:12 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS), 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment 12:33:12 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS), 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment 12:33:12 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment 12:33:12 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment 12:33:12 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder( 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject, 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public boolean isEmpty() { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public Stream<EntityTagMatcher> stream() { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject, 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment 12:33:12 [WARNING] public int getCode() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment 12:33:12 [WARNING] public boolean isClientError() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment 12:33:12 [WARNING] public boolean isInformational() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment 12:33:12 [WARNING] public boolean isRedirection() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment 12:33:12 [WARNING] public boolean isServerError() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment 12:33:12 [WARNING] public boolean isSuccess() { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected NoControlCharactersValidator(final CharSequence id) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public Builder(final JsonPointer path) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public final class RegexPatterns { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> FILTER = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION = 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP = 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment 12:33:12 [WARNING] public Builder() { 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment 12:33:12 [WARNING] @Nullable private final String invalidHeaderKey; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment 12:33:12 [WARNING] @Nullable private final String notSupportedHeaderKey; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment 12:33:12 [WARNING] private final String description; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment 12:33:12 [WARNING] private final String errorCode; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment 12:33:12 [WARNING] private final URI href; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment 12:33:12 [WARNING] private final HttpStatus httpStatus; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment 12:33:12 [WARNING] private final String entityId; 12:33:12 [WARNING] ^ 12:33:12 [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 12:33:12 [WARNING] private final T resource; 12:33:12 [WARNING] ^ 12:33:12 [WARNING] 85 warnings 12:33:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 12:33:12 [INFO] 12:33:12 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model --- 12:33:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 12:33:12 [INFO] 12:33:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model --- 12:33:12 [INFO] Tests are skipped. 12:33:12 [INFO] 12:33:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model --- 12:33:12 [INFO] Tests are skipped. 12:33:12 [INFO] 12:33:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model --- 12:33:12 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec 12:33:12 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes 12:33:12 [INFO] 12:33:12 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model --- 12:33:12 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar' is disabled. 12:33:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar 12:33:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:33:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar 12:33:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar' is disabled. 12:33:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar 12:33:17 [INFO] 12:33:17 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model --- 12:33:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'. 12:33:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'. 12:33:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'. 12:33:17 [INFO] 12:33:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model --- 12:33:17 [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 12:33:17 [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 12:33:17 [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 12:33:17 [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 12:33:17 [INFO] 12:33:17 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model --- 12:33:17 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar 12:33:17 [INFO] Writing OBR metadata 12:33:17 [INFO] 12:33:17 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-model --- 12:33:18 [INFO] 12:33:18 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-base-model --- 12:33:18 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:33:18 [INFO] 12:33:18 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------ 12:33:18 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT [9/77] 12:33:18 [INFO] from base/api/pom.xml 12:33:18 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:18 [INFO] 12:33:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api --- 12:33: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/api/target/jacoco.exec 12:33:18 [INFO] 12:33:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api --- 12:33:18 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:18 [INFO] All files are up to date, skip goal execution. 12:33:18 [INFO] 12:33:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api --- 12:33:18 [INFO] Copying 0 resource from src/main/resources to target/classes 12:33:18 [INFO] 12:33:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api --- 12:33:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT... 12:33:18 [INFO] 12:33:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api --- 12:33:18 [INFO] Changes detected - recompiling the module! :dependency 12:33:18 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes 12:33:18 [INFO] 12:33:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api --- 12:33:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources 12:33:18 [INFO] 12:33:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api --- 12:33:19 [INFO] Changes detected - recompiling the module! :dependency 12:33:19 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:33:19 [INFO] 12:33:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api --- 12:33:19 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:19 [INFO] Tests are skipped. 12:33:19 [INFO] 12:33:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api --- 12:33:19 [INFO] 12:33:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api --- 12:33:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 12:33:19 [INFO] 12:33:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api --- 12:33:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:19 [INFO] Configuration changed, re-generating javadoc. 12:33:22 [WARNING] Javadoc Warnings 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/commands/sudo/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.commands.sudo; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.common; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.common.purge; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.devops; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/package-info.java:14: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.persistence; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/cleanup/package-info.java:15: warning: no comment 12:33:22 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup; 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/ChangeLogLevel.java:54: warning: no comment 12:33:22 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG = 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for serviceName 12:33:22 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for instance 12:33:22 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName, 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/LoggingFacade.java:35: warning: no @param for includeDisabledLoggers 12:33:22 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers); 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/PurgeEntities.java:164: warning: no comment 12:33:22 [WARNING] public static String getTopic(final EntityType entityType) { 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/RetrieveLoggerConfigResponse.java:54: warning: no comment 12:33:22 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS = 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment 12:33:22 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason", 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return 12:33:22 [WARNING] public abstract String getPubSubTopic(); 12:33:22 [WARNING] ^ 12:33:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment 12:33:22 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) { 12:33:22 [WARNING] ^ 12:33:22 [WARNING] 16 warnings 12:33:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 12:33:22 [INFO] 12:33:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api --- 12:33:22 [INFO] Tests are skipped. 12:33:22 [INFO] 12:33:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api --- 12:33:22 [INFO] Tests are skipped. 12:33:22 [INFO] 12:33:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api --- 12:33:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec 12:33:22 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes 12:33:22 [INFO] 12:33:22 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api --- 12:33:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar' is disabled. 12:33:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar 12:33:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:33:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar 12:33:25 [INFO] 12:33:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api --- 12:33:25 [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 12:33:25 [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 12:33:25 [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 12:33:25 [INFO] 12:33:25 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-api --- 12:33:25 [INFO] 12:33:25 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------ 12:33:25 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT [10/77] 12:33:25 [INFO] from internal/pom.xml 12:33:25 [INFO] --------------------------------[ pom ]--------------------------------- 12:33:25 [INFO] 12:33:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal --- 12:33: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/internal/target/jacoco.exec 12:33:25 [INFO] 12:33:25 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal --- 12:33:25 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:25 [INFO] The goal is skip due to packaging 'pom' 12:33:25 [INFO] 12:33:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal --- 12:33:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT... 12:33:25 [INFO] 12:33:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal --- 12:33:25 [INFO] 12:33:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal --- 12:33:25 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:33:25 [INFO] 12:33:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal --- 12:33:25 [INFO] Tests are skipped. 12:33:25 [INFO] 12:33:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal --- 12:33:25 [INFO] Tests are skipped. 12:33:25 [INFO] 12:33:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal --- 12:33:25 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:33:25 [INFO] 12:33:25 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal --- 12:33:25 [INFO] 12:33:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal --- 12:33:25 [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 12:33:25 [INFO] 12:33:25 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal --- 12:33:26 [INFO] 12:33:26 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >--------------- 12:33:26 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT [11/77] 12:33:26 [INFO] from internal/utils/pom.xml 12:33:26 [INFO] --------------------------------[ pom ]--------------------------------- 12:33:26 [INFO] 12:33:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils --- 12:33: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/target/jacoco.exec 12:33:26 [INFO] 12:33:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils --- 12:33:26 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:26 [INFO] The goal is skip due to packaging 'pom' 12:33:26 [INFO] 12:33:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils --- 12:33:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT... 12:33:26 [INFO] 12:33:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils --- 12:33:26 [INFO] 12:33:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils --- 12:33:26 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:33:26 [INFO] 12:33:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils --- 12:33:26 [INFO] Tests are skipped. 12:33:26 [INFO] 12:33:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils --- 12:33:26 [INFO] Tests are skipped. 12:33:26 [INFO] 12:33:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils --- 12:33:26 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:33:26 [INFO] 12:33:26 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils --- 12:33:26 [INFO] 12:33:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils --- 12:33:26 [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 12:33:26 [INFO] 12:33:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils --- 12:33:26 [INFO] 12:33:26 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------ 12:33:26 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77] 12:33:26 [INFO] from internal/utils/config/pom.xml 12:33:26 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:26 [INFO] 12:33:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config --- 12:33:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 12:33:27 [INFO] 12:33:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config --- 12:33:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:27 [INFO] All files are up to date, skip goal execution. 12:33:27 [INFO] 12:33:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config --- 12:33:27 [INFO] Copying 1 resource from src/main/resources to target/classes 12:33:27 [INFO] Copying 16 resources from src/main/resources to target/classes 12:33:27 [INFO] 12:33:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config --- 12:33:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT... 12:33:27 [INFO] 12:33:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config --- 12:33:27 [INFO] Changes detected - recompiling the module! :dependency 12:33:27 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 12:33:27 [INFO] 12:33:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config --- 12:33:27 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:33:27 [INFO] 12:33:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config --- 12:33:27 [INFO] Changes detected - recompiling the module! :dependency 12:33:27 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes 12:33:27 [INFO] 12:33:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config --- 12:33:27 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:27 [INFO] Tests are skipped. 12:33:27 [INFO] 12:33:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config --- 12:33:27 [INFO] 12:33:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config --- 12:33:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 12:33:27 [INFO] 12:33:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config --- 12:33:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:27 [INFO] Configuration changed, re-generating javadoc. 12:33:29 [WARNING] Javadoc Warnings 12:33:29 [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 12:33:29 [WARNING] package org.eclipse.ditto.internal.utils.config; 12:33:29 [WARNING] ^ 12:33:29 [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 12:33:29 [WARNING] package org.eclipse.ditto.internal.utils.config.raw; 12:33:29 [WARNING] ^ 12:33:29 [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 12:33:29 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions"; 12:33:29 [WARNING] ^ 12:33:29 [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 12:33:29 [WARNING] static Config dittoExtension(final Config config) { 12:33:29 [WARNING] ^ 12:33:29 [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 12:33:29 [WARNING] static Config getOrEmpty(final Config config, final String path) { 12:33:29 [WARNING] ^ 12:33:29 [WARNING] 5 warnings 12:33:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 12:33:29 [INFO] 12:33:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config --- 12:33:29 [INFO] Tests are skipped. 12:33:29 [INFO] 12:33:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config --- 12:33:29 [INFO] Tests are skipped. 12:33:29 [INFO] 12:33:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config --- 12:33:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec 12:33:29 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes 12:33:29 [INFO] 12:33:29 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config --- 12:33:29 [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. 12:33:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar 12:33:30 [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. 12:33:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar 12:33:31 [INFO] 12:33:31 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config --- 12:33:31 [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 12:33:31 [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 12:33:31 [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 12:33:31 [INFO] 12:33:31 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-config --- 12:33:32 [INFO] 12:33:32 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >----------- 12:33:32 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77] 12:33:32 [INFO] from internal/utils/metrics/pom.xml 12:33:32 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:32 [INFO] 12:33:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 12:33:32 [INFO] 12:33:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics --- 12:33:32 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:32 [INFO] All files are up to date, skip goal execution. 12:33:32 [INFO] 12:33:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources 12:33:32 [INFO] 12:33:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT... 12:33:32 [INFO] 12:33:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] Changes detected - recompiling the module! :dependency 12:33:32 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes 12:33:32 [INFO] 12:33:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] Copying 3 resources from src/test/resources to target/test-classes 12:33:32 [INFO] 12:33:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] Changes detected - recompiling the module! :dependency 12:33:32 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 12:33:32 [INFO] 12:33:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics --- 12:33:32 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:32 [INFO] Tests are skipped. 12:33:32 [INFO] 12:33:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics --- 12:33:32 [INFO] 12:33:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics --- 12:33:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 12:33:33 [INFO] 12:33:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics --- 12:33:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:33 [INFO] Configuration changed, re-generating javadoc. 12:33:35 [WARNING] Javadoc Warnings 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer; 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config, 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config, 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public static KamonCounter newCounter(final String name) { 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public static Gauge newGauge(final String name) { 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public static Histogram newHistogram(final String name) { 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler); 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public static PreparedTimer newTimer(final String name) { 12:33:35 [WARNING] ^ 12:33:35 [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 12:33:35 [WARNING] public static PreparedTimer newTimer(final String name) { 12:33:35 [WARNING] ^ 12:33:35 [WARNING] 15 warnings 12:33:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 12:33:35 [INFO] 12:33:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics --- 12:33:35 [INFO] Tests are skipped. 12:33:35 [INFO] 12:33:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics --- 12:33:35 [INFO] Tests are skipped. 12:33:35 [INFO] 12:33:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics --- 12:33:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec 12:33:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes 12:33:35 [INFO] 12:33:35 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics --- 12:33:35 [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. 12:33:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar 12:33:36 [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. 12:33:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar 12:33:38 [INFO] 12:33:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics --- 12:33:38 [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 12:33:38 [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 12:33:38 [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 12:33:38 [INFO] 12:33:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-metrics --- 12:33:38 [INFO] 12:33:38 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >---------------- 12:33:38 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT [14/77] 12:33:38 [INFO] from utils/result/pom.xml 12:33:38 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:38 [INFO] 12:33:38 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result --- 12:33:38 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:33:38 [INFO] 12:33:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result --- 12:33: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/utils/result/target/jacoco.exec 12:33:38 [INFO] 12:33:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result --- 12:33:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:38 [INFO] All files are up to date, skip goal execution. 12:33:38 [INFO] 12:33:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result --- 12:33:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources 12:33:38 [INFO] 12:33:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result --- 12:33:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT... 12:33:38 [INFO] 12:33:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result --- 12:33:38 [INFO] Changes detected - recompiling the module! :dependency 12:33:38 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 12:33:38 [INFO] 12:33:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result --- 12:33:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources 12:33:38 [INFO] 12:33:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result --- 12:33:38 [INFO] Changes detected - recompiling the module! :dependency 12:33:38 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:33:38 [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. 12:33:38 [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. 12:33:38 [INFO] 12:33:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result --- 12:33:38 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:38 [INFO] Tests are skipped. 12:33:38 [INFO] 12:33:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result --- 12:33:38 [INFO] 12:33:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result --- 12:33:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 12:33:38 [INFO] 12:33:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result --- 12:33:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:39 [INFO] Configuration changed, re-generating javadoc. 12:33:40 [WARNING] Javadoc Warnings 12:33:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment 12:33:40 [WARNING] package org.eclipse.ditto.utils.result; 12:33:40 [WARNING] ^ 12:33:40 [WARNING] 1 warning 12:33:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 12:33:40 [INFO] 12:33:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result --- 12:33:40 [INFO] Tests are skipped. 12:33:40 [INFO] 12:33:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result --- 12:33:40 [INFO] Tests are skipped. 12:33:40 [INFO] 12:33:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result --- 12:33:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec 12:33:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes 12:33:40 [INFO] 12:33:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result --- 12:33:40 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar' is disabled. 12:33:40 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar 12:33:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar' is disabled. 12:33:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar 12:33:43 [INFO] 12:33:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result --- 12:33:43 [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 12:33:43 [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 12:33:43 [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 12:33:43 [INFO] 12:33:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-result --- 12:33:43 [INFO] 12:33:43 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >----------- 12:33:43 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77] 12:33:43 [INFO] from internal/utils/tracing/pom.xml 12:33:43 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:43 [INFO] 12:33:43 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing --- 12:33: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/tracing/target/jacoco.exec 12:33:43 [INFO] 12:33:43 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing --- 12:33:43 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:43 [INFO] All files are up to date, skip goal execution. 12:33:43 [INFO] 12:33:43 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing --- 12:33:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources 12:33:43 [INFO] 12:33:43 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing --- 12:33:43 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT... 12:33:43 [INFO] 12:33:43 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing --- 12:33:43 [INFO] Changes detected - recompiling the module! :dependency 12:33:43 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 12:33:43 [INFO] 12:33:43 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing --- 12:33:43 [INFO] Changes detected - recompiling the module! :dependency 12:33:43 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes 12:33:44 [INFO] 12:33:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing --- 12:33:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources 12:33:44 [INFO] 12:33:44 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing --- 12:33:44 [INFO] Changes detected - recompiling the module! :dependency 12:33:44 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 12:33:44 [INFO] 12:33:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing --- 12:33:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:44 [INFO] Tests are skipped. 12:33:44 [INFO] 12:33:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing --- 12:33:44 [INFO] 12:33:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing --- 12:33:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 12:33:44 [INFO] 12:33:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing --- 12:33:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:44 [INFO] Configuration changed, re-generating javadoc. 12:33:46 [WARNING] Javadoc Warnings 12:33:46 [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 12:33:46 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config; 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter; 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span; 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID = 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE = 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID = 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME = 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type"); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public abstract Tag getTagForValue(T value); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] Map<String, String> propagateContext(Map<String, String> map); 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public URI getTraceUri() { 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static String metricizeTraceUri(final String traceUri) { 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static String metricizeTraceUri(final String traceUri) { 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static String normalizePath(final String path) { 12:33:46 [WARNING] ^ 12:33:46 [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 12:33:46 [WARNING] public static String normalizePath(final String path) { 12:33:46 [WARNING] ^ 12:33:46 [WARNING] 21 warnings 12:33:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 12:33:46 [INFO] 12:33:46 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing --- 12:33:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 12:33:46 [INFO] 12:33:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing --- 12:33:46 [INFO] Tests are skipped. 12:33:46 [INFO] 12:33:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing --- 12:33:46 [INFO] Tests are skipped. 12:33:46 [INFO] 12:33:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing --- 12:33:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec 12:33:46 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes 12:33:47 [INFO] 12:33:47 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing --- 12:33:47 [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. 12:33:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar 12:33:47 [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. 12:33:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar 12:33:49 [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. 12:33:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar 12:33:50 [INFO] 12:33:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing --- 12:33:50 [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 12:33:50 [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 12:33:50 [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 12:33:50 [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 12:33:50 [INFO] 12:33:50 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-tracing --- 12:33:51 [INFO] 12:33:51 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >--------------- 12:33:51 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT [16/77] 12:33:51 [INFO] from internal/models/pom.xml 12:33:51 [INFO] --------------------------------[ pom ]--------------------------------- 12:33:51 [INFO] 12:33:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models --- 12:33: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/models/target/jacoco.exec 12:33:51 [INFO] 12:33:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models --- 12:33:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:51 [INFO] The goal is skip due to packaging 'pom' 12:33:51 [INFO] 12:33:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models --- 12:33:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT... 12:33:51 [INFO] 12:33:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models --- 12:33:51 [INFO] 12:33:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models --- 12:33:51 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:33:51 [INFO] 12:33:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models --- 12:33:51 [INFO] Tests are skipped. 12:33:51 [INFO] 12:33:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models --- 12:33:51 [INFO] Tests are skipped. 12:33:51 [INFO] 12:33:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models --- 12:33:51 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:33:51 [INFO] 12:33:51 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models --- 12:33:51 [INFO] 12:33:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models --- 12:33:51 [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 12:33:51 [INFO] 12:33:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models --- 12:33:51 [INFO] 12:33:51 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >---------- 12:33:51 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77] 12:33:51 [INFO] from internal/models/streaming/pom.xml 12:33:51 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:51 [INFO] 12:33:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming --- 12:33: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/models/streaming/target/jacoco.exec 12:33:51 [INFO] 12:33:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming --- 12:33:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:51 [INFO] All files are up to date, skip goal execution. 12:33:51 [INFO] 12:33:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming --- 12:33:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources 12:33:51 [INFO] 12:33:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming --- 12:33:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT... 12:33:51 [INFO] 12:33:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming --- 12:33:51 [INFO] Changes detected - recompiling the module! :dependency 12:33:51 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 12:33:51 [INFO] 12:33:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming --- 12:33:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources 12:33:51 [INFO] 12:33:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming --- 12:33:52 [INFO] Changes detected - recompiling the module! :dependency 12:33:52 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 12:33:52 [INFO] 12:33:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming --- 12:33:52 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:33:52 [INFO] Tests are skipped. 12:33:52 [INFO] 12:33:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming --- 12:33:52 [INFO] 12:33:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming --- 12:33:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 12:33:52 [INFO] 12:33:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming --- 12:33:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:33:52 [INFO] Configuration changed, re-generating javadoc. 12:33:54 [WARNING] Javadoc Warnings 12:33:54 [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 12:33:54 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) { 12:33:54 [WARNING] ^ 12:33:54 [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 12:33:54 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:33:54 [WARNING] ^ 12:33:54 [WARNING] 2 warnings 12:33:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 12:33:54 [INFO] 12:33:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming --- 12:33:54 [INFO] Tests are skipped. 12:33:54 [INFO] 12:33:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming --- 12:33:54 [INFO] Tests are skipped. 12:33:54 [INFO] 12:33:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming --- 12:33:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec 12:33:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes 12:33:54 [INFO] 12:33:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming --- 12:33:54 [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. 12:33:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar 12:33:55 [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. 12:33:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar 12:33:56 [INFO] 12:33:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming --- 12:33:56 [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 12:33:56 [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 12:33:56 [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 12:33:56 [INFO] 12:33:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-streaming --- 12:33:56 [INFO] 12:33:56 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------ 12:33:56 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT [18/77] 12:33:56 [INFO] from internal/utils/pekko/pom.xml 12:33:56 [INFO] --------------------------------[ jar ]--------------------------------- 12:33:56 [INFO] 12:33:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko --- 12:33: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/pekko/target/jacoco.exec 12:33:56 [INFO] 12:33:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko --- 12:33:56 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:33:56 [INFO] All files are up to date, skip goal execution. 12:33:56 [INFO] 12:33:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko --- 12:33:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources 12:33:56 [INFO] 12:33:56 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko --- 12:33: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 12:33:58 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ... 12:34:02 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 12:34:02 [WARNING] one warning found 12:34:04 [INFO] NoPosition: Note: Some input files use or override a deprecated API. 12:34:04 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. 12:34:05 [INFO] done compiling 12:34:05 [INFO] compile in 8.7 s 12:34:05 [INFO] 12:34:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko --- 12:34:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT... 12:34:05 [INFO] 12:34:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko --- 12:34:05 [INFO] Changes detected - recompiling the module! :dependency 12:34:05 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 12:34:06 [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. 12:34:06 [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. 12:34:06 [INFO] 12:34:06 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko --- 12:34: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 12:34:06 [INFO] compile in 0.1 s 12:34:06 [INFO] 12:34:06 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko --- 12:34:06 [INFO] Changes detected - recompiling the module! :dependency 12:34:06 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes 12:34:07 [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. 12:34:07 [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. 12:34:07 [INFO] 12:34:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko --- 12:34:07 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:34:07 [INFO] 12:34:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko --- 12:34:07 [INFO] Changes detected - recompiling the module! :dependency 12:34:07 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes 12:34:08 [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. 12:34:08 [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. 12:34:08 [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. 12:34:08 [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. 12:34:08 [INFO] 12:34:08 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko --- 12:34: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 12:34:08 [INFO] compile in 0.0 s 12:34:08 [INFO] 12:34:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko --- 12:34:08 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:34:08 [INFO] Tests are skipped. 12:34:08 [INFO] 12:34:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko --- 12:34:08 [INFO] 12:34:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko --- 12:34:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 12:34:08 [INFO] 12:34:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko --- 12:34:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:34:08 [INFO] Configuration changed, re-generating javadoc. 12:34:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 12:34:10 [INFO] 12:34:10 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko --- 12:34:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 12:34:10 [INFO] 12:34:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko --- 12:34:10 [INFO] Tests are skipped. 12:34:10 [INFO] 12:34:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko --- 12:34:10 [INFO] Tests are skipped. 12:34:10 [INFO] 12:34:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko --- 12:34:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec 12:34:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes 12:34:10 [INFO] 12:34:10 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko --- 12:34:10 [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. 12:34:10 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar 12:34:11 [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. 12:34:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar 12:34:13 [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. 12:34:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar 12:34:14 [INFO] 12:34:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko --- 12:34:14 [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 12:34:14 [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 12:34:14 [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 12:34:14 [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 12:34:14 [INFO] 12:34:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pekko --- 12:34:15 [INFO] 12:34:15 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------ 12:34:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77] 12:34:15 [INFO] from internal/utils/health/pom.xml 12:34:15 [INFO] --------------------------------[ jar ]--------------------------------- 12:34:15 [INFO] 12:34:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health --- 12:34:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 12:34:15 [INFO] 12:34:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health --- 12:34:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:15 [INFO] All files are up to date, skip goal execution. 12:34:15 [INFO] 12:34:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health --- 12:34:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources 12:34:15 [INFO] 12:34:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health --- 12:34:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT... 12:34:15 [INFO] 12:34:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health --- 12:34:15 [INFO] Changes detected - recompiling the module! :dependency 12:34:15 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes 12:34:15 [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. 12:34:15 [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. 12:34:15 [INFO] 12:34:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health --- 12:34:15 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:34:15 [INFO] 12:34:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health --- 12:34:15 [INFO] Changes detected - recompiling the module! :dependency 12:34:15 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes 12:34:15 [INFO] 12:34:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health --- 12:34:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:34:15 [INFO] Tests are skipped. 12:34:15 [INFO] 12:34:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health --- 12:34:15 [INFO] 12:34:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health --- 12:34:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 12:34:15 [INFO] 12:34:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health --- 12:34:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:34:15 [INFO] Configuration changed, re-generating javadoc. 12:34:18 [WARNING] Javadoc Warnings 12:34:18 [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 12:34:18 [WARNING] package org.eclipse.ditto.internal.utils.health; 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] package org.eclipse.ditto.internal.utils.health.config; 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] protected void shutdownStream(final Shutdown shutdown) { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] default StatusDetailMessage.Level level() { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] String name(); 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this); 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public final StatusInfo getHealth() { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public Level getLevel() { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public JsonValue getMessage() { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public static StatusDetailMessage of(final Level level, final String message) { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) { 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] ERROR; 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] INFO, 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] WARN, 12:34:18 [WARNING] ^ 12:34:18 [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 12:34:18 [WARNING] public static final Level DEFAULT = INFO; 12:34:18 [WARNING] ^ 12:34:18 [WARNING] 18 warnings 12:34:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 12:34:18 [INFO] 12:34:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health --- 12:34:18 [INFO] Tests are skipped. 12:34:18 [INFO] 12:34:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health --- 12:34:18 [INFO] Tests are skipped. 12:34:18 [INFO] 12:34:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health --- 12:34:18 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec 12:34:18 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes 12:34:18 [INFO] 12:34:18 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health --- 12:34:18 [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. 12:34:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar 12:34:19 [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. 12:34:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar 12:34:21 [INFO] 12:34:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health --- 12:34:21 [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 12:34:21 [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 12:34:21 [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 12:34:21 [INFO] 12:34:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-health --- 12:34:21 [INFO] 12:34:21 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ 12:34:21 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT [20/77] 12:34:21 [INFO] from json-cbor/pom.xml 12:34:21 [INFO] -------------------------------[ bundle ]------------------------------- 12:34:21 [INFO] 12:34:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor --- 12:34:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:34:21 [INFO] 12:34:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor --- 12:34: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/json-cbor/target/jacoco.exec 12:34:21 [INFO] 12:34:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor --- 12:34:21 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:21 [INFO] All files are up to date, skip goal execution. 12:34:21 [INFO] 12:34:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor --- 12:34:21 [INFO] Copying 1 resource from src/main/resources to target/classes 12:34:21 [INFO] 12:34:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor --- 12:34:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT... 12:34:21 [INFO] 12:34:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor --- 12:34:21 [INFO] Changes detected - recompiling the module! :dependency 12:34:21 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes 12:34:21 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:21 [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. 12:34:21 [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. 12:34:21 [INFO] 12:34:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor --- 12:34:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources 12:34:22 [INFO] 12:34:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor --- 12:34:22 [INFO] Changes detected - recompiling the module! :dependency 12:34:22 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes 12:34:22 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:22 [INFO] 12:34:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor --- 12:34:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:34:22 [INFO] Tests are skipped. 12:34:22 [INFO] 12:34:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- 12:34:22 [INFO] 12:34:22 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor --- 12:34:22 [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) 12:34:22 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 12:34:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF 12:34:22 [INFO] 12:34:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor --- 12:34:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:34:22 [INFO] Configuration changed, re-generating javadoc. 12:34:23 [WARNING] Javadoc Warnings 12:34:23 [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 12:34:23 [WARNING] public static String toHexString(final byte[] array) throws IOException { 12:34:23 [WARNING] ^ 12:34:23 [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 12:34:23 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException { 12:34:23 [WARNING] ^ 12:34:23 [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 12:34:23 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException { 12:34:23 [WARNING] ^ 12:34:23 [WARNING] 3 warnings 12:34:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 12:34:23 [INFO] 12:34:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor --- 12:34:23 [INFO] Tests are skipped. 12:34:23 [INFO] 12:34:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor --- 12:34:23 [INFO] Tests are skipped. 12:34:23 [INFO] 12:34:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor --- 12:34:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec 12:34:23 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes 12:34:23 [INFO] 12:34:23 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor --- 12:34:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar' is disabled. 12:34:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar 12:34:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar' is disabled. 12:34:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar 12:34:26 [INFO] 12:34:26 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor --- 12:34:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'. 12:34:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'. 12:34:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'. 12:34:26 [INFO] 12:34:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor --- 12:34:26 [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 12:34:26 [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 12:34:26 [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 12:34:26 [INFO] 12:34:26 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor --- 12:34:26 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar 12:34:26 [INFO] Writing OBR metadata 12:34:26 [INFO] 12:34:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json-cbor --- 12:34:26 [INFO] 12:34:26 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json-cbor --- 12:34:26 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:34:26 [INFO] 12:34:26 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------ 12:34:26 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT [21/77] 12:34:26 [INFO] from policies/pom.xml 12:34:26 [INFO] --------------------------------[ pom ]--------------------------------- 12:34:26 [INFO] 12:34:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies --- 12:34: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/policies/target/jacoco.exec 12:34:26 [INFO] 12:34:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies --- 12:34:26 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:26 [INFO] The goal is skip due to packaging 'pom' 12:34:26 [INFO] 12:34:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies --- 12:34:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT... 12:34:26 [INFO] 12:34:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies --- 12:34:26 [INFO] 12:34:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies --- 12:34:26 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:34:26 [INFO] 12:34:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies --- 12:34:26 [INFO] Tests are skipped. 12:34:26 [INFO] 12:34:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies --- 12:34:26 [INFO] Tests are skipped. 12:34:26 [INFO] 12:34:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies --- 12:34:26 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:34:26 [INFO] 12:34:26 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies --- 12:34:26 [INFO] 12:34:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies --- 12:34:26 [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 12:34:26 [INFO] 12:34:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies --- 12:34:27 [INFO] 12:34:27 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >--------------- 12:34:27 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT [22/77] 12:34:27 [INFO] from policies/model/pom.xml 12:34:27 [INFO] -------------------------------[ bundle ]------------------------------- 12:34:27 [INFO] 12:34:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model --- 12:34:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:34:27 [INFO] 12:34:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model --- 12:34: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/policies/model/target/jacoco.exec 12:34:27 [INFO] 12:34:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model --- 12:34:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:27 [INFO] All files are up to date, skip goal execution. 12:34:27 [INFO] 12:34:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model --- 12:34:27 [INFO] Copying 0 resource from src/main/resources to target/classes 12:34:27 [INFO] 12:34:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model --- 12:34:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT... 12:34:27 [INFO] 12:34:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model --- 12:34:27 [INFO] Changes detected - recompiling the module! :dependency 12:34:27 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes 12:34:29 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:29 [INFO] 12:34:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model --- 12:34:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources 12:34:29 [INFO] 12:34:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model --- 12:34:29 [INFO] Changes detected - recompiling the module! :dependency 12:34:29 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes 12:34:36 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:36 [WARNING] Implicitly compiled files were not subject to annotation processing. 12:34:36 Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. 12:34:36 [INFO] 12:34:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model --- 12:34:36 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:34:36 [INFO] Tests are skipped. 12:34:36 [INFO] 12:34:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model --- 12:34:36 [INFO] 12:34:36 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model --- 12:34:37 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 12:34:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF 12:34:37 [INFO] 12:34:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model --- 12:34:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:34:37 [INFO] Configuration changed, re-generating javadoc. 12:34:43 [WARNING] Javadoc Warnings 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.commands; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query; 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] package org.eclipse.ditto.policies.model.signals.events; 12:34:43 [WARNING] ^ 12:34:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment 12:34:43 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate, 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label, 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId, 12:34:43 [WARNING] ^ 12:34:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment 12:34:43 [WARNING] public String getName() { 12:34:43 [WARNING] ^ 12:34:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment 12:34:43 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10")); 12:34:43 [WARNING] ^ 12:34:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment 12:34:43 [WARNING] default CompletionStage<Policy> withResolvedImports( 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES = 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY = 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:43 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) { 12:34:43 [WARNING] ^ 12:34:43 [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 12:34:44 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT = 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS = 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) { 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) { 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRIES, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRY, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRY_RESOURCE, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRY_RESOURCES, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRY_SUBJECT; 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_ENTRY_SUBJECTS, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_IMPORT, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] POLICY_IMPORTS, 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY = 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified> 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES = 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final String POLICY_IMPORT = "policyImport"; 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS = 12:34:44 [WARNING] ^ 12:34:44 [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 12:34:44 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS = 12:34:44 [WARNING] ^ 12:34:44 [WARNING] 36 warnings 12:34:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 12:34:44 [INFO] 12:34:44 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model --- 12:34:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 12:34:44 [INFO] 12:34:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model --- 12:34:44 [INFO] Tests are skipped. 12:34:44 [INFO] 12:34:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model --- 12:34:44 [INFO] Tests are skipped. 12:34:44 [INFO] 12:34:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model --- 12:34:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec 12:34:44 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes 12:34:44 [INFO] 12:34:44 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model --- 12:34:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar' is disabled. 12:34:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar 12:34:46 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:34:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar 12:34:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar' is disabled. 12:34:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar 12:34:49 [INFO] 12:34:49 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model --- 12:34:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'. 12:34:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'. 12:34:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'. 12:34:50 [INFO] 12:34:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model --- 12:34:50 [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 12:34:50 [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 12:34:50 [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 12:34:50 [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 12:34:50 [INFO] 12:34:50 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model --- 12:34:50 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar 12:34:50 [INFO] Writing OBR metadata 12:34:50 [INFO] 12:34:50 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-model --- 12:34:51 [INFO] 12:34:51 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-policies-model --- 12:34:51 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:34:51 [INFO] 12:34:51 [INFO] -------------------< org.eclipse.ditto:ditto-things >------------------- 12:34:51 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT [23/77] 12:34:51 [INFO] from things/pom.xml 12:34:51 [INFO] --------------------------------[ pom ]--------------------------------- 12:34:51 [INFO] 12:34:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things --- 12:34:51 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/target/jacoco.exec 12:34:51 [INFO] 12:34:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things --- 12:34:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:51 [INFO] The goal is skip due to packaging 'pom' 12:34:51 [INFO] 12:34:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things --- 12:34:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT... 12:34:51 [INFO] 12:34:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things --- 12:34:51 [INFO] 12:34:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things --- 12:34:51 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:34:51 [INFO] 12:34:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things --- 12:34:51 [INFO] Tests are skipped. 12:34:51 [INFO] 12:34:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things --- 12:34:51 [INFO] Tests are skipped. 12:34:51 [INFO] 12:34:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things --- 12:34:51 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:34:51 [INFO] 12:34:51 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things --- 12:34:51 [INFO] 12:34:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-things --- 12:34:51 [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 12:34:51 [INFO] 12:34:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things --- 12:34:51 [INFO] 12:34:51 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >---------------- 12:34:51 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT [24/77] 12:34:51 [INFO] from things/model/pom.xml 12:34:51 [INFO] -------------------------------[ bundle ]------------------------------- 12:34:51 [INFO] 12:34:51 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model --- 12:34:51 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:34:51 [INFO] 12:34:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model --- 12:34:51 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec 12:34:51 [INFO] 12:34:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model --- 12:34:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:34:51 [INFO] All files are up to date, skip goal execution. 12:34:51 [INFO] 12:34:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model --- 12:34:51 [INFO] Copying 0 resource from src/main/resources to target/classes 12:34:51 [INFO] 12:34:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model --- 12:34:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT... 12:34:51 [INFO] 12:34:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model --- 12:34:51 [INFO] Changes detected - recompiling the module! :dependency 12:34:51 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes 12:34:54 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:54 [INFO] 12:34:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model --- 12:34:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources 12:34:54 [INFO] 12:34:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model --- 12:34:54 [INFO] Changes detected - recompiling the module! :dependency 12:34:54 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes 12:34:57 [WARNING] bootstrap class path not set in conjunction with -source 8 12:34:57 [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. 12:34:57 [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. 12:34:57 [INFO] 12:34:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model --- 12:34:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:34:57 [INFO] Tests are skipped. 12:34:57 [INFO] 12:34:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model --- 12:34:57 [INFO] 12:34:57 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model --- 12:34:57 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 12:34:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF 12:34:57 [INFO] 12:34:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model --- 12:34:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:34:57 [INFO] Configuration changed, re-generating javadoc. 12:35:05 [WARNING] Javadoc Warnings 12:35:05 [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 12:35:05 [WARNING] package org.eclipse.ditto.things.model.signals.commands; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] package org.eclipse.ditto.things.model.signals.events; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING = 12:35:05 [WARNING] ^ 12:35:05 [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> 12:35:05 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers); 12:35:05 [WARNING] ^ 12:35:05 [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> 12:35:05 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers); 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public RetrieveThing build() { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS = 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public final class ThingCommandToModifyExceptionRegistry 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder newBuilder(final String condition, final String description) { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder forDittoProtocol() { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder forPostMethod() { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder forPutMethod() { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder forPutOrPatchMethod() { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH = 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE = 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) { 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] ATTRIBUTE, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] ATTRIBUTES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] DEFINITION, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE_DEFINITION, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE_DESIRED_PROPERTIES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE_DESIRED_PROPERTY; 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE_PROPERTIES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURE_PROPERTY, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] FEATURES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRIES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRY, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRY_RESOURCE, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRY_RESOURCES, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRY_SUBJECT, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ENTRY_SUBJECTS, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] POLICY_ID, 12:35:05 [WARNING] ^ 12:35:05 [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 12:35:05 [WARNING] THING, 12:35:05 [WARNING] ^ 12:35:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment 12:35:05 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*"); 12:35:05 [WARNING] ^ 12:35:05 [WARNING] 54 warnings 12:35:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 12:35:05 [INFO] 12:35:05 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model --- 12:35:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 12:35:05 [INFO] 12:35:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model --- 12:35:05 [INFO] Tests are skipped. 12:35:05 [INFO] 12:35:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model --- 12:35:05 [INFO] Tests are skipped. 12:35:05 [INFO] 12:35:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model --- 12:35:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec 12:35:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes 12:35:06 [INFO] 12:35:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model --- 12:35:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar' is disabled. 12:35:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar 12:35:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:35:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar 12:35:10 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar' is disabled. 12:35:10 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar 12:35:11 [INFO] 12:35:11 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model --- 12:35:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'. 12:35:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'. 12:35:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'. 12:35:12 [INFO] 12:35:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model --- 12:35:12 [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 12:35:12 [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 12:35:12 [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 12:35:12 [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 12:35:12 [INFO] 12:35:12 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model --- 12:35:12 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar 12:35:12 [INFO] Writing OBR metadata 12:35:12 [INFO] 12:35:12 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-model --- 12:35:13 [INFO] 12:35:13 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-things-model --- 12:35:13 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:35:13 [INFO] 12:35:13 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >----------- 12:35:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77] 12:35:13 [INFO] from internal/utils/cluster/pom.xml 12:35:13 [INFO] --------------------------------[ jar ]--------------------------------- 12:35:13 [INFO] 12:35:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster --- 12:35: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/cluster/target/jacoco.exec 12:35:13 [INFO] 12:35:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster --- 12:35:13 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:13 [INFO] All files are up to date, skip goal execution. 12:35:13 [INFO] 12:35:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster --- 12:35:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources 12:35:13 [INFO] 12:35:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster --- 12:35:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT... 12:35:13 [INFO] 12:35:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster --- 12:35:13 [INFO] Changes detected - recompiling the module! :dependency 12:35:13 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes 12:35:13 [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. 12:35:13 [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. 12:35:13 [INFO] 12:35:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster --- 12:35:13 [INFO] Copying 3 resources from src/test/resources to target/test-classes 12:35:13 [INFO] 12:35:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster --- 12:35:13 [INFO] Changes detected - recompiling the module! :dependency 12:35:13 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:35:13 [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. 12:35:13 [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. 12:35:14 [INFO] 12:35:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster --- 12:35:14 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:14 [INFO] Tests are skipped. 12:35:14 [INFO] 12:35:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster --- 12:35:14 [INFO] 12:35:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster --- 12:35:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 12:35:14 [INFO] 12:35:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster --- 12:35:14 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:14 [INFO] Configuration changed, re-generating javadoc. 12:35:16 [WARNING] Javadoc Warnings 12:35:16 [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 12:35:16 [WARNING] package org.eclipse.ditto.internal.utils.cluster; 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config; 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8; 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group, 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group, 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public UnsupportedManifest(final String manifest) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) { 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 12:35:16 [WARNING] ^ 12:35:16 [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 12:35:16 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem, 12:35:16 [WARNING] ^ 12:35:16 [WARNING] 14 warnings 12:35:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 12:35:16 [INFO] 12:35:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster --- 12:35:16 [INFO] Tests are skipped. 12:35:16 [INFO] 12:35:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster --- 12:35:16 [INFO] Tests are skipped. 12:35:16 [INFO] 12:35:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster --- 12:35:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec 12:35:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes 12:35:16 [INFO] 12:35:16 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster --- 12:35:16 [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. 12:35:16 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar 12:35:18 [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. 12:35:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar 12:35:18 [INFO] 12:35:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster --- 12:35:18 [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 12:35:18 [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 12:35:18 [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 12:35:18 [INFO] 12:35:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cluster --- 12:35:19 [INFO] 12:35:19 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >---------- 12:35:19 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77] 12:35:19 [INFO] from internal/utils/extension/pom.xml 12:35:19 [INFO] --------------------------------[ jar ]--------------------------------- 12:35:19 [INFO] 12:35:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension --- 12:35: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/internal/utils/extension/target/jacoco.exec 12:35:19 [INFO] 12:35:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension --- 12:35:19 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:19 [INFO] All files are up to date, skip goal execution. 12:35:19 [INFO] 12:35:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension --- 12:35:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources 12:35:19 [INFO] 12:35:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension --- 12:35:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT... 12:35:19 [INFO] 12:35:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension --- 12:35:19 [INFO] Changes detected - recompiling the module! :dependency 12:35:19 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:35:19 [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. 12:35:19 [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. 12:35:19 [INFO] 12:35:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension --- 12:35:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources 12:35:19 [INFO] 12:35:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension --- 12:35:19 [INFO] No sources to compile 12:35:19 [INFO] 12:35:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension --- 12:35:19 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:19 [INFO] Tests are skipped. 12:35:19 [INFO] 12:35:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension --- 12:35:19 [INFO] 12:35:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension --- 12:35:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 12:35:19 [INFO] 12:35:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension --- 12:35:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:20 [INFO] Configuration changed, re-generating javadoc. 12:35:21 [WARNING] Javadoc Warnings 12:35:21 [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 12:35:21 [WARNING] public final class DittoExtensionIds implements Extension { 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent( 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) { 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass, 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] protected abstract String getConfigKey(); 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) { 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) { 12:35:21 [WARNING] ^ 12:35:21 [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 12:35:21 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass, 12:35:21 [WARNING] ^ 12:35:21 [WARNING] 8 warnings 12:35:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 12:35:21 [INFO] 12:35:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension --- 12:35:21 [INFO] Tests are skipped. 12:35:21 [INFO] 12:35:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension --- 12:35:21 [INFO] Tests are skipped. 12:35:21 [INFO] 12:35:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension --- 12:35:21 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:35:21 [INFO] 12:35:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension --- 12:35:21 [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. 12:35:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar 12:35:22 [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. 12:35:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar 12:35:24 [INFO] 12:35:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension --- 12:35:24 [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 12:35:24 [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 12:35:24 [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 12:35:24 [INFO] 12:35:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-extension --- 12:35:24 [INFO] 12:35:24 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >---------------- 12:35:24 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT [27/77] 12:35:24 [INFO] from placeholders/pom.xml 12:35:24 [INFO] -------------------------------[ bundle ]------------------------------- 12:35:24 [INFO] 12:35:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders --- 12:35:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:35:24 [INFO] 12:35:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders --- 12:35:24 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec 12:35:24 [INFO] 12:35:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders --- 12:35:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:24 [INFO] All files are up to date, skip goal execution. 12:35:24 [INFO] 12:35:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders --- 12:35:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources 12:35:24 [INFO] 12:35:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders --- 12:35:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT... 12:35:24 [INFO] 12:35:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders --- 12:35:24 [INFO] Changes detected - recompiling the module! :dependency 12:35:24 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes 12:35:24 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:24 [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. 12:35:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details. 12:35:24 [INFO] 12:35:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders --- 12:35:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources 12:35:24 [INFO] 12:35:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders --- 12:35:24 [INFO] Changes detected - recompiling the module! :dependency 12:35:24 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes 12:35:25 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:25 [INFO] 12:35:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders --- 12:35:25 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:25 [INFO] Tests are skipped. 12:35:25 [INFO] 12:35:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders --- 12:35:25 [INFO] 12:35:25 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders --- 12:35:25 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 12:35:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF 12:35:25 [INFO] 12:35:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders --- 12:35:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:25 [INFO] Configuration changed, re-generating javadoc. 12:35:27 [WARNING] Javadoc Warnings 12:35:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T> 12:35:27 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder, 12:35:27 [WARNING] ^ 12:35:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return 12:35:27 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) { 12:35:27 [WARNING] ^ 12:35:27 [WARNING] 2 warnings 12:35:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 12:35:27 [INFO] 12:35:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders --- 12:35:27 [INFO] Tests are skipped. 12:35:27 [INFO] 12:35:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders --- 12:35:27 [INFO] Tests are skipped. 12:35:27 [INFO] 12:35:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders --- 12:35:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec 12:35:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes 12:35:27 [INFO] 12:35:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders --- 12:35:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar' is disabled. 12:35:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar 12:35:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar' is disabled. 12:35:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar 12:35:29 [INFO] 12:35:29 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders --- 12:35:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'. 12:35:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'. 12:35:29 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'. 12:35:29 [INFO] 12:35:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders --- 12:35:29 [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 12:35:29 [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 12:35:29 [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 12:35:29 [INFO] 12:35:29 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders --- 12:35:29 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar 12:35:29 [INFO] Writing OBR metadata 12:35:29 [INFO] 12:35:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-placeholders --- 12:35:30 [INFO] 12:35:30 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-placeholders --- 12:35:30 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:35:30 [INFO] 12:35:30 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >---------------- 12:35:30 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT [28/77] 12:35:30 [INFO] from base/service/pom.xml 12:35:30 [INFO] --------------------------------[ jar ]--------------------------------- 12:35:30 [INFO] 12:35:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service --- 12:35: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/base/service/target/jacoco.exec 12:35:30 [INFO] 12:35:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service --- 12:35:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:30 [INFO] All files are up to date, skip goal execution. 12:35:30 [INFO] 12:35:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service --- 12:35:30 [INFO] Copying 1 resource from src/main/resources to target/classes 12:35:30 [INFO] 12:35:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service --- 12:35:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT... 12:35:30 [INFO] 12:35:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service --- 12:35:30 [INFO] Changes detected - recompiling the module! :dependency 12:35:30 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes 12:35:30 [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. 12:35:30 [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. 12:35:30 [INFO] 12:35:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service --- 12:35:30 [INFO] Copying 7 resources from src/test/resources to target/test-classes 12:35:30 [INFO] 12:35:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service --- 12:35:30 [INFO] Changes detected - recompiling the module! :dependency 12:35:30 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes 12:35:31 [INFO] 12:35:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service --- 12:35:31 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:31 [INFO] Tests are skipped. 12:35:31 [INFO] 12:35:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service --- 12:35:31 [INFO] 12:35:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service --- 12:35:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 12:35:31 [INFO] 12:35:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service --- 12:35:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:31 [INFO] Configuration changed, re-generating javadoc. 12:35:33 [WARNING] Javadoc Warnings 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment 12:35:33 [WARNING] package org.eclipse.ditto.base.service; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.cluster; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.config; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.config.http; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.config.limits; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.config.supervision; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] package org.eclipse.ditto.base.service.devops; 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) { 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) { 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected static Policy substitutePolicy(final Policy policy, 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries, 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry, 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects, 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment 12:35:33 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment 12:35:33 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri"; 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment 12:35:33 [WARNING] protected final Config rawConfig; 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment 12:35:33 [WARNING] protected final C serviceSpecificConfig; 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment 12:35:33 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() { 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65)); 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment 12:35:33 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment 12:35:33 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY = 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment 12:35:33 [WARNING] public static final String TYPE = PREFIX + NAME; 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment 12:35:33 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment 12:35:33 [WARNING] public boolean isEnabled() { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment 12:35:33 [WARNING] public final class ModifySplitBrainResolverResponse 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment 12:35:33 [WARNING] public static final String TYPE = PREFIX + NAME; 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment 12:35:33 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject, 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment 12:35:33 [WARNING] public boolean isEnabled() { 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment 12:35:33 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment 12:35:33 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> { 12:35:33 [WARNING] ^ 12:35:33 [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 12:35:33 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment 12:35:33 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer { 12:35:33 [WARNING] ^ 12:35:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment 12:35:34 [WARNING] public String getActorName() { 12:35:34 [WARNING] ^ 12:35:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment 12:35:34 [WARNING] public Props getProps() { 12:35:34 [WARNING] ^ 12:35:34 [WARNING] 36 warnings 12:35:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 12:35:34 [INFO] 12:35:34 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service --- 12:35:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 12:35:34 [INFO] 12:35:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service --- 12:35:34 [INFO] Tests are skipped. 12:35:34 [INFO] 12:35:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service --- 12:35:34 [INFO] Tests are skipped. 12:35:34 [INFO] 12:35:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service --- 12:35:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec 12:35:34 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes 12:35:34 [INFO] 12:35:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service --- 12:35:34 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar' is disabled. 12:35:34 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar 12:35:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:35:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar 12:35:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar' is disabled. 12:35:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar 12:35:37 [INFO] 12:35:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service --- 12:35:37 [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 12:35:37 [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 12:35:37 [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 12:35:37 [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 12:35:37 [INFO] 12:35:37 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-service --- 12:35:38 [INFO] 12:35:38 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >---------------- 12:35:38 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT [29/77] 12:35:38 [INFO] from connectivity/pom.xml 12:35:38 [INFO] --------------------------------[ pom ]--------------------------------- 12:35:38 [INFO] 12:35:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity --- 12:35: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/connectivity/target/jacoco.exec 12:35:38 [INFO] 12:35:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity --- 12:35:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:38 [INFO] The goal is skip due to packaging 'pom' 12:35:38 [INFO] 12:35:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity --- 12:35:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT... 12:35:38 [INFO] 12:35:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity --- 12:35:38 [INFO] 12:35:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity --- 12:35:38 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:35:38 [INFO] 12:35:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity --- 12:35:38 [INFO] Tests are skipped. 12:35:38 [INFO] 12:35:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity --- 12:35:38 [INFO] Tests are skipped. 12:35:38 [INFO] 12:35:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity --- 12:35:38 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:35:38 [INFO] 12:35:38 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity --- 12:35:38 [INFO] 12:35:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity --- 12:35:38 [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 12:35:38 [INFO] 12:35:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity --- 12:35:38 [INFO] 12:35:38 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >------------- 12:35:38 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT [30/77] 12:35:38 [INFO] from connectivity/model/pom.xml 12:35:38 [INFO] -------------------------------[ bundle ]------------------------------- 12:35:38 [INFO] 12:35:38 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model --- 12:35:38 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:35:38 [INFO] 12:35:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model --- 12:35: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/connectivity/model/target/jacoco.exec 12:35:39 [INFO] 12:35:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model --- 12:35:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:39 [INFO] All files are up to date, skip goal execution. 12:35:39 [INFO] 12:35:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model --- 12:35:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources 12:35:39 [INFO] 12:35:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model --- 12:35:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT... 12:35:39 [INFO] 12:35:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model --- 12:35:39 [INFO] Changes detected - recompiling the module! :dependency 12:35:39 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes 12:35:40 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:40 [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. 12:35:40 [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. 12:35:40 [INFO] 12:35:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model --- 12:35:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources 12:35:40 [INFO] 12:35:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model --- 12:35:40 [INFO] Changes detected - recompiling the module! :dependency 12:35:40 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes 12:35:41 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:41 [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. 12:35:41 [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. 12:35:41 [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. 12:35:41 [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. 12:35:41 [INFO] 12:35:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model --- 12:35:41 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:41 [INFO] Tests are skipped. 12:35:41 [INFO] 12:35:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model --- 12:35:41 [INFO] 12:35:41 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model --- 12:35:41 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 12:35:41 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF 12:35:41 [INFO] 12:35:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model --- 12:35:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:41 [INFO] Configuration changed, re-generating javadoc. 12:35:46 [WARNING] Javadoc Warnings 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment 12:35:46 [WARNING] package org.eclipse.ditto.connectivity.model; 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt; 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements; 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder( 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] protected AbstractConnectivityEvent(final String type, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] protected AbstractConnectivityEvent(final String type, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Instant getTimestamp() { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static Builder newBuilder(final ConnectionId connectionId, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static Builder newBuilder(final String invalidCommand) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) { 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment 12:35:46 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) { 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment 12:35:46 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L; 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment 12:35:46 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L; 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return 12:35:46 [WARNING] ReplyTarget build(); 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Optional<Boolean> getContainsFailure() { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public RetrieveConnectionMetricsResponse build() { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public RetrieveConnectionStatusResponse build() { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) { 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources, 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [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 12:35:46 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS = 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment 12:35:46 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey, 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment 12:35:46 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"), 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment 12:35:46 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"), 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment 12:35:46 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"), 12:35:46 [WARNING] ^ 12:35:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment 12:35:46 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"), 12:35:46 [WARNING] ^ 12:35:46 [WARNING] 63 warnings 12:35:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 12:35:46 [INFO] 12:35:46 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model --- 12:35:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 12:35:46 [INFO] 12:35:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model --- 12:35:46 [INFO] Tests are skipped. 12:35:46 [INFO] 12:35:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model --- 12:35:46 [INFO] Tests are skipped. 12:35:46 [INFO] 12:35:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model --- 12:35:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec 12:35:46 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes 12:35:46 [INFO] 12:35:46 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model --- 12:35:46 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar' is disabled. 12:35:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar 12:35:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:35:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar 12:35:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar' is disabled. 12:35:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar 12:35:50 [INFO] 12:35:50 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model --- 12:35:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'. 12:35:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'. 12:35:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'. 12:35:51 [INFO] 12:35:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model --- 12:35:51 [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 12:35:51 [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 12:35:51 [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 12:35:51 [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 12:35:51 [INFO] 12:35:51 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model --- 12:35:51 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar 12:35:51 [INFO] Writing OBR metadata 12:35:51 [INFO] 12:35:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-model --- 12:35:51 [INFO] 12:35:51 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-connectivity-model --- 12:35:51 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:35:51 [INFO] 12:35:51 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >----------------- 12:35:51 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT [31/77] 12:35:51 [INFO] from thingsearch/pom.xml 12:35:51 [INFO] --------------------------------[ pom ]--------------------------------- 12:35:51 [INFO] 12:35:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch --- 12:35: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/thingsearch/target/jacoco.exec 12:35:51 [INFO] 12:35:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch --- 12:35:51 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:51 [INFO] The goal is skip due to packaging 'pom' 12:35:51 [INFO] 12:35:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch --- 12:35:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT... 12:35:51 [INFO] 12:35:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch --- 12:35:51 [INFO] 12:35:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch --- 12:35:51 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:35:51 [INFO] 12:35:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch --- 12:35:51 [INFO] Tests are skipped. 12:35:51 [INFO] 12:35:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch --- 12:35:51 [INFO] Tests are skipped. 12:35:51 [INFO] 12:35:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch --- 12:35:51 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:35:51 [INFO] 12:35:51 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch --- 12:35:51 [INFO] 12:35:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch --- 12:35:51 [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 12:35:51 [INFO] 12:35:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch --- 12:35:52 [INFO] 12:35:52 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >-------------- 12:35:52 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT [32/77] 12:35:52 [INFO] from thingsearch/model/pom.xml 12:35:52 [INFO] -------------------------------[ bundle ]------------------------------- 12:35:52 [INFO] 12:35:52 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model --- 12:35:52 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:35:52 [INFO] 12:35:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model --- 12:35: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/thingsearch/model/target/jacoco.exec 12:35:52 [INFO] 12:35:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model --- 12:35:52 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:52 [INFO] All files are up to date, skip goal execution. 12:35:52 [INFO] 12:35:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model --- 12:35:52 [INFO] Copying 0 resource from src/main/resources to target/classes 12:35:52 [INFO] 12:35:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model --- 12:35:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT... 12:35:52 [INFO] 12:35:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model --- 12:35:52 [INFO] Changes detected - recompiling the module! :dependency 12:35:52 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes 12:35:52 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:52 [INFO] 12:35:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model --- 12:35:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources 12:35:52 [INFO] 12:35:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model --- 12:35:52 [INFO] Changes detected - recompiling the module! :dependency 12:35:52 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes 12:35:52 [WARNING] bootstrap class path not set in conjunction with -source 8 12:35:52 [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; 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:35:52 [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; 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:35:52 [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; 12:35:52 cast to java.lang.String for a varargs call 12:35:52 cast to java.lang.String[] for a non-varargs call and to suppress this warning 12:35:52 [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; 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:35:52 [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; 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call 12:35:52 cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning 12:35:52 [INFO] 12:35:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model --- 12:35:53 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:35:53 [INFO] Tests are skipped. 12:35:53 [INFO] 12:35:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model --- 12:35:53 [INFO] 12:35:53 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model --- 12:35:53 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 12:35:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF 12:35:53 [INFO] 12:35:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model --- 12:35:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:35:53 [INFO] Configuration changed, re-generating javadoc. 12:35:55 [WARNING] Javadoc Warnings 12:35:55 [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 12:35:55 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands; 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions; 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query; 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription; 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events; 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces, 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options, 12:35:55 [WARNING] ^ 12:35:55 [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 12:35:55 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options, 12:35:55 [WARNING] ^ 12:35:55 [WARNING] 8 warnings 12:35:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 12:35:55 [INFO] 12:35:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model --- 12:35:55 [INFO] Tests are skipped. 12:35:55 [INFO] 12:35:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model --- 12:35:55 [INFO] Tests are skipped. 12:35:55 [INFO] 12:35:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model --- 12:35:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec 12:35:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes 12:35:55 [INFO] 12:35:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model --- 12:35:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar' is disabled. 12:35:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar 12:35:56 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:35:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar 12:35:58 [INFO] 12:35:58 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model --- 12:35:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'. 12:35:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'. 12:35:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'. 12:35:58 [INFO] 12:35:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model --- 12:35:58 [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 12:35:58 [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 12:35:58 [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 12:35:58 [INFO] 12:35:58 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model --- 12:35:58 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar 12:35:58 [INFO] Writing OBR metadata 12:35:58 [INFO] 12:35:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-model --- 12:35:59 [INFO] 12:35:59 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-thingsearch-model --- 12:35:59 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:35:59 [INFO] 12:35:59 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------ 12:35:59 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT [33/77] 12:35:59 [INFO] from messages/pom.xml 12:35:59 [INFO] --------------------------------[ pom ]--------------------------------- 12:35:59 [INFO] 12:35:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages --- 12:35: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/messages/target/jacoco.exec 12:35:59 [INFO] 12:35:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages --- 12:35:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:59 [INFO] The goal is skip due to packaging 'pom' 12:35:59 [INFO] 12:35:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages --- 12:35:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT... 12:35:59 [INFO] 12:35:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages --- 12:35:59 [INFO] 12:35:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages --- 12:35:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:35:59 [INFO] 12:35:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages --- 12:35:59 [INFO] Tests are skipped. 12:35:59 [INFO] 12:35:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages --- 12:35:59 [INFO] Tests are skipped. 12:35:59 [INFO] 12:35:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages --- 12:35:59 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:35:59 [INFO] 12:35:59 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages --- 12:35:59 [INFO] 12:35:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages --- 12:35:59 [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 12:35:59 [INFO] 12:35:59 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages --- 12:35:59 [INFO] 12:35:59 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >--------------- 12:35:59 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT [34/77] 12:35:59 [INFO] from messages/model/pom.xml 12:35:59 [INFO] -------------------------------[ bundle ]------------------------------- 12:35:59 [INFO] 12:35:59 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model --- 12:35:59 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:35:59 [INFO] 12:35:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model --- 12:35: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/messages/model/target/jacoco.exec 12:35:59 [INFO] 12:35:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model --- 12:35:59 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:35:59 [INFO] All files are up to date, skip goal execution. 12:35:59 [INFO] 12:35:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model --- 12:35:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources 12:35:59 [INFO] 12:35:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model --- 12:35:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT... 12:35:59 [INFO] 12:35:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model --- 12:35:59 [INFO] Changes detected - recompiling the module! :dependency 12:35:59 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes 12:36:00 [WARNING] bootstrap class path not set in conjunction with -source 8 12:36:00 [INFO] 12:36:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model --- 12:36:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources 12:36:00 [INFO] 12:36:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model --- 12:36:00 [INFO] Changes detected - recompiling the module! :dependency 12:36:00 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes 12:36:00 [WARNING] bootstrap class path not set in conjunction with -source 8 12:36:00 [INFO] 12:36:00 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model --- 12:36:00 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:00 [INFO] Tests are skipped. 12:36:00 [INFO] 12:36:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model --- 12:36:00 [INFO] 12:36:00 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model --- 12:36:00 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 12:36:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF 12:36:00 [INFO] 12:36:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model --- 12:36:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:00 [INFO] Configuration changed, re-generating javadoc. 12:36:02 [WARNING] Javadoc Warnings 12:36:02 [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 12:36:02 [WARNING] package org.eclipse.ditto.messages.model.signals.commands; 12:36:02 [WARNING] ^ 12:36:02 [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 12:36:02 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder, 12:36:02 [WARNING] ^ 12:36:02 [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 12:36:02 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) { 12:36:02 [WARNING] ^ 12:36:02 [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 12:36:02 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders, 12:36:02 [WARNING] ^ 12:36:02 [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 12:36:02 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, 12:36:02 [WARNING] ^ 12:36:02 [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 12:36:02 [WARNING] public Optional<String> getCorrelationId() { 12:36:02 [WARNING] ^ 12:36:02 [WARNING] 6 warnings 12:36:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 12:36:02 [INFO] 12:36:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model --- 12:36:02 [INFO] Tests are skipped. 12:36:02 [INFO] 12:36:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model --- 12:36:02 [INFO] Tests are skipped. 12:36:02 [INFO] 12:36:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model --- 12:36:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec 12:36:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes 12:36:02 [INFO] 12:36:02 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model --- 12:36:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar' is disabled. 12:36:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar 12:36:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:36:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar 12:36:05 [INFO] 12:36:05 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model --- 12:36:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'. 12:36:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'. 12:36:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'. 12:36:05 [INFO] 12:36:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model --- 12:36:05 [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 12:36:05 [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 12:36:05 [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 12:36:05 [INFO] 12:36:05 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model --- 12:36:05 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar 12:36:05 [INFO] Writing OBR metadata 12:36:05 [INFO] 12:36:05 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages-model --- 12:36:05 [INFO] 12:36:05 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-messages-model --- 12:36:05 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:36:05 [INFO] 12:36:05 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------ 12:36:05 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT [35/77] 12:36:05 [INFO] from protocol/pom.xml 12:36:05 [INFO] -------------------------------[ bundle ]------------------------------- 12:36:05 [INFO] 12:36:05 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol --- 12:36:05 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:36:05 [INFO] 12:36:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol --- 12:36: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/protocol/target/jacoco.exec 12:36:05 [INFO] 12:36:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol --- 12:36:05 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:05 [INFO] All files are up to date, skip goal execution. 12:36:05 [INFO] 12:36:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol --- 12:36:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources 12:36:05 [INFO] 12:36:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol --- 12:36:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT... 12:36:05 [INFO] 12:36:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol --- 12:36:05 [INFO] Changes detected - recompiling the module! :dependency 12:36:05 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes 12:36:06 [WARNING] bootstrap class path not set in conjunction with -source 8 12:36:06 [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. 12:36:06 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details. 12:36:06 [INFO] 12:36:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol --- 12:36:06 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:36:06 [INFO] 12:36:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol --- 12:36:06 [INFO] Changes detected - recompiling the module! :dependency 12:36:06 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes 12:36:08 [WARNING] bootstrap class path not set in conjunction with -source 8 12:36:08 [INFO] 12:36:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol --- 12:36:08 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:08 [INFO] Tests are skipped. 12:36:08 [INFO] 12:36:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol --- 12:36:08 [INFO] 12:36:08 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol --- 12:36:08 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 12:36:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF 12:36:08 [INFO] 12:36:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol --- 12:36:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:08 [INFO] Configuration changed, re-generating javadoc. 12:36:11 [WARNING] Javadoc Warnings 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag 12:36:11 [WARNING] * <p> 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment 12:36:11 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements; 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment 12:36:11 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity; 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment 12:36:11 [WARNING] package org.eclipse.ditto.protocol.adapter.policies; 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment 12:36:11 [WARNING] package org.eclipse.ditto.protocol.adapter.provider; 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment 12:36:11 [WARNING] protected final PayloadPathMatcher payloadPathMatcher; 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment 12:36:11 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment 12:36:11 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment 12:36:11 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name 12:36:11 [WARNING] AnnouncementsTopicPathBuilder name(String name); 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment 12:36:11 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment 12:36:11 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment 12:36:11 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment 12:36:11 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment 12:36:11 [WARNING] public static EmptyPathMatcher getInstance() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return 12:36:11 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return 12:36:11 [WARNING] public static IllegalAdaptableException newInstance(final String message, 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment 12:36:11 [WARNING] public Builder(final JsonPointer path) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment 12:36:11 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment 12:36:11 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment 12:36:11 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment 12:36:11 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment 12:36:11 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment 12:36:11 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment 12:36:11 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment 12:36:11 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment 12:36:11 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment 12:36:11 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment 12:36:11 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment 12:36:11 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies( 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment 12:36:11 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies( 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment 12:36:11 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment 12:36:11 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment 12:36:11 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment 12:36:11 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment 12:36:11 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment 12:36:11 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment 12:36:11 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment 12:36:11 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment 12:36:11 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment 12:36:11 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment 12:36:11 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment 12:36:11 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings> 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment 12:36:11 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment 12:36:11 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment 12:36:11 [WARNING] protected RetrieveThingsCommandMappingStrategies() { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment 12:36:11 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment 12:36:11 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment 12:36:11 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment 12:36:11 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment 12:36:11 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment 12:36:11 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment 12:36:11 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment 12:36:11 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment 12:36:11 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment 12:36:11 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) { 12:36:11 [WARNING] ^ 12:36:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment 12:36:11 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() { 12:36:11 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment 12:36:12 [WARNING] protected static String leafValue(final JsonPointer path) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment 12:36:12 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment 12:36:12 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment 12:36:12 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment 12:36:12 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment 12:36:12 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment 12:36:12 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment 12:36:12 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment 12:36:12 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse> 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment 12:36:12 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment 12:36:12 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment 12:36:12 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment 12:36:12 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment 12:36:12 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment 12:36:12 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment 12:36:12 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment 12:36:12 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment 12:36:12 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment 12:36:12 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment 12:36:12 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment 12:36:12 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment 12:36:12 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName 12:36:12 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName); 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment 12:36:12 [WARNING] String ID_PLACEHOLDER = "_"; 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment 12:36:12 [WARNING] String PATH_DELIMITER = "/"; 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment 12:36:12 [WARNING] default boolean isWildcardTopic() { 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment 12:36:12 [WARNING] CREATE("create"), 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment 12:36:12 [WARNING] CREATED("created"), 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment 12:36:12 [WARNING] DELETE("delete"), 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment 12:36:12 [WARNING] DELETED("deleted"); 12:36:12 [WARNING] ^ 12:36:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment 12:36:12 [WARNING] MERGE("merge"), 12:36:12 [WARNING] ^ 12:36:12 [WARNING] 100 warnings 12:36:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 12:36:12 [INFO] 12:36:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol --- 12:36:12 [INFO] Tests are skipped. 12:36:12 [INFO] 12:36:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol --- 12:36:12 [INFO] Tests are skipped. 12:36:12 [INFO] 12:36:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol --- 12:36:12 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec 12:36:12 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes 12:36:12 [INFO] 12:36:12 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol --- 12:36:12 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar' is disabled. 12:36:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar 12:36:13 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar' is disabled. 12:36:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar 12:36:14 [INFO] 12:36:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol --- 12:36:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'. 12:36:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'. 12:36:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'. 12:36:14 [INFO] 12:36:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol --- 12:36:14 [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 12:36:14 [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 12:36:14 [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 12:36:14 [INFO] 12:36:14 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol --- 12:36:14 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar 12:36:14 [INFO] Writing OBR metadata 12:36:14 [INFO] 12:36:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-protocol --- 12:36:15 [INFO] 12:36:15 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-protocol --- 12:36:15 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:36:15 [INFO] 12:36:15 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >----------- 12:36:15 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77] 12:36:15 [INFO] from internal/models/signal/pom.xml 12:36:15 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:15 [INFO] 12:36:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal --- 12:36:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 12:36:15 [INFO] 12:36:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal --- 12:36:15 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:15 [INFO] All files are up to date, skip goal execution. 12:36:15 [INFO] 12:36:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal --- 12:36:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources 12:36:15 [INFO] 12:36:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal --- 12:36:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT... 12:36:15 [INFO] 12:36:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal --- 12:36:15 [INFO] Changes detected - recompiling the module! :dependency 12:36:15 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:36:15 [INFO] 12:36:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal --- 12:36:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources 12:36:15 [INFO] 12:36:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal --- 12:36:15 [INFO] Changes detected - recompiling the module! :dependency 12:36:15 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes 12:36:15 [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. 12:36:15 [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. 12:36:15 [INFO] 12:36:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal --- 12:36:15 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:15 [INFO] Tests are skipped. 12:36:15 [INFO] 12:36:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal --- 12:36:15 [INFO] 12:36:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal --- 12:36:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 12:36:15 [INFO] 12:36:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal --- 12:36:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:15 [INFO] Configuration changed, re-generating javadoc. 12:36:17 [WARNING] Javadoc Warnings 12:36:17 [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 12:36:17 [WARNING] * <p> 12:36:17 [WARNING] ^ 12:36:17 [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 12:36:17 [WARNING] ANNOUNCEMENT, 12:36:17 [WARNING] ^ 12:36:17 [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 12:36:17 [WARNING] COMMAND, 12:36:17 [WARNING] ^ 12:36:17 [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 12:36:17 [WARNING] EVENT, 12:36:17 [WARNING] ^ 12:36:17 [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 12:36:17 [WARNING] RESPONSE; 12:36:17 [WARNING] ^ 12:36:17 [WARNING] 5 warnings 12:36:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 12:36:17 [INFO] 12:36:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal --- 12:36:17 [INFO] Tests are skipped. 12:36:17 [INFO] 12:36:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal --- 12:36:17 [INFO] Tests are skipped. 12:36:17 [INFO] 12:36:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal --- 12:36:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec 12:36:17 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes 12:36:17 [INFO] 12:36:17 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal --- 12:36:17 [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. 12:36:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar 12:36:18 [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. 12:36:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar 12:36:20 [INFO] 12:36:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal --- 12:36:20 [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 12:36:20 [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 12:36:20 [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 12:36:20 [INFO] 12:36:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signal --- 12:36:20 [INFO] 12:36:20 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >---------------- 12:36:20 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT [37/77] 12:36:20 [INFO] from policies/api/pom.xml 12:36:20 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:20 [INFO] 12:36:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api --- 12:36: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/policies/api/target/jacoco.exec 12:36:20 [INFO] 12:36:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api --- 12:36:20 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:20 [INFO] All files are up to date, skip goal execution. 12:36:20 [INFO] 12:36:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api --- 12:36:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources 12:36:20 [INFO] 12:36:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api --- 12:36:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT... 12:36:20 [INFO] 12:36:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api --- 12:36:20 [INFO] Changes detected - recompiling the module! :dependency 12:36:20 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 12:36:20 [INFO] 12:36:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api --- 12:36:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources 12:36:20 [INFO] 12:36:20 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api --- 12:36:20 [INFO] Changes detected - recompiling the module! :dependency 12:36:20 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 12:36:20 [INFO] 12:36:20 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api --- 12:36:20 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:20 [INFO] Tests are skipped. 12:36:21 [INFO] 12:36:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api --- 12:36:21 [INFO] 12:36:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api --- 12:36:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 12:36:21 [INFO] 12:36:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api --- 12:36:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:21 [INFO] Configuration changed, re-generating javadoc. 12:36:22 [WARNING] Javadoc Warnings 12:36:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment 12:36:22 [WARNING] package org.eclipse.ditto.policies.api; 12:36:22 [WARNING] ^ 12:36:22 [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 12:36:22 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo; 12:36:22 [WARNING] ^ 12:36:22 [WARNING] 2 warnings 12:36:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 12:36:22 [INFO] 12:36:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api --- 12:36:22 [INFO] Tests are skipped. 12:36:22 [INFO] 12:36:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api --- 12:36:22 [INFO] Tests are skipped. 12:36:22 [INFO] 12:36:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api --- 12:36:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec 12:36:22 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes 12:36:22 [INFO] 12:36:22 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api --- 12:36:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar' is disabled. 12:36:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar 12:36:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:36:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar 12:36:24 [INFO] 12:36:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api --- 12:36:24 [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 12:36:24 [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 12:36:24 [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 12:36:24 [INFO] 12:36:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-api --- 12:36:25 [INFO] 12:36:25 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------ 12:36:25 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77] 12:36:25 [INFO] from internal/utils/ddata/pom.xml 12:36:25 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:25 [INFO] 12:36:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata --- 12:36: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/internal/utils/ddata/target/jacoco.exec 12:36:25 [INFO] 12:36:25 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata --- 12:36:25 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:25 [INFO] All files are up to date, skip goal execution. 12:36:25 [INFO] 12:36:25 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Copying 1 resource from src/main/resources to target/classes 12:36:25 [INFO] 12:36:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT... 12:36:25 [INFO] 12:36:25 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Changes detected - recompiling the module! :dependency 12:36:25 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:36:25 [INFO] 12:36:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:36:25 [INFO] 12:36:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Changes detected - recompiling the module! :dependency 12:36:25 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 12:36:25 [INFO] 12:36:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata --- 12:36:25 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:25 [INFO] Tests are skipped. 12:36:25 [INFO] 12:36:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] 12:36:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata --- 12:36:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 12:36:25 [INFO] 12:36:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata --- 12:36:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:25 [INFO] Configuration changed, re-generating javadoc. 12:36:27 [WARNING] Javadoc Warnings 12:36:27 [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 12:36:27 [WARNING] package org.eclipse.ditto.internal.utils.ddata; 12:36:27 [WARNING] ^ 12:36:27 [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 12:36:27 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory, 12:36:27 [WARNING] ^ 12:36:27 [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 12:36:27 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem, 12:36:27 [WARNING] ^ 12:36:27 [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 12:36:27 [WARNING] protected final int numberOfShards; 12:36:27 [WARNING] ^ 12:36:27 [WARNING] 4 warnings 12:36:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 12:36:27 [INFO] 12:36:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata --- 12:36:27 [INFO] Tests are skipped. 12:36:27 [INFO] 12:36:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata --- 12:36:27 [INFO] Tests are skipped. 12:36:27 [INFO] 12:36:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata --- 12:36:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec 12:36:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes 12:36:27 [INFO] 12:36:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata --- 12:36:27 [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. 12:36:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar 12:36:28 [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. 12:36:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar 12:36:29 [INFO] 12:36:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata --- 12:36:29 [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 12:36:29 [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 12:36:29 [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 12:36:29 [INFO] 12:36:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-ddata --- 12:36:29 [INFO] 12:36:29 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------ 12:36:29 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77] 12:36:29 [INFO] from internal/utils/pubsub/pom.xml 12:36:29 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:29 [INFO] 12:36:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 12:36:30 [INFO] 12:36:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub --- 12:36:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:30 [INFO] All files are up to date, skip goal execution. 12:36:30 [INFO] 12:36:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] Copying 1 resource from src/main/resources to target/classes 12:36:30 [INFO] 12:36:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT... 12:36:30 [INFO] 12:36:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] Changes detected - recompiling the module! :dependency 12:36:30 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes 12:36:30 [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. 12:36:30 [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. 12:36:30 [INFO] 12:36:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] Copying 4 resources from src/test/resources to target/test-classes 12:36:30 [INFO] 12:36:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub --- 12:36:30 [INFO] Changes detected - recompiling the module! :dependency 12:36:30 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:36:33 [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. 12:36:33 [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. 12:36:33 [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. 12:36:33 [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. 12:36:33 [INFO] 12:36:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub --- 12:36:33 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:33 [INFO] Tests are skipped. 12:36:33 [INFO] 12:36:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub --- 12:36:33 [INFO] 12:36:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub --- 12:36:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 12:36:33 [INFO] 12:36:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub --- 12:36:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:33 [INFO] Configuration changed, re-generating javadoc. 12:36:36 [WARNING] Javadoc Warnings 12:36:36 [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 12:36:36 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final SelfUniqueAddress selfUniqueAddress; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config, 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final AckExtractor<T> ackExtractor; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final ActorRefFactory actorRefFactory; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final CompressedDData ddata; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final DistributedDataConfig ddataConfig; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final DistributedAcks distributedAcks; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final String factoryId; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final Class<T> messageClass; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor; 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() { 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] static DistributedAcks empty(final ActorSystem system) { 12:36:36 [WARNING] ^ 12:36:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S> 12:36:36 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey, 12:36:36 [WARNING] ^ 12:36:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S> 12:36:36 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) { 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] public Set<V> getValues(final Collection<String> groups) { 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) { 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) { 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] public static Subscribe of(final Collection<String> topics, 12:36:36 [WARNING] ^ 12:36:36 [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 12:36:36 [WARNING] public static final int MAX_ERROR_COUNTER = 3; 12:36:36 [WARNING] ^ 12:36:36 [WARNING] 20 warnings 12:36:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 12:36:36 [INFO] 12:36:36 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub --- 12:36:36 [INFO] Copying 1 resource from src/main/resources to target 12:36:36 [INFO] 12:36:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub --- 12:36:36 [INFO] Tests are skipped. 12:36:36 [INFO] 12:36:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub --- 12:36:36 [INFO] Tests are skipped. 12:36:36 [INFO] 12:36:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub --- 12:36:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec 12:36:36 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes 12:36:36 [INFO] 12:36:36 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub --- 12:36:36 [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. 12:36:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar 12:36:38 [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. 12:36:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar 12:36:39 [INFO] 12:36:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub --- 12:36:39 [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 12:36:39 [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 12:36:39 [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 12:36:39 [INFO] 12:36:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub --- 12:36:39 [INFO] 12:36:40 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------ 12:36:40 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT [40/77] 12:36:40 [INFO] from internal/utils/cache/pom.xml 12:36:40 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:40 [INFO] 12:36:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache --- 12:36:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 12:36:40 [INFO] 12:36:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache --- 12:36:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:40 [INFO] All files are up to date, skip goal execution. 12:36:40 [INFO] 12:36:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache --- 12:36:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources 12:36:40 [INFO] 12:36:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache --- 12:36:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT... 12:36:40 [INFO] 12:36:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache --- 12:36:40 [INFO] Changes detected - recompiling the module! :dependency 12:36:40 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes 12:36:40 [INFO] 12:36:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache --- 12:36:40 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:36:40 [INFO] 12:36:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache --- 12:36:40 [INFO] Changes detected - recompiling the module! :dependency 12:36:40 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:36:40 [INFO] 12:36:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache --- 12:36:40 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:40 [INFO] Tests are skipped. 12:36:40 [INFO] 12:36:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache --- 12:36:40 [INFO] 12:36:40 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache --- 12:36:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 12:36:40 [INFO] 12:36:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache --- 12:36:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:40 [INFO] Configuration changed, re-generating javadoc. 12:36:42 [WARNING] Javadoc Warnings 12:36:42 [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 12:36:42 [WARNING] package org.eclipse.ditto.internal.utils.cache; 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] package org.eclipse.ditto.internal.utils.cache.config; 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry; 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] boolean exists(); 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) { 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] default Optional<T> get() { 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] static <T> Entry<T> nonexistent() { 12:36:42 [WARNING] ^ 12:36:42 [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 12:36:42 [WARNING] static <T> Entry<T> of(final long revision, final T value) { 12:36:42 [WARNING] ^ 12:36:42 [WARNING] 8 warnings 12:36:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 12:36:42 [INFO] 12:36:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache --- 12:36:42 [INFO] Tests are skipped. 12:36:42 [INFO] 12:36:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache --- 12:36:42 [INFO] Tests are skipped. 12:36:42 [INFO] 12:36:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache --- 12:36:42 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec 12:36:42 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes 12:36:42 [INFO] 12:36:42 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache --- 12:36:42 [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. 12:36:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar 12:36:43 [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. 12:36:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar 12:36:44 [INFO] 12:36:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache --- 12:36:44 [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 12:36:44 [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 12:36:44 [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 12:36:44 [INFO] 12:36:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache --- 12:36:45 [INFO] 12:36:45 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >------------- 12:36:45 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT [41/77] 12:36:45 [INFO] from internal/utils/test/pom.xml 12:36:45 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:45 [INFO] 12:36:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test --- 12:36: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/test/target/jacoco.exec 12:36:45 [INFO] 12:36:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test --- 12:36:45 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:45 [INFO] All files are up to date, skip goal execution. 12:36:45 [INFO] 12:36:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test --- 12:36:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources 12:36:45 [INFO] 12:36:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test --- 12:36:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT... 12:36:45 [INFO] 12:36:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test --- 12:36:45 [INFO] No sources to compile 12:36:45 [INFO] 12:36:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test --- 12:36:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources 12:36:45 [INFO] 12:36:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test --- 12:36:45 [INFO] Changes detected - recompiling the module! :dependency 12:36:45 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes 12:36:45 [INFO] 12:36:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test --- 12:36:45 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:45 [INFO] Tests are skipped. 12:36:45 [INFO] 12:36:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test --- 12:36:45 [INFO] 12:36:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test --- 12:36:45 [INFO] 12:36:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test --- 12:36:45 [INFO] 12:36:45 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test --- 12:36:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 12:36:45 [INFO] 12:36:45 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test --- 12:36:45 [INFO] Tests are skipped. 12:36:45 [INFO] 12:36:45 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test --- 12:36:45 [INFO] Tests are skipped. 12:36:45 [INFO] 12:36:45 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test --- 12:36:45 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:36:45 [INFO] 12:36:45 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test --- 12:36:45 [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. 12:36:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar 12:36:47 [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. 12:36:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar 12:36:47 [INFO] 12:36:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test --- 12:36:47 [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 12:36:47 [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 12:36:47 [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 12:36:47 [INFO] 12:36:47 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-test --- 12:36:48 [INFO] 12:36:48 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >--------- 12:36:48 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77] 12:36:48 [INFO] from internal/utils/persistence/pom.xml 12:36:48 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:48 [INFO] 12:36:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence --- 12:36: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/internal/utils/persistence/target/jacoco.exec 12:36:48 [INFO] 12:36:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence --- 12:36:48 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:48 [INFO] All files are up to date, skip goal execution. 12:36:48 [INFO] 12:36:48 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence --- 12:36:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources 12:36:48 [INFO] 12:36:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence --- 12:36:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT... 12:36:48 [INFO] 12:36:48 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence --- 12:36:48 [INFO] Changes detected - recompiling the module! :dependency 12:36:48 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes 12:36:49 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java uses or overrides a deprecated API. 12:36:49 [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. 12:36:49 [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. 12:36:49 [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. 12:36:49 [INFO] 12:36:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence --- 12:36:49 [INFO] Copying 12 resources from src/test/resources to target/test-classes 12:36:49 [INFO] 12:36:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence --- 12:36:49 [INFO] Changes detected - recompiling the module! :dependency 12:36:49 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes 12:36:49 [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. 12:36:49 [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. 12:36:49 [INFO] 12:36:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence --- 12:36:49 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:49 [INFO] Tests are skipped. 12:36:49 [INFO] 12:36:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence --- 12:36:49 [INFO] 12:36:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence --- 12:36:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 12:36:49 [INFO] 12:36:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence --- 12:36:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:49 [INFO] Configuration changed, re-generating javadoc. 12:36:53 [WARNING] Javadoc Warnings 12:36:53 [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 12:36:53 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected final EventRegistry<T> eventRegistry; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected final ExtendedActorSystem system; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system, 12:36:53 [WARNING] ^ 12:36:53 [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> 12:36:53 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator, 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {} 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] protected abstract String getActorName(); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public DittoMongoCollectionCache(final Config config) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public BsonInt32 getBsonInt() { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] ASCENDING(1), DESCENDING(-1); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] ASCENDING(1), DESCENDING(-1); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static final IndexDirection DEFAULT = ASCENDING; 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public KamonCommandListener(final String metricName) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public KamonConnectionPoolListener(final String metricName) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection, 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient, 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST(); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID(); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() { 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest()); 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()), 12:36:53 [WARNING] ^ 12:36:53 [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 12:36:53 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()), 12:36:53 [WARNING] ^ 12:36:54 [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 12:36:54 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()), 12:36:54 [WARNING] ^ 12:36:54 [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 12:36:54 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()), 12:36:54 [WARNING] ^ 12:36:54 [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 12:36:54 [WARNING] EXTRACTOR_CLASS("class", ""), 12:36:54 [WARNING] ^ 12:36:54 [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 12:36:54 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList()); 12:36:54 [WARNING] ^ 12:36:54 [WARNING] 41 warnings 12:36:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 12:36:54 [INFO] 12:36:54 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence --- 12:36:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 12:36:54 [INFO] 12:36:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence --- 12:36:54 [INFO] Tests are skipped. 12:36:54 [INFO] 12:36:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence --- 12:36:54 [INFO] Tests are skipped. 12:36:54 [INFO] 12:36:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence --- 12:36:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec 12:36:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes 12:36:54 [INFO] 12:36:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence --- 12:36:54 [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. 12:36:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar 12:36:54 [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. 12:36:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar 12:36:56 [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. 12:36:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar 12:36:58 [INFO] 12:36:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence --- 12:36:58 [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 12:36:58 [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 12:36:58 [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 12:36:58 [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 12:36:58 [INFO] 12:36:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistence --- 12:36:58 [INFO] 12:36:58 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >----------------- 12:36:58 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT [43/77] 12:36:58 [INFO] from things/api/pom.xml 12:36:58 [INFO] --------------------------------[ jar ]--------------------------------- 12:36:58 [INFO] 12:36:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api --- 12:36:58 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 12:36:58 [INFO] 12:36:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api --- 12:36:58 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:36:58 [INFO] All files are up to date, skip goal execution. 12:36:58 [INFO] 12:36:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api --- 12:36:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources 12:36:58 [INFO] 12:36:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api --- 12:36:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT... 12:36:58 [INFO] 12:36:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api --- 12:36:58 [INFO] Changes detected - recompiling the module! :dependency 12:36:58 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes 12:36:59 [INFO] 12:36:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api --- 12:36:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources 12:36:59 [INFO] 12:36:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api --- 12:36:59 [INFO] Changes detected - recompiling the module! :dependency 12:36:59 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:36:59 [INFO] 12:36:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api --- 12:36:59 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:36:59 [INFO] Tests are skipped. 12:36:59 [INFO] 12:36:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api --- 12:36:59 [INFO] 12:36:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api --- 12:36:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 12:36:59 [INFO] 12:36:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api --- 12:36:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:36:59 [INFO] Configuration changed, re-generating javadoc. 12:37:01 [WARNING] Javadoc Warnings 12:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment 12:37:01 [WARNING] package org.eclipse.ditto.things.api; 12:37:01 [WARNING] ^ 12:37:01 [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 12:37:01 [WARNING] package org.eclipse.ditto.things.api.commands.sudo; 12:37:01 [WARNING] ^ 12:37:01 [WARNING] 2 warnings 12:37:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 12:37:01 [INFO] 12:37:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api --- 12:37:01 [INFO] Tests are skipped. 12:37:01 [INFO] 12:37:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api --- 12:37:01 [INFO] Tests are skipped. 12:37:01 [INFO] 12:37:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api --- 12:37:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec 12:37:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes 12:37:01 [INFO] 12:37:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api --- 12:37:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar' is disabled. 12:37:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar 12:37:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar 12:37:03 [INFO] 12:37:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api --- 12:37:03 [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 12:37:03 [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 12:37:03 [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 12:37:03 [INFO] 12:37:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-api --- 12:37:03 [INFO] 12:37:03 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >-------------- 12:37:03 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT [44/77] 12:37:03 [INFO] from connectivity/api/pom.xml 12:37:03 [INFO] --------------------------------[ jar ]--------------------------------- 12:37:03 [INFO] 12:37:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api --- 12:37: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/connectivity/api/target/jacoco.exec 12:37:03 [INFO] 12:37:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api --- 12:37:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:03 [INFO] All files are up to date, skip goal execution. 12:37:03 [INFO] 12:37:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api --- 12:37:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources 12:37:03 [INFO] 12:37:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api --- 12:37:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT... 12:37:03 [INFO] 12:37:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api --- 12:37:03 [INFO] Changes detected - recompiling the module! :dependency 12:37:03 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes 12:37:04 [INFO] 12:37:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api --- 12:37:04 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:37:04 [INFO] 12:37:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api --- 12:37:04 [INFO] Changes detected - recompiling the module! :dependency 12:37:04 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 12:37:04 [INFO] 12:37:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api --- 12:37:04 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:04 [INFO] Tests are skipped. 12:37:04 [INFO] 12:37:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api --- 12:37:04 [INFO] 12:37:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api --- 12:37:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 12:37:04 [INFO] 12:37:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api --- 12:37:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:04 [INFO] Configuration changed, re-generating javadoc. 12:37:06 [WARNING] Javadoc Warnings 12:37:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment 12:37:06 [WARNING] package org.eclipse.ditto.connectivity.api; 12:37:06 [WARNING] ^ 12:37:06 [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 12:37:06 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo; 12:37:06 [WARNING] ^ 12:37:06 [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 12:37:06 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs; 12:37:06 [WARNING] ^ 12:37:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment 12:37:07 [WARNING] CONNECTED, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment 12:37:07 [WARNING] CONNECTING, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment 12:37:07 [WARNING] DISCONNECTED, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment 12:37:07 [WARNING] DISCONNECTING, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment 12:37:07 [WARNING] INITIALIZED, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment 12:37:07 [WARNING] TESTING; 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment 12:37:07 [WARNING] UNKNOWN, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment 12:37:07 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval"; 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment 12:37:07 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH = 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment 12:37:07 [WARNING] BYTES, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment 12:37:07 [WARNING] TEXT, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment 12:37:07 [WARNING] TEXT_AND_BYTES, 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment 12:37:07 [WARNING] UNKNOWN 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command, 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable( 12:37:07 [WARNING] ^ 12:37:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment 12:37:07 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath, 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets, 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag"; 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public String getTag() { 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public Set<ConnectionId> getConnectionIds() { 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags"; 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:37:07 [WARNING] ^ 12:37:07 [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 12:37:07 [WARNING] public Set<String> getConnectionTags() { 12:37:07 [WARNING] ^ 12:37:07 [WARNING] 27 warnings 12:37:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 12:37:07 [INFO] 12:37:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api --- 12:37:07 [INFO] Tests are skipped. 12:37:07 [INFO] 12:37:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api --- 12:37:07 [INFO] Tests are skipped. 12:37:07 [INFO] 12:37:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api --- 12:37:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec 12:37:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes 12:37:07 [INFO] 12:37:07 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api --- 12:37:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar' is disabled. 12:37:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar 12:37:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:08 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar 12:37:08 [INFO] 12:37:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api --- 12:37:08 [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 12:37:08 [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 12:37:08 [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 12:37:08 [INFO] 12:37:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-api --- 12:37:09 [INFO] 12:37:09 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >--------------------- 12:37:09 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT [45/77] 12:37:09 [INFO] from jwt/pom.xml 12:37:09 [INFO] --------------------------------[ pom ]--------------------------------- 12:37:09 [INFO] 12:37:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt --- 12:37:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/jwt/target/jacoco.exec 12:37:09 [INFO] 12:37:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt --- 12:37:09 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:09 [INFO] The goal is skip due to packaging 'pom' 12:37:09 [INFO] 12:37:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt --- 12:37:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT... 12:37:09 [INFO] 12:37:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt --- 12:37:09 [INFO] 12:37:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt --- 12:37:09 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:37:09 [INFO] 12:37:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt --- 12:37:09 [INFO] Tests are skipped. 12:37:09 [INFO] 12:37:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt --- 12:37:09 [INFO] Tests are skipped. 12:37:09 [INFO] 12:37:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt --- 12:37:09 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:37:09 [INFO] 12:37:09 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt --- 12:37:09 [INFO] 12:37:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt --- 12:37:09 [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 12:37:09 [INFO] 12:37:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt --- 12:37:09 [INFO] 12:37:09 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------ 12:37:09 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT [46/77] 12:37:09 [INFO] from jwt/model/pom.xml 12:37:09 [INFO] -------------------------------[ bundle ]------------------------------- 12:37:09 [INFO] 12:37:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model --- 12:37:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:09 [INFO] 12:37:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model --- 12:37:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 12:37:09 [INFO] 12:37:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model --- 12:37:09 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:09 [INFO] All files are up to date, skip goal execution. 12:37:09 [INFO] 12:37:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model --- 12:37:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources 12:37:09 [INFO] 12:37:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model --- 12:37:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT... 12:37:09 [INFO] 12:37:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model --- 12:37:09 [INFO] Changes detected - recompiling the module! :dependency 12:37:09 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes 12:37:09 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:09 [INFO] 12:37:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model --- 12:37:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources 12:37:09 [INFO] 12:37:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model --- 12:37:09 [INFO] Changes detected - recompiling the module! :dependency 12:37:09 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes 12:37:09 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:09 [INFO] 12:37:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model --- 12:37:09 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:09 [INFO] Tests are skipped. 12:37:09 [INFO] 12:37:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model --- 12:37:09 [INFO] 12:37:09 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model --- 12:37:09 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 12:37:09 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF 12:37:09 [INFO] 12:37:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model --- 12:37:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:09 [INFO] Configuration changed, re-generating javadoc. 12:37:11 [WARNING] Javadoc Warnings 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment 12:37:11 [WARNING] package org.eclipse.ditto.jwt.model; 12:37:11 [WARNING] ^ 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment 12:37:11 [WARNING] protected AbstractJsonWebToken(final String token) { 12:37:11 [WARNING] ^ 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment 12:37:11 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) { 12:37:11 [WARNING] ^ 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment 12:37:11 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException { 12:37:11 [WARNING] ^ 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment 12:37:11 [WARNING] public interface JwtException { 12:37:11 [WARNING] ^ 12:37:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment 12:37:11 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException { 12:37:11 [WARNING] ^ 12:37:11 [WARNING] 6 warnings 12:37:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 12:37:11 [INFO] 12:37:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model --- 12:37:11 [INFO] Tests are skipped. 12:37:11 [INFO] 12:37:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model --- 12:37:11 [INFO] Tests are skipped. 12:37:11 [INFO] 12:37:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model --- 12:37:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec 12:37:11 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes 12:37:11 [INFO] 12:37:11 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model --- 12:37:11 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar' is disabled. 12:37:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar 12:37:12 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar 12:37:14 [INFO] 12:37:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model --- 12:37:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'. 12:37:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'. 12:37:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'. 12:37:14 [INFO] 12:37:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model --- 12:37:14 [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 12:37:14 [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 12:37:14 [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 12:37:14 [INFO] 12:37:14 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model --- 12:37:14 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar 12:37:14 [INFO] Writing OBR metadata 12:37:14 [INFO] 12:37:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt-model --- 12:37:14 [INFO] 12:37:14 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-jwt-model --- 12:37:14 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:37:14 [INFO] 12:37:14 [INFO] --------------------< org.eclipse.ditto:ditto-wot >--------------------- 12:37:14 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT [47/77] 12:37:14 [INFO] from wot/pom.xml 12:37:14 [INFO] --------------------------------[ pom ]--------------------------------- 12:37:14 [INFO] 12:37:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot --- 12:37: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/wot/target/jacoco.exec 12:37:14 [INFO] 12:37:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot --- 12:37:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:14 [INFO] The goal is skip due to packaging 'pom' 12:37:14 [INFO] 12:37:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot --- 12:37:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT... 12:37:14 [INFO] 12:37:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot --- 12:37:14 [INFO] 12:37:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot --- 12:37:14 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:37:14 [INFO] 12:37:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot --- 12:37:14 [INFO] Tests are skipped. 12:37:14 [INFO] 12:37:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot --- 12:37:14 [INFO] Tests are skipped. 12:37:14 [INFO] 12:37:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot --- 12:37:14 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:37:14 [INFO] 12:37:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot --- 12:37:14 [INFO] 12:37:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot --- 12:37:14 [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 12:37:14 [INFO] 12:37:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot --- 12:37:14 [INFO] 12:37:14 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------ 12:37:14 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT [48/77] 12:37:14 [INFO] from wot/model/pom.xml 12:37:14 [INFO] -------------------------------[ bundle ]------------------------------- 12:37:14 [INFO] 12:37:14 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model --- 12:37:14 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:14 [INFO] 12:37:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model --- 12:37: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/wot/model/target/jacoco.exec 12:37:14 [INFO] 12:37:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model --- 12:37:14 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:14 [INFO] All files are up to date, skip goal execution. 12:37:14 [INFO] 12:37:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model --- 12:37:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources 12:37:14 [INFO] 12:37:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model --- 12:37:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT... 12:37:14 [INFO] 12:37:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model --- 12:37:14 [INFO] Changes detected - recompiling the module! :dependency 12:37:14 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes 12:37:16 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:16 [INFO] 12:37:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model --- 12:37:16 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:37:16 [INFO] 12:37:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model --- 12:37:16 [INFO] Changes detected - recompiling the module! :dependency 12:37:16 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:37:16 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:16 [INFO] 12:37:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model --- 12:37:16 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:16 [INFO] Tests are skipped. 12:37:16 [INFO] 12:37:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model --- 12:37:16 [INFO] 12:37:16 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model --- 12:37:16 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 12:37:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF 12:37:16 [INFO] 12:37:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model --- 12:37:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:16 [INFO] Configuration changed, re-generating javadoc. 12:37:20 [WARNING] Javadoc Warnings 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment 12:37:20 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment 12:37:20 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment 12:37:20 [WARNING] String getActionName(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment 12:37:20 [WARNING] Optional<SingleDataSchema> getInput(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment 12:37:20 [WARNING] Optional<SingleDataSchema> getOutput(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment 12:37:20 [WARNING] boolean isIdempotent(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment 12:37:20 [WARNING] boolean isSafe(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment 12:37:20 [WARNING] Optional<Boolean> isSynchronous(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment 12:37:20 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment 12:37:20 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence actionName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment 12:37:20 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment 12:37:20 [WARNING] Builder setInput(@Nullable SingleDataSchema input); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment 12:37:20 [WARNING] Builder setOutput(@Nullable SingleDataSchema output); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment 12:37:20 [WARNING] Builder setSafe(@Nullable Boolean safe); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment 12:37:20 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment 12:37:20 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment 12:37:20 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment 12:37:20 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment 12:37:20 [WARNING] static ActionFormElement.Builder newBuilder() { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment 12:37:20 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment 12:37:20 [WARNING] static Builder newBuilder() { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment 12:37:20 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment 12:37:20 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment 12:37:20 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment 12:37:20 [WARNING] static Actions from(final Collection<Action> actions) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment 12:37:20 [WARNING] static Actions fromJson(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment 12:37:20 [WARNING] Optional<Action> getAction(CharSequence actionName); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment 12:37:20 [WARNING] static Actions of(final Map<String, Action> actions) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment 12:37:20 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment 12:37:20 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment 12:37:20 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment 12:37:20 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment 12:37:20 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment 12:37:20 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment 12:37:20 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment 12:37:20 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment 12:37:20 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment 12:37:20 [WARNING] List<String> getAllOf(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment 12:37:20 [WARNING] SecuritySchemeScheme getScheme(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment 12:37:20 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment 12:37:20 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment 12:37:20 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment 12:37:20 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment 12:37:20 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment 12:37:20 [WARNING] Optional<SecuritySchemeIn> getIn(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment 12:37:20 [WARNING] Optional<String> getName(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment 12:37:20 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment 12:37:20 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment 12:37:20 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment 12:37:20 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment 12:37:20 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition( 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment 12:37:20 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment 12:37:20 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment 12:37:20 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment 12:37:20 [WARNING] Optional<DataSchema> getItems(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment 12:37:20 [WARNING] Optional<Integer> getMaxItems(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment 12:37:20 [WARNING] Optional<Integer> getMinItems(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment 12:37:20 [WARNING] Optional<DataSchemaType> getType(); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment 12:37:20 [WARNING] static ArraySchema.Builder newBuilder() { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment 12:37:20 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment 12:37:20 [WARNING] default ArraySchema.Builder toBuilder() { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment 12:37:20 [WARNING] static Builder newBuilder() { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment 12:37:20 [WARNING] static Builder newBuilder(final JsonObject jsonObject) { 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment 12:37:20 [WARNING] Builder setItems(@Nullable DataSchema items); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment 12:37:20 [WARNING] Builder setMaxItems(@Nullable Integer maxItems); 12:37:20 [WARNING] ^ 12:37:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment 12:37:20 [WARNING] Builder setMinItems(@Nullable Integer minItems); 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment 12:37:21 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition( 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment 12:37:21 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition( 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment 12:37:21 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition( 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment 12:37:21 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition( 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment 12:37:21 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment 12:37:21 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix, 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment 12:37:21 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment 12:37:21 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment 12:37:21 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment 12:37:21 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment 12:37:21 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment 12:37:21 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment 12:37:21 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment 12:37:21 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment 12:37:21 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment 12:37:21 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment 12:37:21 [WARNING] String REL_ICON = "icon"; 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment 12:37:21 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) { 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment 12:37:21 [WARNING] Optional<IRI> getAnchor(); 12:37:21 [WARNING] ^ 12:37:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment 12:37:21 [WARNING] IRI getHref(); 12:37:21 [WARNING] ^ 12:37:21 [WARNING] 100 warnings 12:37:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 12:37:21 [INFO] 12:37:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model --- 12:37:21 [INFO] Tests are skipped. 12:37:21 [INFO] 12:37:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model --- 12:37:21 [INFO] Tests are skipped. 12:37:21 [INFO] 12:37:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model --- 12:37:21 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec 12:37:21 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes 12:37:21 [INFO] 12:37:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model --- 12:37:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar' is disabled. 12:37:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar 12:37:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar 12:37:23 [INFO] 12:37:23 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model --- 12:37:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'. 12:37:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'. 12:37:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'. 12:37:24 [INFO] 12:37:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model --- 12:37:24 [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 12:37:24 [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 12:37:24 [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 12:37:24 [INFO] 12:37:24 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model --- 12:37:24 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar 12:37:24 [INFO] Writing OBR metadata 12:37:24 [INFO] 12:37:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-model --- 12:37:24 [INFO] 12:37:24 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-wot-model --- 12:37:24 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:37:24 [INFO] 12:37:24 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >-------- 12:37:24 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77] 12:37:24 [INFO] from internal/utils/cache-loaders/pom.xml 12:37:24 [INFO] --------------------------------[ jar ]--------------------------------- 12:37:24 [INFO] 12:37:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders --- 12:37: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/cache-loaders/target/jacoco.exec 12:37:24 [INFO] 12:37:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders --- 12:37:24 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:24 [INFO] All files are up to date, skip goal execution. 12:37:24 [INFO] 12:37:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Copying 1 resource from src/main/resources to target/classes 12:37:24 [INFO] 12:37:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT... 12:37:24 [INFO] 12:37:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Changes detected - recompiling the module! :dependency 12:37:24 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes 12:37:24 [INFO] 12:37:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Copying 2 resources from src/test/resources to target/test-classes 12:37:24 [INFO] 12:37:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Changes detected - recompiling the module! :dependency 12:37:24 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:37:24 [INFO] 12:37:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders --- 12:37:24 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:24 [INFO] Tests are skipped. 12:37:24 [INFO] 12:37:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] 12:37:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders --- 12:37:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 12:37:24 [INFO] 12:37:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders --- 12:37:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:24 [INFO] Configuration changed, re-generating javadoc. 12:37:26 [WARNING] Javadoc Warnings 12:37:26 [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 12:37:26 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders; 12:37:26 [WARNING] ^ 12:37:26 [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 12:37:26 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config; 12:37:26 [WARNING] ^ 12:37:26 [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> 12:37:26 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard( 12:37:26 [WARNING] ^ 12:37:26 [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 12:37:26 [WARNING] BACKOFF_DELAY 12:37:26 [WARNING] ^ 12:37:26 [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 12:37:26 [WARNING] FIXED_DELAY, 12:37:26 [WARNING] ^ 12:37:26 [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 12:37:26 [WARNING] NO_DELAY, 12:37:26 [WARNING] ^ 12:37:26 [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 12:37:26 [WARNING] OFF, 12:37:26 [WARNING] ^ 12:37:26 [WARNING] 7 warnings 12:37:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 12:37:26 [INFO] 12:37:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders --- 12:37:26 [INFO] Tests are skipped. 12:37:26 [INFO] 12:37:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders --- 12:37:26 [INFO] Tests are skipped. 12:37:26 [INFO] 12:37:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders --- 12:37:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec 12:37:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes 12:37:26 [INFO] 12:37:26 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders --- 12:37:26 [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. 12:37:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar 12:37:28 [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. 12:37:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar 12:37:29 [INFO] 12:37:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders --- 12:37: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 12:37: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 12:37: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 12:37:29 [INFO] 12:37:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache-loaders --- 12:37:30 [INFO] 12:37:30 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >---------- 12:37:30 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77] 12:37:30 [INFO] from internal/utils/namespaces/pom.xml 12:37:30 [INFO] --------------------------------[ jar ]--------------------------------- 12:37:30 [INFO] 12:37:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 12:37:30 [INFO] 12:37:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces --- 12:37:30 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:30 [INFO] All files are up to date, skip goal execution. 12:37:30 [INFO] 12:37:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources 12:37:30 [INFO] 12:37:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT... 12:37:30 [INFO] 12:37:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] Changes detected - recompiling the module! :dependency 12:37:30 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes 12:37:30 [INFO] 12:37:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:37:30 [INFO] 12:37:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] Changes detected - recompiling the module! :dependency 12:37:30 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:37:30 [INFO] 12:37:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces --- 12:37:30 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:30 [INFO] Tests are skipped. 12:37:30 [INFO] 12:37:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] 12:37:30 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces --- 12:37:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 12:37:30 [INFO] 12:37:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces --- 12:37:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:30 [INFO] Configuration changed, re-generating javadoc. 12:37:32 [WARNING] Javadoc Warnings 12:37:32 [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 12:37:32 [WARNING] package org.eclipse.ditto.internal.utils.namespaces; 12:37:32 [WARNING] ^ 12:37:32 [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 12:37:32 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) { 12:37:32 [WARNING] ^ 12:37:32 [WARNING] 2 warnings 12:37:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 12:37:32 [INFO] 12:37:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces --- 12:37:32 [INFO] Tests are skipped. 12:37:32 [INFO] 12:37:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces --- 12:37:32 [INFO] Tests are skipped. 12:37:32 [INFO] 12:37:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces --- 12:37:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec 12:37:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes 12:37:32 [INFO] 12:37:32 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces --- 12:37:32 [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. 12:37:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar 12:37:33 [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. 12:37:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar 12:37:34 [INFO] 12:37:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces --- 12:37:34 [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 12:37:34 [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 12:37:34 [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 12:37:34 [INFO] 12:37:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-namespaces --- 12:37:35 [INFO] 12:37:35 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------ 12:37:35 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT [51/77] 12:37:35 [INFO] from policies/enforcement/pom.xml 12:37:35 [INFO] --------------------------------[ jar ]--------------------------------- 12:37:35 [INFO] 12:37:35 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement --- 12:37:35 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:35 [INFO] 12:37:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement --- 12:37: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/enforcement/target/jacoco.exec 12:37:35 [INFO] 12:37:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement --- 12:37:35 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:35 [INFO] All files are up to date, skip goal execution. 12:37:35 [INFO] 12:37:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement --- 12:37:35 [INFO] Copying 1 resource from src/main/resources to target/classes 12:37:35 [INFO] 12:37:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement --- 12:37:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT... 12:37:35 [INFO] 12:37:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement --- 12:37:35 [INFO] Changes detected - recompiling the module! :dependency 12:37:35 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes 12:37:35 [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. 12:37:35 [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. 12:37:35 [INFO] 12:37:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement --- 12:37:35 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:37:35 [INFO] 12:37:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement --- 12:37:35 [INFO] Changes detected - recompiling the module! :dependency 12:37:35 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes 12:37:35 [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. 12:37:35 [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. 12:37:35 [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. 12:37:35 [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. 12:37:35 [INFO] 12:37:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement --- 12:37:35 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:35 [INFO] Tests are skipped. 12:37:35 [INFO] 12:37:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement --- 12:37:35 [INFO] 12:37:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement --- 12:37:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 12:37:35 [INFO] 12:37:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement --- 12:37:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:35 [INFO] Configuration changed, re-generating javadoc. 12:37:38 [WARNING] Javadoc Warnings 12:37:38 [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 12:37:38 [WARNING] package org.eclipse.ditto.policies.enforcement.config; 12:37:38 [WARNING] ^ 12:37:38 [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 12:37:38 [WARNING] package org.eclipse.ditto.policies.enforcement.pre; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment 12:37:38 [WARNING] protected static final ThreadSafeDittoLogger LOGGER = 12:37:38 [WARNING] ^ 12:37:38 [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 12:37:38 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal); 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment 12:37:38 [WARNING] protected final E enforcement; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment 12:37:38 [WARNING] protected final I entityId; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment 12:37:38 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment 12:37:38 [WARNING] protected final PreEnforcerProvider preEnforcer; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment 12:37:38 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) { 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment 12:37:38 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) { 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment 12:37:38 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment 12:37:38 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId, 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment 12:37:38 [WARNING] public interface Invalidatable { 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment 12:37:38 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout); 12:37:38 [WARNING] ^ 12:37:38 [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 12:37:38 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy, 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment 12:37:38 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher"; 12:37:38 [WARNING] ^ 12:37:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return 12:37:38 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) { 12:37:38 [WARNING] ^ 12:37:38 [WARNING] 17 warnings 12:37:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 12:37:38 [INFO] 12:37:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement --- 12:37:38 [INFO] Tests are skipped. 12:37:38 [INFO] 12:37:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement --- 12:37:38 [INFO] Tests are skipped. 12:37:38 [INFO] 12:37:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement --- 12:37:38 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec 12:37:38 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes 12:37:38 [INFO] 12:37:38 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement --- 12:37:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar' is disabled. 12:37:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar 12:37:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar 12:37:40 [INFO] 12:37:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement --- 12:37:40 [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 12:37:40 [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 12:37:40 [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 12:37:40 [INFO] 12:37:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-enforcement --- 12:37:40 [INFO] 12:37:40 [INFO] --------------------< org.eclipse.ditto:ditto-rql >--------------------- 12:37:40 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT [52/77] 12:37:40 [INFO] from rql/pom.xml 12:37:40 [INFO] --------------------------------[ pom ]--------------------------------- 12:37:40 [INFO] 12:37:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql --- 12:37:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/target/jacoco.exec 12:37:40 [INFO] 12:37:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql --- 12:37:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:40 [INFO] The goal is skip due to packaging 'pom' 12:37:40 [INFO] 12:37:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql --- 12:37:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT... 12:37:40 [INFO] 12:37:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql --- 12:37:40 [INFO] 12:37:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql --- 12:37:40 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:37:40 [INFO] 12:37:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql --- 12:37:40 [INFO] Tests are skipped. 12:37:40 [INFO] 12:37:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql --- 12:37:40 [INFO] Tests are skipped. 12:37:40 [INFO] 12:37:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql --- 12:37:40 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:37:40 [INFO] 12:37:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql --- 12:37:40 [INFO] 12:37:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql --- 12:37:40 [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 12:37:40 [INFO] 12:37:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql --- 12:37:41 [INFO] 12:37:41 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------ 12:37:41 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT [53/77] 12:37:41 [INFO] from rql/model/pom.xml 12:37:41 [INFO] -------------------------------[ bundle ]------------------------------- 12:37:41 [INFO] 12:37:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model --- 12:37:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:41 [INFO] 12:37:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model --- 12:37:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 12:37:41 [INFO] 12:37:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model --- 12:37:41 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:41 [INFO] All files are up to date, skip goal execution. 12:37:41 [INFO] 12:37:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model --- 12:37:41 [INFO] Copying 0 resource from src/main/resources to target/classes 12:37:41 [INFO] 12:37:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model --- 12:37:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT... 12:37:41 [INFO] 12:37:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model --- 12:37:41 [INFO] Changes detected - recompiling the module! :dependency 12:37:41 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes 12:37:41 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:41 [INFO] 12:37:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model --- 12:37:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources 12:37:41 [INFO] 12:37:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model --- 12:37:41 [INFO] Changes detected - recompiling the module! :dependency 12:37:41 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes 12:37:41 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:41 [INFO] 12:37:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model --- 12:37:41 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:41 [INFO] Tests are skipped. 12:37:41 [INFO] 12:37:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model --- 12:37:41 [INFO] 12:37:41 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model --- 12:37:41 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 12:37:41 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF 12:37:41 [INFO] 12:37:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model --- 12:37:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:41 [INFO] Configuration changed, re-generating javadoc. 12:37:43 [WARNING] Javadoc Warnings 12:37:43 [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 12:37:43 [WARNING] public String getName() { 12:37:43 [WARNING] ^ 12:37:43 [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 12:37:43 [WARNING] public static Type byName(final String name) { 12:37:43 [WARNING] ^ 12:37:43 [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 12:37:43 [WARNING] public String getName() { 12:37:43 [WARNING] ^ 12:37:43 [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 12:37:43 [WARNING] public String getName() { 12:37:43 [WARNING] ^ 12:37:43 [WARNING] 4 warnings 12:37:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 12:37:43 [INFO] 12:37:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model --- 12:37:43 [INFO] Tests are skipped. 12:37:43 [INFO] 12:37:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model --- 12:37:43 [INFO] Tests are skipped. 12:37:43 [INFO] 12:37:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model --- 12:37:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec 12:37:43 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes 12:37:43 [INFO] 12:37:43 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model --- 12:37:43 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar' is disabled. 12:37:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar 12:37:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar' is disabled. 12:37:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar 12:37:45 [INFO] 12:37:45 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model --- 12:37:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'. 12:37:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'. 12:37:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'. 12:37:45 [INFO] 12:37:45 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model --- 12:37:45 [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 12:37:45 [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 12:37:45 [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 12:37:45 [INFO] 12:37:45 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model --- 12:37:45 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar 12:37:45 [INFO] Writing OBR metadata 12:37:45 [INFO] 12:37:45 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-model --- 12:37:46 [INFO] 12:37:46 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-model --- 12:37:46 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:37:46 [INFO] 12:37:46 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >----------------- 12:37:46 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT [54/77] 12:37:46 [INFO] from rql/parser/pom.xml 12:37:46 [INFO] -------------------------------[ bundle ]------------------------------- 12:37:46 [INFO] 12:37:46 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser --- 12:37:46 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:46 [INFO] 12:37:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser --- 12:37: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/rql/parser/target/jacoco.exec 12:37:46 [INFO] 12:37:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser --- 12:37:46 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:46 [INFO] All files are up to date, skip goal execution. 12:37:46 [INFO] 12:37:46 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser --- 12:37:46 [INFO] Copying 0 resource from src/main/resources to target/classes 12:37:46 [INFO] 12:37:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser --- 12:37:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT... 12:37:46 [INFO] 12:37:46 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser --- 12:37: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 12:37:47 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ... 12:37:55 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:37:55 1 warning. 12:37:55 [INFO] done compiling 12:37:55 [INFO] compile in 8.9 s 12:37:55 [INFO] 12:37:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser --- 12:37:55 [INFO] Changes detected - recompiling the module! :dependency 12:37:55 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes 12:37:55 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:55 [INFO] 12:37:55 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser --- 12:37:55 [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 12:37:55 [INFO] compile in 0.0 s 12:37:55 [INFO] 12:37:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser --- 12:37:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources 12:37:55 [INFO] 12:37:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser --- 12:37:55 [INFO] Changes detected - recompiling the module! :dependency 12:37:55 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:37:55 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:55 [INFO] 12:37:55 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser --- 12:37:55 [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 12:37:55 [INFO] compile in 0.0 s 12:37:55 [INFO] 12:37:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser --- 12:37:55 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:55 [INFO] Tests are skipped. 12:37:55 [INFO] 12:37:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser --- 12:37:55 [INFO] 12:37:55 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser --- 12:37:55 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 12:37:55 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 12:37:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF 12:37:55 [INFO] 12:37:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser --- 12:37:55 [INFO] Tests are skipped. 12:37:55 [INFO] 12:37:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser --- 12:37:55 [INFO] Tests are skipped. 12:37:55 [INFO] 12:37:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser --- 12:37:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec 12:37:55 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes 12:37:56 [INFO] 12:37:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser --- 12:37:56 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar' is disabled. 12:37:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar 12:37:57 [INFO] 12:37:57 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser --- 12:37:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'. 12:37:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'. 12:37:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'. 12:37:57 [INFO] 12:37:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser --- 12:37:57 [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 12:37:57 [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 12:37:57 [INFO] 12:37:57 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser --- 12:37:57 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar 12:37:57 [INFO] Writing OBR metadata 12:37:57 [INFO] 12:37:57 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-parser --- 12:37:57 [INFO] 12:37:57 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-parser --- 12:37:57 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:37:57 [INFO] 12:37:57 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------ 12:37:57 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT [55/77] 12:37:57 [INFO] from rql/query/pom.xml 12:37:57 [INFO] -------------------------------[ bundle ]------------------------------- 12:37:57 [INFO] 12:37:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query --- 12:37:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:37:57 [INFO] 12:37:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query --- 12:37:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec 12:37:57 [INFO] 12:37:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query --- 12:37:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:37:57 [INFO] All files are up to date, skip goal execution. 12:37:57 [INFO] 12:37:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query --- 12:37:57 [INFO] Copying 0 resource from src/main/resources to target/classes 12:37:57 [INFO] 12:37:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query --- 12:37:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT... 12:37:57 [INFO] 12:37:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query --- 12:37:57 [INFO] Changes detected - recompiling the module! :dependency 12:37:57 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes 12:37:57 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:57 [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. 12:37:57 [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. 12:37:57 [INFO] 12:37:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query --- 12:37:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources 12:37:57 [INFO] 12:37:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query --- 12:37:57 [INFO] Changes detected - recompiling the module! :dependency 12:37:57 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes 12:37:57 [WARNING] bootstrap class path not set in conjunction with -source 8 12:37:57 [INFO] 12:37:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query --- 12:37:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:37:57 [INFO] Tests are skipped. 12:37:57 [INFO] 12:37:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query --- 12:37:57 [INFO] 12:37:57 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query --- 12:37:57 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 12:37:58 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF 12:37:58 [INFO] 12:37:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query --- 12:37:58 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:37:58 [INFO] Configuration changed, re-generating javadoc. 12:38:00 [WARNING] Javadoc Warnings 12:38:00 [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 12:38:00 [WARNING] T visitAttribute(String key); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeature(String featureId); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeatureDefinition(String featureId); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeatureIdProperty(String featureId, String property); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitFeatureProperties(CharSequence featureId); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitMetadata(String key); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitSimple(String fieldName); 12:38:00 [WARNING] ^ 12:38:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment 12:38:00 [WARNING] public ExistsThingPredicateVisitor() { 12:38:00 [WARNING] ^ 12:38:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment 12:38:00 [WARNING] public boolean isDefinition() { 12:38:00 [WARNING] ^ 12:38:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment 12:38:00 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() { 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitMetadata(String key); 12:38:00 [WARNING] ^ 12:38:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment 12:38:00 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression, 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitEq(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitGe(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitGt(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitILike(@Nullable String value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitIn(List<?> values); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitLe(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitLike(@Nullable String value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitLt(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [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 12:38:00 [WARNING] T visitNe(@Nullable Object value); 12:38:00 [WARNING] ^ 12:38:00 [WARNING] 23 warnings 12:38:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 12:38:00 [INFO] 12:38:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query --- 12:38:00 [INFO] Tests are skipped. 12:38:00 [INFO] 12:38:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query --- 12:38:00 [INFO] Tests are skipped. 12:38:00 [INFO] 12:38:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query --- 12:38:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec 12:38:00 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes 12:38:00 [INFO] 12:38:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query --- 12:38:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar' is disabled. 12:38:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar 12:38:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar' is disabled. 12:38:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar 12:38:02 [INFO] 12:38:02 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query --- 12:38:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'. 12:38:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'. 12:38:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'. 12:38:02 [INFO] 12:38:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query --- 12:38:02 [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 12:38:02 [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 12:38:02 [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 12:38:02 [INFO] 12:38:02 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query --- 12:38:02 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar 12:38:02 [INFO] Writing OBR metadata 12:38:02 [INFO] 12:38:02 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-query --- 12:38:03 [INFO] 12:38:03 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-query --- 12:38:03 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:38:03 [INFO] 12:38:03 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >--------------- 12:38:03 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT [56/77] 12:38:03 [INFO] from thingsearch/api/pom.xml 12:38:03 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:03 [INFO] 12:38:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api --- 12:38: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/thingsearch/api/target/jacoco.exec 12:38:03 [INFO] 12:38:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api --- 12:38:03 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:03 [INFO] All files are up to date, skip goal execution. 12:38:03 [INFO] 12:38:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api --- 12:38:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources 12:38:03 [INFO] 12:38:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api --- 12:38:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT... 12:38:03 [INFO] 12:38:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api --- 12:38:03 [INFO] Changes detected - recompiling the module! :dependency 12:38:03 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes 12:38:03 [INFO] 12:38:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api --- 12:38:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources 12:38:03 [INFO] 12:38:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api --- 12:38:03 [INFO] Changes detected - recompiling the module! :dependency 12:38:03 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes 12:38:03 [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. 12:38:03 [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. 12:38:03 [INFO] 12:38:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api --- 12:38:03 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:03 [INFO] Tests are skipped. 12:38:03 [INFO] 12:38:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api --- 12:38:03 [INFO] 12:38:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api --- 12:38:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 12:38:03 [INFO] 12:38:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api --- 12:38:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:03 [INFO] Configuration changed, re-generating javadoc. 12:38:06 [WARNING] Javadoc Warnings 12:38:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment 12:38:06 [WARNING] package org.eclipse.ditto.thingsearch.api; 12:38:06 [WARNING] ^ 12:38:06 [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 12:38:06 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo; 12:38:06 [WARNING] ^ 12:38:06 [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 12:38:06 [WARNING] package org.eclipse.ditto.thingsearch.api.events; 12:38:06 [WARNING] ^ 12:38:06 [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 12:38:06 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) { 12:38:06 [WARNING] ^ 12:38:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return 12:38:06 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) { 12:38:06 [WARNING] ^ 12:38:06 [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 12:38:06 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 12:38:06 [WARNING] ^ 12:38:06 [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 12:38:06 [WARNING] public static SudoUpdateThing of(final ThingId thingId, 12:38:06 [WARNING] ^ 12:38:06 [WARNING] 7 warnings 12:38:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 12:38:06 [INFO] 12:38:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api --- 12:38:06 [INFO] Tests are skipped. 12:38:06 [INFO] 12:38:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api --- 12:38:06 [INFO] Tests are skipped. 12:38:06 [INFO] 12:38:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api --- 12:38:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec 12:38:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes 12:38:06 [INFO] 12:38:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api --- 12:38:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar' is disabled. 12:38:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar 12:38:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:38:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar 12:38:07 [INFO] 12:38:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api --- 12:38:07 [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 12:38:07 [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 12:38:07 [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 12:38:07 [INFO] 12:38:07 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-api --- 12:38:08 [INFO] 12:38:08 [INFO] --------------------< org.eclipse.ditto:ditto-edge >-------------------- 12:38:08 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT [57/77] 12:38:08 [INFO] from edge/pom.xml 12:38:08 [INFO] --------------------------------[ pom ]--------------------------------- 12:38:08 [INFO] 12:38:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge --- 12:38:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/edge/target/jacoco.exec 12:38:08 [INFO] 12:38:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge --- 12:38:08 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:08 [INFO] The goal is skip due to packaging 'pom' 12:38:08 [INFO] 12:38:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge --- 12:38:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT... 12:38:08 [INFO] 12:38:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge --- 12:38:08 [INFO] 12:38:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge --- 12:38:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:38:08 [INFO] 12:38:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge --- 12:38:08 [INFO] Tests are skipped. 12:38:08 [INFO] 12:38:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge --- 12:38:08 [INFO] Tests are skipped. 12:38:08 [INFO] 12:38:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge --- 12:38:08 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:38:08 [INFO] 12:38:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge --- 12:38:08 [INFO] 12:38:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge --- 12:38:08 [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 12:38:08 [INFO] 12:38:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge --- 12:38:10 [INFO] 12:38:10 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >---------------- 12:38:10 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT [58/77] 12:38:10 [INFO] from edge/service/pom.xml 12:38:10 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:10 [INFO] 12:38:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service --- 12:38: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/edge/service/target/jacoco.exec 12:38:10 [INFO] 12:38:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service --- 12:38:10 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:10 [INFO] All files are up to date, skip goal execution. 12:38:10 [INFO] 12:38:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service --- 12:38:10 [INFO] Copying 2 resources from src/main/resources to target/classes 12:38:10 [INFO] 12:38:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service --- 12:38:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT... 12:38:10 [INFO] 12:38:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service --- 12:38:10 [INFO] Changes detected - recompiling the module! :dependency 12:38:10 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes 12:38:11 [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. 12:38:11 [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. 12:38:11 [INFO] 12:38:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service --- 12:38:11 [INFO] Copying 4 resources from src/test/resources to target/test-classes 12:38:11 [INFO] 12:38:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service --- 12:38:11 [INFO] Changes detected - recompiling the module! :dependency 12:38:11 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes 12:38:11 [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. 12:38:11 [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. 12:38:11 [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. 12:38:11 [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. 12:38:11 [INFO] 12:38:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service --- 12:38:11 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:11 [INFO] Tests are skipped. 12:38:11 [INFO] 12:38:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service --- 12:38:11 [INFO] 12:38:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service --- 12:38:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 12:38:11 [INFO] 12:38:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service --- 12:38:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:11 [INFO] Configuration changed, re-generating javadoc. 12:38:14 [WARNING] Javadoc Warnings 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment 12:38:14 [WARNING] package org.eclipse.ditto.edge.service; 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements; 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message; 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things; 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] package org.eclipse.ditto.edge.service.dispatching; 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] package org.eclipse.ditto.edge.service.placeholders; 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment 12:38:14 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment 12:38:14 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) { 12:38:14 [WARNING] ^ 12:38:14 [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 12:38:14 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment 12:38:14 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment 12:38:14 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment 12:38:14 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment 12:38:14 [WARNING] static FeaturePlaceholder getInstance() { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment 12:38:14 [WARNING] static PolicyPlaceholder getInstance() { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment 12:38:14 [WARNING] static RequestPlaceholder getInstance() { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment 12:38:14 [WARNING] static ThingJsonPlaceholder getInstance() { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment 12:38:14 [WARNING] static ThingPlaceholder getInstance() { 12:38:14 [WARNING] ^ 12:38:14 [WARNING] 17 warnings 12:38:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 12:38:14 [INFO] 12:38:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service --- 12:38:14 [INFO] Tests are skipped. 12:38:14 [INFO] 12:38:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service --- 12:38:14 [INFO] Tests are skipped. 12:38:14 [INFO] 12:38:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service --- 12:38:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec 12:38:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes 12:38:14 [INFO] 12:38:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service --- 12:38:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar' is disabled. 12:38:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar 12:38:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:38:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar 12:38:16 [INFO] 12:38:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service --- 12:38:16 [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 12:38:16 [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 12:38:16 [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 12:38:16 [INFO] 12:38:16 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge-service --- 12:38:17 [INFO] 12:38:17 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------ 12:38:17 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77] 12:38:17 [INFO] from internal/models/signalenrichment/pom.xml 12:38:17 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:17 [INFO] 12:38:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 12:38:17 [INFO] 12:38:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment --- 12:38:17 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:17 [INFO] All files are up to date, skip goal execution. 12:38:17 [INFO] 12:38:17 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources 12:38:17 [INFO] 12:38:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT... 12:38:17 [INFO] 12:38:17 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] Changes detected - recompiling the module! :dependency 12:38:17 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes 12:38:17 [INFO] 12:38:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources 12:38:17 [INFO] 12:38:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] Changes detected - recompiling the module! :dependency 12:38:17 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes 12:38:17 [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. 12:38:17 [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. 12:38:17 [INFO] 12:38:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment --- 12:38:17 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:17 [INFO] Tests are skipped. 12:38:17 [INFO] 12:38:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] 12:38:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment --- 12:38:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 12:38:17 [INFO] 12:38:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment --- 12:38:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:17 [INFO] Configuration changed, re-generating javadoc. 12:38:19 [WARNING] Javadoc Warnings 12:38:19 [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 12:38:19 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment; 12:38:19 [WARNING] ^ 12:38:19 [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 12:38:19 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject, 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return 12:38:19 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade, 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment 12:38:19 [WARNING] protected static final class CachingParameters { 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment 12:38:19 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache; 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment 12:38:19 [WARNING] protected DittoCachingSignalEnrichmentFacade( 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment 12:38:19 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) { 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment 12:38:19 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey, 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment 12:38:19 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId, 12:38:19 [WARNING] ^ 12:38:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment 12:38:19 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector, 12:38:19 [WARNING] ^ 12:38:19 [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 12:38:19 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance( 12:38:19 [WARNING] ^ 12:38:19 [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 12:38:19 [WARNING] CACHE_ENABLED("cache.enabled", true); 12:38:19 [WARNING] ^ 12:38:19 [WARNING] 12 warnings 12:38:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 12:38:19 [INFO] 12:38:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment --- 12:38:19 [INFO] Tests are skipped. 12:38:19 [INFO] 12:38:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment --- 12:38:19 [INFO] Tests are skipped. 12:38:19 [INFO] 12:38:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment --- 12:38:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec 12:38:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes 12:38:19 [INFO] 12:38:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment --- 12:38:19 [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. 12:38:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar 12:38:20 [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. 12:38:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar 12:38:21 [INFO] 12:38:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment --- 12:38:21 [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 12:38:21 [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 12:38:21 [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 12:38:21 [INFO] 12:38:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signalenrichment --- 12:38:22 [INFO] 12:38:22 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >----- 12:38:22 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77] 12:38:22 [INFO] from internal/utils/conditional-headers/pom.xml 12:38:22 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:22 [INFO] 12:38:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers --- 12:38: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/conditional-headers/target/jacoco.exec 12:38:22 [INFO] 12:38:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers --- 12:38:22 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:22 [INFO] All files are up to date, skip goal execution. 12:38:22 [INFO] 12:38:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources 12:38:22 [INFO] 12:38:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT... 12:38:22 [INFO] 12:38:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] Changes detected - recompiling the module! :dependency 12:38:22 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:38:22 [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. 12:38:22 [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. 12:38:22 [INFO] 12:38:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources 12:38:22 [INFO] 12:38:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] Changes detected - recompiling the module! :dependency 12:38:22 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes 12:38:22 [INFO] 12:38:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers --- 12:38:22 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:22 [INFO] Tests are skipped. 12:38:22 [INFO] 12:38:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] 12:38:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers --- 12:38:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 12:38:22 [INFO] 12:38:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers --- 12:38:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:22 [INFO] Configuration changed, re-generating javadoc. 12:38:24 [WARNING] Javadoc Warnings 12:38:24 [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 12:38:24 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional; 12:38:24 [WARNING] ^ 12:38:24 [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> 12:38:24 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 12:38:24 [WARNING] ^ 12:38:24 [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 12:38:24 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) { 12:38:24 [WARNING] ^ 12:38:24 [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 12:38:24 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 12:38:24 [WARNING] ^ 12:38:24 [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 12:38:24 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> { 12:38:24 [WARNING] ^ 12:38:24 [WARNING] 5 warnings 12:38:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 12:38:24 [INFO] 12:38:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers --- 12:38:24 [INFO] Tests are skipped. 12:38:24 [INFO] 12:38:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers --- 12:38:24 [INFO] Tests are skipped. 12:38:24 [INFO] 12:38:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers --- 12:38:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec 12:38:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes 12:38:24 [INFO] 12:38:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers --- 12:38:24 [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. 12:38:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar 12:38:25 [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. 12:38:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar 12:38:26 [INFO] 12:38:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers --- 12:38:26 [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 12:38:26 [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 12:38:26 [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 12:38:26 [INFO] 12:38:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-conditional-headers --- 12:38:27 [INFO] 12:38:27 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------ 12:38:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77] 12:38:27 [INFO] from internal/utils/persistent-actors/pom.xml 12:38:27 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:27 [INFO] 12:38:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:38:27 [INFO] 12:38:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 12:38:27 [INFO] 12:38:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors --- 12:38:27 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:27 [INFO] All files are up to date, skip goal execution. 12:38:27 [INFO] 12:38:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources 12:38:27 [INFO] 12:38:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT... 12:38:27 [INFO] 12:38:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] Changes detected - recompiling the module! :dependency 12:38:27 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes 12:38:27 [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. 12:38:27 [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. 12:38:27 [INFO] 12:38:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] Copying 6 resources from src/test/resources to target/test-classes 12:38:27 [INFO] 12:38:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors --- 12:38:27 [INFO] Changes detected - recompiling the module! :dependency 12:38:27 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes 12:38:28 [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. 12:38:28 [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. 12:38:28 [INFO] 12:38:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors --- 12:38:28 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:28 [INFO] Tests are skipped. 12:38:28 [INFO] 12:38:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors --- 12:38:28 [INFO] 12:38:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors --- 12:38:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 12:38:28 [INFO] 12:38:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors --- 12:38:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:28 [INFO] Configuration changed, re-generating javadoc. 12:38:31 [WARNING] Javadoc Warnings 12:38:31 [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 12:38:31 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass()); 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand); 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment 12:38:31 [WARNING] protected void becomeDeletedHandler() { 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment 12:38:31 [WARNING] protected void handleByCommandStrategy(final C command) { 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment 12:38:31 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) { 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:125: warning: no comment 12:38:31 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] @Nullable protected ActorRef enforcerChild; 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:127: warning: no comment 12:38:31 [WARNING] @Nullable protected E entityId; 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:131: warning: no comment 12:38:31 [WARNING] protected final Duration localAskTimeout; 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:119: warning: no comment 12:38:31 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this); 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:123: warning: no comment 12:38:31 [WARNING] protected final MongoReadJournal mongoReadJournal; 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:117: warning: no comment 12:38:31 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa"; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] @Nullable protected ActorRef persistenceActorChild; 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:146: warning: no comment 12:38:31 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild, 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:141: warning: no comment 12:38:31 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces, 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:226: warning: no comment 12:38:31 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior, 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:596: warning: no comment 12:38:31 [WARNING] protected void becomeTwinSignalProcessingAwaiting() { 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1025: warning: no comment 12:38:31 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer( 12:38:31 [WARNING] ^ 12:38:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:646: warning: no comment 12:38:31 [WARNING] protected void restartChild() { 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() { 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() { 12:38:31 [WARNING] ^ 12:38:31 [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> 12:38:31 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME; 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) { 12:38:31 [WARNING] ^ 12:38:31 [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> 12:38:31 [WARNING] static <E extends Event<?>> Result<E> empty() { 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] public enum Control { 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] SERVICE_REQUESTS_DONE 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] SHUTDOWN, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] STREAM_COMPLETE, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] STREAM_FAILED, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] IN_QUIET_PERIOD, 12:38:31 [WARNING] ^ 12:38:31 [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 12:38:31 [WARNING] RUNNING 12:38:31 [WARNING] ^ 12:38:31 [WARNING] 37 warnings 12:38:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 12:38:31 [INFO] 12:38:31 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors --- 12:38:31 [INFO] Tests are skipped. 12:38:31 [INFO] 12:38:31 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors --- 12:38:31 [INFO] Tests are skipped. 12:38:31 [INFO] 12:38:31 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors --- 12:38:31 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec 12:38:31 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes 12:38:31 [INFO] 12:38:31 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors --- 12:38:31 [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. 12:38:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar 12:38:32 [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. 12:38:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar 12:38:34 [INFO] 12:38:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors --- 12:38:34 [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 12:38:34 [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 12:38:34 [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 12:38:34 [INFO] 12:38:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistent-actors --- 12:38:34 [INFO] 12:38:34 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >----------- 12:38:34 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77] 12:38:34 [INFO] from internal/utils/protocol/pom.xml 12:38:34 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:34 [INFO] 12:38:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol --- 12:38: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/protocol/target/jacoco.exec 12:38:34 [INFO] 12:38:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol --- 12:38:34 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:34 [INFO] All files are up to date, skip goal execution. 12:38:34 [INFO] 12:38:34 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol --- 12:38:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources 12:38:34 [INFO] 12:38:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol --- 12:38:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT... 12:38:34 [INFO] 12:38:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol --- 12:38:34 [INFO] Changes detected - recompiling the module! :dependency 12:38:34 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes 12:38:34 [INFO] 12:38:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol --- 12:38:34 [INFO] Copying 1 resource from src/test/resources to target/test-classes 12:38:34 [INFO] 12:38:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol --- 12:38:34 [INFO] Changes detected - recompiling the module! :dependency 12:38:34 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes 12:38:34 [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. 12:38:34 [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. 12:38:34 [INFO] 12:38:34 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol --- 12:38:34 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:34 [INFO] Tests are skipped. 12:38:34 [INFO] 12:38:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol --- 12:38:35 [INFO] 12:38:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol --- 12:38:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 12:38:35 [INFO] 12:38:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol --- 12:38:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:35 [INFO] Configuration changed, re-generating javadoc. 12:38:36 [WARNING] Javadoc Warnings 12:38:36 [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 12:38:36 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config; 12:38:36 [WARNING] ^ 12:38:36 [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 12:38:36 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig); 12:38:36 [WARNING] ^ 12:38:36 [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 12:38:36 [WARNING] enum ProtocolConfigValue implements KnownConfigValue { 12:38:36 [WARNING] ^ 12:38:36 [WARNING] 3 warnings 12:38:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 12:38:36 [INFO] 12:38:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol --- 12:38:36 [INFO] Tests are skipped. 12:38:36 [INFO] 12:38:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol --- 12:38:36 [INFO] Tests are skipped. 12:38:36 [INFO] 12:38:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol --- 12:38:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec 12:38:36 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes 12:38:36 [INFO] 12:38:36 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol --- 12:38:36 [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. 12:38:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar 12:38:37 [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. 12:38:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar 12:38:38 [INFO] 12:38:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol --- 12:38:38 [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 12:38:38 [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 12:38:38 [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 12:38:38 [INFO] 12:38:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-protocol --- 12:38:40 [INFO] 12:38:40 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >---------- 12:38:40 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77] 12:38:40 [INFO] from rql/search-option-parser/pom.xml 12:38:40 [INFO] -------------------------------[ bundle ]------------------------------- 12:38:40 [INFO] 12:38:40 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser --- 12:38:40 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:38:40 [INFO] 12:38:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser --- 12:38:40 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec 12:38:40 [INFO] 12:38:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser --- 12:38:40 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:40 [INFO] All files are up to date, skip goal execution. 12:38:40 [INFO] 12:38:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser --- 12:38:40 [INFO] Copying 0 resource from src/main/resources to target/classes 12:38:40 [INFO] 12:38:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser --- 12:38:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT... 12:38:40 [INFO] 12:38:40 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser --- 12:38:40 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar 12:38:40 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ... 12:38:45 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details 12:38:45 [WARNING] one warning found 12:38:46 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 12:38:46 1 warning. 12:38:46 [INFO] done compiling 12:38:46 [INFO] compile in 6.0 s 12:38:46 [INFO] 12:38:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] Changes detected - recompiling the module! :dependency 12:38:46 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes 12:38:46 [WARNING] bootstrap class path not set in conjunction with -source 8 12:38:46 [INFO] 12:38:46 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser --- 12:38: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 12:38:46 [INFO] compile in 0.0 s 12:38:46 [INFO] 12:38:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources 12:38:46 [INFO] 12:38:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] Changes detected - recompiling the module! :dependency 12:38:46 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes 12:38:46 [WARNING] bootstrap class path not set in conjunction with -source 8 12:38:46 [INFO] 12:38:46 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser --- 12:38: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 12:38:46 [INFO] compile in 0.0 s 12:38:46 [INFO] 12:38:46 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser --- 12:38:46 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:46 [INFO] Tests are skipped. 12:38:46 [INFO] 12:38:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] 12:38:46 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser --- 12:38:46 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 12:38:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 12:38:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF 12:38:46 [INFO] 12:38:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] Tests are skipped. 12:38:46 [INFO] 12:38:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] Tests are skipped. 12:38:46 [INFO] 12:38:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser --- 12:38:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec 12:38:46 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes 12:38:46 [INFO] 12:38:46 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser --- 12:38:46 [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. 12:38:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar 12:38:47 [INFO] 12:38:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser --- 12:38:47 [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 12:38:47 [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 12:38:47 [INFO] 12:38:47 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser --- 12:38:47 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar 12:38:47 [INFO] Writing OBR metadata 12:38:47 [INFO] 12:38:47 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-search-option-parser --- 12:38:48 [INFO] 12:38:48 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-search-option-parser --- 12:38:48 [INFO] Remote OBR update disabled (enable with -DremoteOBR) 12:38:48 [INFO] 12:38:48 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------ 12:38:48 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77] 12:38:48 [INFO] from internal/utils/search/pom.xml 12:38:48 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:48 [INFO] 12:38:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search --- 12:38:48 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 12:38:48 [INFO] 12:38:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search --- 12:38:48 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:48 [INFO] All files are up to date, skip goal execution. 12:38:48 [INFO] 12:38:48 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search --- 12:38:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources 12:38:48 [INFO] 12:38:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search --- 12:38:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT... 12:38:48 [INFO] 12:38:48 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search --- 12:38:48 [INFO] Changes detected - recompiling the module! :dependency 12:38:48 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes 12:38:48 [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. 12:38:48 [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. 12:38:48 [INFO] 12:38:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search --- 12:38:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources 12:38:48 [INFO] 12:38:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search --- 12:38:48 [INFO] Changes detected - recompiling the module! :dependency 12:38:48 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes 12:38:48 [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. 12:38:48 [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. 12:38:48 [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. 12:38:48 [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. 12:38:48 [INFO] 12:38:48 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search --- 12:38:48 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:48 [INFO] Tests are skipped. 12:38:48 [INFO] 12:38:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search --- 12:38:48 [INFO] 12:38:48 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search --- 12:38:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 12:38:48 [INFO] 12:38:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search --- 12:38:48 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:48 [INFO] Configuration changed, re-generating javadoc. 12:38:50 [WARNING] Javadoc Warnings 12:38:50 [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 12:38:50 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) { 12:38:50 [WARNING] ^ 12:38:50 [WARNING] 1 warning 12:38:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 12:38:50 [INFO] 12:38:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search --- 12:38:50 [INFO] Tests are skipped. 12:38:50 [INFO] 12:38:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search --- 12:38:50 [INFO] Tests are skipped. 12:38:50 [INFO] 12:38:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search --- 12:38:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec 12:38:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes 12:38:50 [INFO] 12:38:50 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search --- 12:38:50 [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. 12:38:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar 12:38:52 [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. 12:38:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 12:38:53 [INFO] 12:38:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search --- 12:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.pom 12:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.jar 12:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar 12:38:53 [INFO] 12:38:53 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-search --- 12:38:53 [INFO] 12:38:53 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >------- 12:38:53 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77] 12:38:53 [INFO] from internal/utils/pubsub-policies/pom.xml 12:38:53 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:53 [INFO] 12:38:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec 12:38:53 [INFO] 12:38:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:53 [INFO] All files are up to date, skip goal execution. 12:38:53 [INFO] 12:38:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources 12:38:53 [INFO] 12:38:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT... 12:38:53 [INFO] 12:38:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] Changes detected - recompiling the module! :dependency 12:38:53 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes 12:38:53 [INFO] 12:38:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources 12:38:53 [INFO] 12:38:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] No sources to compile 12:38:53 [INFO] 12:38:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:53 [INFO] Tests are skipped. 12:38:53 [INFO] 12:38:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] 12:38:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 12:38:53 [INFO] 12:38:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies --- 12:38:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:53 [INFO] Configuration changed, re-generating javadoc. 12:38:55 [WARNING] Javadoc Warnings 12:38:55 [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 12:38:55 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies; 12:38:55 [WARNING] ^ 12:38:55 [WARNING] 1 warning 12:38:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 12:38:55 [INFO] 12:38:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies --- 12:38:55 [INFO] Tests are skipped. 12:38:55 [INFO] 12:38:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies --- 12:38:55 [INFO] Tests are skipped. 12:38:55 [INFO] 12:38:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies --- 12:38:55 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:38:55 [INFO] 12:38:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies --- 12:38:55 [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. 12:38:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar 12:38:55 [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. 12:38:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar 12:38:56 [INFO] 12:38:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies --- 12:38:56 [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 12:38:56 [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 12:38:56 [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 12:38:56 [INFO] 12:38:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-policies --- 12:38:57 [INFO] 12:38:57 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >-------- 12:38:57 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77] 12:38:57 [INFO] from internal/utils/pubsub-things/pom.xml 12:38:57 [INFO] --------------------------------[ jar ]--------------------------------- 12:38:57 [INFO] 12:38:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things --- 12:38: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/pubsub-things/target/jacoco.exec 12:38:57 [INFO] 12:38:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things --- 12:38:57 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:38:57 [INFO] All files are up to date, skip goal execution. 12:38:57 [INFO] 12:38:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources 12:38:57 [INFO] 12:38:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT... 12:38:57 [INFO] 12:38:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] Changes detected - recompiling the module! :dependency 12:38:57 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes 12:38:57 [INFO] 12:38:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources 12:38:57 [INFO] 12:38:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] No sources to compile 12:38:57 [INFO] 12:38:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things --- 12:38:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:38:57 [INFO] Tests are skipped. 12:38:57 [INFO] 12:38:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] 12:38:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things --- 12:38:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 12:38:57 [INFO] 12:38:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things --- 12:38:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:38:57 [INFO] Configuration changed, re-generating javadoc. 12:38:59 [WARNING] Javadoc Warnings 12:38:59 [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 12:38:59 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings; 12:38:59 [WARNING] ^ 12:38:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe 12:38:59 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber, 12:38:59 [WARNING] ^ 12:38:59 [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 12:38:59 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) { 12:38:59 [WARNING] ^ 12:38:59 [WARNING] 3 warnings 12:38:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 12:38:59 [INFO] 12:38:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things --- 12:38:59 [INFO] Tests are skipped. 12:38:59 [INFO] 12:38:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things --- 12:38:59 [INFO] Tests are skipped. 12:38:59 [INFO] 12:38:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things --- 12:38:59 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:38:59 [INFO] 12:38:59 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things --- 12:38:59 [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. 12:38:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar 12:39:00 [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. 12:39:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar 12:39:01 [INFO] 12:39:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things --- 12:39:01 [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 12:39:01 [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 12:39:01 [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 12:39:01 [INFO] 12:39:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-things --- 12:39:02 [INFO] 12:39:02 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------ 12:39:02 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT [67/77] 12:39:02 [INFO] from connectivity/service/pom.xml 12:39:02 [INFO] --------------------------------[ jar ]--------------------------------- 12:39:02 [INFO] 12:39:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service --- 12:39:02 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 12:39:02 [INFO] 12:39:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service --- 12:39:02 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:39:02 [INFO] All files are up to date, skip goal execution. 12:39:02 [INFO] 12:39:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service --- 12:39:02 [INFO] Copying 1 resource from src/main/resources to target/classes 12:39:02 [INFO] Copying 8 resources from src/main/resources to target/classes 12:39:02 [INFO] 12:39:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service --- 12:39:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT... 12:39:02 [INFO] 12:39:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service --- 12:39:02 [INFO] Changes detected - recompiling the module! :dependency 12:39:02 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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 12:39:06 [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. 12:39:06 [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. 12:39:06 [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. 12:39:06 [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. 12:39:06 [INFO] 12:39:06 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service --- 12:39:06 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar 12:39:06 [INFO] protobufjs-6.11.2.jar already unpacked. 12:39:06 [INFO] 12:39:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service --- 12:39:06 [INFO] Copying 39 resources from src/test/resources to target/test-classes 12:39:06 [INFO] 12:39:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service --- 12:39:06 [INFO] Changes detected - recompiling the module! :dependency 12:39:06 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes 12:39:14 [WARNING] Implicitly compiled files were not subject to annotation processing. 12:39:14 Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. 12:39:14 [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. 12:39:14 [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. 12:39:14 [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. 12:39:14 [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. 12:39:14 [INFO] 12:39:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service --- 12:39:14 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:39:14 [INFO] Tests are skipped. 12:39:14 [INFO] 12:39:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service --- 12:39:14 [INFO] 12:39:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service --- 12:39:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 12:39:14 [INFO] 12:39:14 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service --- 12:39:14 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:39:14 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:39:14 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:39:14 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:39:14 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:39:14 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:39:14 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:39:14 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:39:14 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:39:14 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:39:14 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:39:14 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:39:14 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:39:14 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:39:14 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:39:14 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:39:14 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:39:14 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:39:14 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:39:14 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar. 12:39:14 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar. 12:39:14 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar. 12:39:14 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar. 12:39:14 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar. 12:39:14 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar. 12:39:14 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar. 12:39:14 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar. 12:39:14 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:39:14 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:39:14 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar. 12:39:14 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar. 12:39:14 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar. 12:39:14 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. 12:39:14 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar. 12:39:14 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:39:14 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar. 12:39:14 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar. 12:39:14 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:39:14 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:39:14 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar. 12:39:14 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:39:14 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:39:14 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:39:14 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar. 12:39:14 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar. 12:39:14 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar. 12:39:14 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar. 12:39:14 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar. 12:39:14 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar. 12:39:14 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:39:14 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:39:14 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:39:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:16 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:16 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:24 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:39:24 [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: 12:39:24 [WARNING] - META-INF/NOTICE.md 12:39:24 [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: 12:39:24 [WARNING] - META-INF/LICENSE.txt 12:39:24 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, 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: 12:39:24 [WARNING] - META-INF.versions.9.module-info 12:39:24 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/io.netty.versions.properties 12:39:24 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:39:24 [WARNING] - .cache/formatter-maven-cache.properties 12:39:24 [WARNING] jctools-core-2.1.2.jar, netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:39:24 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:39:24 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:39:24 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:39:24 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:39:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:39:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:39:24 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:39:24 [WARNING] agrona-1.15.1.jar, amqp-client-5.18.0.jar, annotations-16.0.3.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, dagger-2.27.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, eddsa-0.3.0.jar, failsafe-2.4.4.jar, fluency-core-2.6.5.jar, fluency-fluentd-2.6.5.jar, hivemq-mqtt-client-1.3.3.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-dataformat-msgpack-0.9.1.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, jakarta.jms-api-2.0.3.jar, janino-3.1.11.jar, jcl-over-slf4j-2.0.11.jar, jctools-core-2.1.2.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kafka-clients-3.5.1.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, msgpack-core-0.9.1.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-rabbitmq_2.13-7.0.0.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, phi-accural-failure-detector-0.0.5.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, rhino-runtime-1.7.14.jar, rxjava-2.2.21.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, snappy-java-1.1.10.1.jar, spray-json_2.13-1.3.6.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar, ssl-config-core_2.13-0.6.1.jar, zstd-jni-1.5.5-1.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/MANIFEST.MF 12:39:24 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:39:24 [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: 12:39:24 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:39:24 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/DISCLAIMER 12:39:24 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/LICENSE 12:39:24 [WARNING] proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 12:39:24 [WARNING] - META-INF/DEPENDENCIES 12:39:24 [WARNING] maven-shade-plugin has detected that some files are 12:39:24 [WARNING] present in two or more JARs. When this happens, only one 12:39:24 [WARNING] single version of the file is copied to the uber jar. 12:39:24 [WARNING] Usually this is not harmful and you can skip these warnings, 12:39:24 [WARNING] otherwise try to manually exclude artifacts based on 12:39:24 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:39:24 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:39:24 [INFO] Attaching shaded artifact. 12:39:24 [INFO] 12:39:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service --- 12:39:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:39:24 [INFO] Configuration changed, re-generating javadoc. 12:39:31 [WARNING] Javadoc Warnings 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.config; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] package org.eclipse.ditto.connectivity.service.util; 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message); 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment 12:39:31 [WARNING] protected final ActorSystem actorSystem; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment 12:39:31 [WARNING] protected final Config config; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment 12:39:31 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment 12:39:31 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment 12:39:31 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment 12:39:31 [WARNING] protected static boolean isError(final Adaptable adaptable) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment 12:39:31 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment 12:39:31 [WARNING] protected static boolean isResponse(final Adaptable adaptable) { 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl"); 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl"); 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) { 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) { 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement, 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement, 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateSourceQoS(final int qos, 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) { 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateTargetQoS(final int qos, 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected static void validateExtraFields(final Target target) { 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected 12:39:31 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data 12:39:31 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return 12:39:31 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState( 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected 12:39:31 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors( 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment 12:39:31 [WARNING] protected abstract ActorRef getPublisherActor(); 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal, 12:39:31 [WARNING] ^ 12:39:31 [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 12:39:31 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 = 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment 12:39:31 [WARNING] public interface ReconnectTimeoutStrategy { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment 12:39:31 [WARNING] protected final UUID actorUuid; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment 12:39:31 [WARNING] protected final ChildActorNanny childActorNanny; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment 12:39:31 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment 12:39:31 [WARNING] protected final ConnectionLogger connectionLogger; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment 12:39:31 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment 12:39:31 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment 12:39:31 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance()); 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment 12:39:31 [WARNING] protected BaseClientActor(final Connection connection, 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment 12:39:31 [WARNING] protected boolean canConnectViaSocket(final Connection connection) { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment 12:39:31 [WARNING] protected ConnectivityConfig connectivityConfig() { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment 12:39:31 [WARNING] protected final SshTunnelState getSshTunnelState() { 12:39:31 [WARNING] ^ 12:39:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment 12:39:31 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() { 12:39:31 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment 12:39:32 [WARNING] ACKREGATOR_STARTED, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment 12:39:32 [WARNING] ACKREGATOR_STOPPED, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment 12:39:32 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment 12:39:32 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment 12:39:32 [WARNING] INIT_COMPLETE, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment 12:39:32 [WARNING] RESUBSCRIBE, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment 12:39:32 [WARNING] SERVICE_REQUESTS_DONE, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment 12:39:32 [WARNING] SERVICE_UNBIND, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment 12:39:32 [WARNING] SHUTDOWN_TIMEOUT 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment 12:39:32 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment 12:39:32 [WARNING] public ConnectionFailure getFailure() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment 12:39:32 [WARNING] public boolean isSuccess() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment 12:39:32 [WARNING] public static InitializationResult success() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment 12:39:32 [WARNING] boolean canReconnect(); 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment 12:39:32 [WARNING] Duration getNextBackoff(); 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment 12:39:32 [WARNING] Duration getNextTimeout(); 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment 12:39:32 [WARNING] void reset(); 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment 12:39:32 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment 12:39:32 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return 12:39:32 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment 12:39:32 [WARNING] protected final ConnectionId connectionId; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment 12:39:32 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment 12:39:32 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment 12:39:32 [WARNING] protected final ConnectionMonitor inboundMonitor; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment 12:39:32 [WARNING] protected final Source source; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment 12:39:32 [WARNING] protected final String sourceAddress; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment 12:39:32 [WARNING] protected BaseConsumerActor(final Connection connection, 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment 12:39:32 [WARNING] protected ResourceStatus getCurrentSourceStatus() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment 12:39:32 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment 12:39:32 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment 12:39:32 [WARNING] protected void resetResourceStatus() { 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment 12:39:32 [WARNING] protected final Connection connection; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment 12:39:32 [WARNING] protected final ConnectionConfig connectionConfig; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment 12:39:32 [WARNING] protected final ExpressionResolver connectionIdResolver; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment 12:39:32 [WARNING] protected final ConnectionLogger connectionLogger; 12:39:32 [WARNING] ^ 12:39:32 [WARNING] 100 warnings 12:39:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 12:39:32 [INFO] 12:39:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service --- 12:39:32 [INFO] Tests are skipped. 12:39:32 [INFO] 12:39:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service --- 12:39:32 [INFO] Tests are skipped. 12:39:32 [INFO] 12:39:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service --- 12:39:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec 12:39:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes 12:39:33 [INFO] 12:39:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service --- 12:39:33 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar' is disabled. 12:39:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar 12:39:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar' is disabled. 12:39:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar 12:40:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:40:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar 12:40:30 [INFO] 12:40:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service --- 12:40:30 [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 12:40:30 [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 12:40:30 [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 12:40:30 [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 12:40:30 [INFO] 12:40:30 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-service --- 12:40:38 [INFO] 12:40:38 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- 12:40:38 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [68/77] 12:40:38 [INFO] from documentation/pom.xml 12:40:38 [INFO] --------------------------------[ pom ]--------------------------------- 12:40:38 [INFO] 12:40:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation --- 12:40: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/documentation/target/jacoco.exec 12:40:38 [INFO] 12:40:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation --- 12:40:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... 12:40:38 [INFO] 12:40:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation --- 12:40:38 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:40:38 [INFO] 12:40:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation --- 12:40:38 [INFO] Tests are skipped. 12:40:38 [INFO] 12:40:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation --- 12:40:38 [INFO] Tests are skipped. 12:40:38 [INFO] 12:40:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation --- 12:40:38 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:40:38 [INFO] 12:40:38 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation --- 12:40:38 [INFO] 12:40:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation --- 12:40:38 [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 12:40:38 [INFO] 12:40:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-documentation --- 12:40:38 [INFO] 12:40:38 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >------------------- 12:40:38 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT [69/77] 12:40:38 [INFO] from gateway/pom.xml 12:40:38 [INFO] --------------------------------[ pom ]--------------------------------- 12:40:38 [INFO] 12:40:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway --- 12:40: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/gateway/target/jacoco.exec 12:40:38 [INFO] 12:40:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway --- 12:40:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:40:38 [INFO] The goal is skip due to packaging 'pom' 12:40:38 [INFO] 12:40:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway --- 12:40:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT... 12:40:38 [INFO] 12:40:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway --- 12:40:39 [INFO] 12:40:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway --- 12:40:39 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 12:40:39 [INFO] 12:40:39 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway --- 12:40:39 [INFO] Tests are skipped. 12:40:39 [INFO] 12:40:39 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway --- 12:40:39 [INFO] Tests are skipped. 12:40:39 [INFO] 12:40:39 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway --- 12:40:39 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:40:39 [INFO] 12:40:39 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway --- 12:40:39 [INFO] 12:40:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway --- 12:40:39 [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 12:40:39 [INFO] 12:40:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway --- 12:40:39 [INFO] 12:40:39 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >----------------- 12:40:39 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT [70/77] 12:40:39 [INFO] from gateway/api/pom.xml 12:40:39 [INFO] --------------------------------[ jar ]--------------------------------- 12:40:39 [INFO] 12:40:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api --- 12:40: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/gateway/api/target/jacoco.exec 12:40:39 [INFO] 12:40:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api --- 12:40:39 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:40:39 [INFO] All files are up to date, skip goal execution. 12:40:39 [INFO] 12:40:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api --- 12:40:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources 12:40:39 [INFO] 12:40:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api --- 12:40:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT... 12:40:39 [INFO] 12:40:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api --- 12:40:39 [INFO] Changes detected - recompiling the module! :dependency 12:40:39 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes 12:40:39 [INFO] 12:40:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api --- 12:40:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources 12:40:39 [INFO] 12:40:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api --- 12:40:39 [INFO] Changes detected - recompiling the module! :dependency 12:40:39 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:40:39 [INFO] 12:40:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api --- 12:40:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:40:39 [INFO] Tests are skipped. 12:40:39 [INFO] 12:40:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api --- 12:40:39 [INFO] 12:40:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api --- 12:40:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 12:40:39 [INFO] 12:40:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api --- 12:40:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:40:39 [INFO] Configuration changed, re-generating javadoc. 12:40:41 [WARNING] Javadoc Warnings 12:40:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment 12:40:41 [WARNING] package org.eclipse.ditto.gateway.api; 12:40:41 [WARNING] ^ 12:40:41 [WARNING] 1 warning 12:40:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 12:40:41 [INFO] 12:40:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api --- 12:40:41 [INFO] Tests are skipped. 12:40:41 [INFO] 12:40:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api --- 12:40:41 [INFO] Tests are skipped. 12:40:41 [INFO] 12:40:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api --- 12:40:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec 12:40:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes 12:40:41 [INFO] 12:40:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api --- 12:40:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar' is disabled. 12:40:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar 12:40:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar' is disabled. 12:40:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar 12:40:43 [INFO] 12:40:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api --- 12:40:43 [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 12:40:43 [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 12:40:43 [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 12:40:43 [INFO] 12:40:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-api --- 12:40:44 [INFO] 12:40:44 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >------------- 12:40:44 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT [71/77] 12:40:44 [INFO] from internal/utils/http/pom.xml 12:40:44 [INFO] --------------------------------[ jar ]--------------------------------- 12:40:44 [INFO] 12:40:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http --- 12:40: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/http/target/jacoco.exec 12:40:44 [INFO] 12:40:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http --- 12:40:44 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:40:44 [INFO] All files are up to date, skip goal execution. 12:40:44 [INFO] 12:40:44 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http --- 12:40:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources 12:40:44 [INFO] 12:40:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http --- 12:40:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT... 12:40:44 [INFO] 12:40:44 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http --- 12:40:44 [INFO] Changes detected - recompiling the module! :dependency 12:40:44 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:40:44 [INFO] 12:40:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http --- 12:40:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources 12:40:44 [INFO] 12:40:44 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http --- 12:40:44 [INFO] No sources to compile 12:40:44 [INFO] 12:40:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http --- 12:40:44 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:40:44 [INFO] Tests are skipped. 12:40:44 [INFO] 12:40:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http --- 12:40:44 [INFO] 12:40:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http --- 12:40:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 12:40:44 [INFO] 12:40:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http --- 12:40:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:40:44 [INFO] Configuration changed, re-generating javadoc. 12:40:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 12:40:46 [INFO] 12:40:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http --- 12:40:46 [INFO] Tests are skipped. 12:40:46 [INFO] 12:40:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http --- 12:40:46 [INFO] Tests are skipped. 12:40:46 [INFO] 12:40:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http --- 12:40:46 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:40:46 [INFO] 12:40:46 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http --- 12:40:46 [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. 12:40:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar 12:40:47 [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. 12:40:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar 12:40:48 [INFO] 12:40:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http --- 12:40:48 [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 12:40:48 [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 12:40:48 [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 12:40:48 [INFO] 12:40:48 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-http --- 12:40:49 [INFO] 12:40:49 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >------------- 12:40:49 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT [72/77] 12:40:49 [INFO] from internal/utils/jwt/pom.xml 12:40:49 [INFO] --------------------------------[ jar ]--------------------------------- 12:40:49 [INFO] 12:40:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt --- 12:40: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/jwt/target/jacoco.exec 12:40:49 [INFO] 12:40:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt --- 12:40:49 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:40:49 [INFO] All files are up to date, skip goal execution. 12:40:49 [INFO] 12:40:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] Copying 2 resources from src/main/resources to target/classes 12:40:49 [INFO] 12:40:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT... 12:40:49 [INFO] 12:40:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] Changes detected - recompiling the module! :dependency 12:40:49 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes 12:40:49 [INFO] 12:40:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources 12:40:49 [INFO] 12:40:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] Changes detected - recompiling the module! :dependency 12:40:49 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes 12:40:49 [INFO] 12:40:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt --- 12:40:49 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:40:49 [INFO] Tests are skipped. 12:40:49 [INFO] 12:40:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] 12:40:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt --- 12:40:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 12:40:49 [INFO] 12:40:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt --- 12:40:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:40:49 [INFO] Configuration changed, re-generating javadoc. 12:40:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 12:40:51 [INFO] 12:40:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt --- 12:40:51 [INFO] Tests are skipped. 12:40:51 [INFO] 12:40:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt --- 12:40:51 [INFO] Tests are skipped. 12:40:51 [INFO] 12:40:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt --- 12:40:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec 12:40:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes 12:40:51 [INFO] 12:40:51 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt --- 12:40:51 [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. 12:40:51 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar 12:40:52 [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. 12:40:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar 12:40:53 [INFO] 12:40:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt --- 12:40:53 [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 12:40:53 [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 12:40:53 [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 12:40:53 [INFO] 12:40:53 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-jwt --- 12:40:53 [INFO] 12:40:53 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >--------------- 12:40:53 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT [73/77] 12:40:53 [INFO] from gateway/service/pom.xml 12:40:53 [INFO] --------------------------------[ jar ]--------------------------------- 12:40:53 [INFO] 12:40:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service --- 12:40: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/gateway/service/target/jacoco.exec 12:40:53 [INFO] 12:40:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service --- 12:40:53 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:40:53 [INFO] All files are up to date, skip goal execution. 12:40:53 [INFO] 12:40:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service --- 12:40:53 [INFO] Copying 1 resource from src/main/resources to target/classes 12:40:53 [INFO] Copying 5 resources from src/main/resources to target/classes 12:40:53 [INFO] 12:40:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service --- 12:40:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT... 12:40:53 [INFO] 12:40:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service --- 12:40:53 [INFO] Changes detected - recompiling the module! :dependency 12:40:53 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes 12:40:56 [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. 12:40:56 [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. 12:40:56 [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. 12:40:56 [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. 12:40:56 [INFO] 12:40:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service --- 12:40:56 [INFO] Copying 18 resources from src/test/resources to target/test-classes 12:40:56 [INFO] 12:40:56 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service --- 12:40:56 [INFO] Changes detected - recompiling the module! :dependency 12:40:56 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes 12:40:57 [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. 12:40:57 [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. 12:40:57 [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. 12:40:57 [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. 12:40:57 [INFO] 12:40:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service --- 12:40:57 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:40:57 [INFO] Tests are skipped. 12:40:57 [INFO] 12:40:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service --- 12:40:57 [INFO] 12:40:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service --- 12:40:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 12:40:57 [INFO] 12:40:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service --- 12:40:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:40:57 [INFO] Configuration changed, re-generating javadoc. 12:41:03 [WARNING] Javadoc Warnings 12:41:03 [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 12:41:03 [WARNING] * <p> 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.starter; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.streaming; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.util.config; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected final int connectionsRetrieveLimit; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected final Duration defaultTimeout; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected final ActorRef edgeCommandForwarder; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected RetrieveConnections initialCommand; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass()); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected final ActorRef sender; 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected void handleTimeout() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected void stop() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor, 12:41:03 [WARNING] ^ 12:41:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment 12:41:03 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request, 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData( 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected Route handlePerRequest(final RequestContext ctx, 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command, 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public AuthorizationContext getConnectionAuthContext() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public String getConnectionCorrelationId() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() { 12:41:03 [WARNING] ^ 12:41:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment 12:41:03 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Optional<KillSwitch> getKillSwitch() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Optional<Instant> getSessionExpirationTime() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public String getType() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] IDS_ONLY("ids-only"), 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] enum RequestType { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] API, 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] SSE 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] WS, 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] Route authenticateDevOps(final String realm, final Route inner); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public final class DevopsAuthenticationDirectiveFactory { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DevopsAuthenticationDirective devops() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance( 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DevopsAuthenticationDirective status() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] BASIC("basic"); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] OAUTH2("oauth2"), 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> { 12:41:03 [WARNING] ^ 12:41:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment 12:41:03 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] ENABLED("enabled", true), 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] EXPECTED("expected", 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute); 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public final class HttpUtils { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public interface JwkException { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public JwtValidator getJwtValidator() { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> { 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs( 12:41:03 [WARNING] ^ 12:41:03 [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 12:41:03 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) { 12:41:03 [WARNING] ^ 12:41:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment 12:41:03 [WARNING] public String getProtocolPrefix() { 12:41:03 [WARNING] ^ 12:41:03 [WARNING] 100 warnings 12:41:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 12:41:03 [INFO] 12:41:03 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service --- 12:41:03 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar. 12:41:03 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar. 12:41:03 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar. 12:41:03 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar. 12:41:03 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:41:03 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:41:03 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:41:03 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:41:03 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:41:03 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:41:03 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:41:03 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:41:03 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:41:03 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:41:03 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:41:03 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:41:03 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:41:03 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:41:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:41:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:41:03 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:41:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:41:03 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:41:03 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:41:03 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:41:03 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:41:03 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:41:03 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:41:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:41:03 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:41:03 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:41:03 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:41:03 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:41:03 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:41:03 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:41:03 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:41:03 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:41:03 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:41:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:10 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, cloudevents-api-2.3.0.jar, cloudevents-core-2.3.0.jar, cloudevents-http-basic-2.3.0.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.11.5.jar, jjwt-impl-0.11.5.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/MANIFEST.MF 12:41:10 [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: 12:41:10 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:41:10 [WARNING] - META-INF/NOTICE.md 12:41:10 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/LICENSE.txt 12:41:10 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:41:10 [WARNING] - META-INF.versions.9.module-info 12:41:10 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:41:10 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:41:10 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:41:10 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:41:10 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:41:10 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:41:10 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:41:10 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:41:10 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:41:10 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/DISCLAIMER 12:41:10 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/LICENSE 12:41:10 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:41:10 [WARNING] - META-INF/io.netty.versions.properties 12:41:10 [WARNING] maven-shade-plugin has detected that some files are 12:41:10 [WARNING] present in two or more JARs. When this happens, only one 12:41:10 [WARNING] single version of the file is copied to the uber jar. 12:41:10 [WARNING] Usually this is not harmful and you can skip these warnings, 12:41:10 [WARNING] otherwise try to manually exclude artifacts based on 12:41:10 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:41:10 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:41:10 [INFO] Attaching shaded artifact. 12:41:10 [INFO] 12:41:10 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service --- 12:41:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 12:41:10 [INFO] 12:41:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service --- 12:41:10 [INFO] Tests are skipped. 12:41:10 [INFO] 12:41:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service --- 12:41:10 [INFO] Tests are skipped. 12:41:10 [INFO] 12:41:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service --- 12:41:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec 12:41:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes 12:41:11 [INFO] 12:41:11 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service --- 12:41:11 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar' is disabled. 12:41:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar 12:41:12 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:41:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar 12:41:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar' is disabled. 12:41:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar 12:41:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar' is disabled. 12:41:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar 12:41:38 [INFO] 12:41:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service --- 12:41:38 [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 12:41:38 [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 12:41:38 [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 12:41:38 [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 12:41:38 [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 12:41:38 [INFO] 12:41:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-service --- 12:41:46 [INFO] 12:41:46 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >-------------- 12:41:46 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT [74/77] 12:41:46 [INFO] from policies/service/pom.xml 12:41:46 [INFO] --------------------------------[ jar ]--------------------------------- 12:41:46 [INFO] 12:41:46 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service --- 12:41:46 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed 12:41:46 [INFO] 12:41:46 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service --- 12:41:46 [INFO] Assigning port '39129' to property 'random-pekko-tcp-port' 12:41:46 [INFO] 12:41:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service --- 12:41: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 12:41:47 [INFO] 12:41:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service --- 12:41:47 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:41:47 [INFO] All files are up to date, skip goal execution. 12:41:47 [INFO] 12:41:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service --- 12:41:47 [INFO] Copying 1 resource from src/main/resources to target/classes 12:41:47 [INFO] Copying 5 resources from src/main/resources to target/classes 12:41:47 [INFO] 12:41:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service --- 12:41:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT... 12:41:47 [INFO] 12:41:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service --- 12:41:47 [INFO] Changes detected - recompiling the module! :dependency 12:41:47 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes 12:41:47 [INFO] 12:41:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service --- 12:41:47 [INFO] Copying 8 resources from src/test/resources to target/test-classes 12:41:47 [INFO] 12:41:47 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service --- 12:41:47 [INFO] Changes detected - recompiling the module! :dependency 12:41:47 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes 12:41:49 [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. 12:41:49 [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. 12:41:49 [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. 12:41:49 [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. 12:41:49 [INFO] 12:41:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service --- 12:41:49 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:41:49 [INFO] Tests are skipped. 12:41:49 [INFO] 12:41:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service --- 12:41:49 [INFO] 12:41:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service --- 12:41:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 12:41:49 [INFO] 12:41:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service --- 12:41:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:41:49 [INFO] Configuration changed, re-generating javadoc. 12:41:52 [WARNING] Javadoc Warnings 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.common.config; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.enforcement; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer; 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES = 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) { 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) { 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] public DefaultSubjectIdFromActionResolver() { 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] public final class PoliciesPlaceholders { 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() { 12:41:52 [WARNING] ^ 12:41:52 [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> 12:41:52 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse( 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver", 12:41:52 [WARNING] ^ 12:41:52 [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 12:41:52 [WARNING] public static final String ACTOR_NAME = "policyOps"; 12:41:52 [WARNING] ^ 12:41:52 [WARNING] 18 warnings 12:41:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 12:41:52 [INFO] 12:41:52 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service --- 12:41:52 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:41:52 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:41:52 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:41:52 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:41:52 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:41:52 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:41:52 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:41:52 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:41:52 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:41:52 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:41:52 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:41:52 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:41:52 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:41:52 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:41:52 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:41:52 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:41:52 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:41:52 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:41:52 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:41:52 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:41:52 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:41:52 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:41:52 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:41:52 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:41:52 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:41:52 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:41:52 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:41:52 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:41:52 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:41:52 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:41:52 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:41:52 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:41:52 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:41:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:41:59 [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: 12:42:00 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:42:00 [WARNING] - META-INF/NOTICE.md 12:42:00 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/LICENSE.txt 12:42:00 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:42:00 [WARNING] - META-INF.versions.9.module-info 12:42:00 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:42:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:42:00 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:42: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.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-policies-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/MANIFEST.MF 12:42:00 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:42:00 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/DISCLAIMER 12:42:00 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/io.netty.versions.properties 12:42: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.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:42:00 [WARNING] - META-INF/LICENSE 12:42:00 [WARNING] maven-shade-plugin has detected that some files are 12:42:00 [WARNING] present in two or more JARs. When this happens, only one 12:42:00 [WARNING] single version of the file is copied to the uber jar. 12:42:00 [WARNING] Usually this is not harmful and you can skip these warnings, 12:42:00 [WARNING] otherwise try to manually exclude artifacts based on 12:42:00 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:42:00 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:42:00 [INFO] Attaching shaded artifact. 12:42:00 [INFO] 12:42:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service --- 12:42:00 [INFO] Tests are skipped. 12:42:00 [INFO] 12:42:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service --- 12:42:00 [INFO] Tests are skipped. 12:42:00 [INFO] 12:42:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service --- 12:42:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec 12:42:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes 12:42:00 [INFO] 12:42:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service --- 12:42:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar' is disabled. 12:42:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar 12:42: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. 12:42:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar 12:42:04 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar' is disabled. 12:42:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar 12:42:28 [INFO] 12:42:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service --- 12:42:28 [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 12:42:28 [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 12:42:28 [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 12:42:28 [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 12:42:28 [INFO] 12:42:28 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-service --- 12:42:32 [INFO] 12:42:32 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >--------------- 12:42:32 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT [75/77] 12:42:32 [INFO] from wot/integration/pom.xml 12:42:32 [INFO] --------------------------------[ jar ]--------------------------------- 12:42:32 [INFO] 12:42:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration --- 12:42: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/wot/integration/target/jacoco.exec 12:42:32 [INFO] 12:42:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration --- 12:42:32 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:42:32 [INFO] All files are up to date, skip goal execution. 12:42:32 [INFO] 12:42:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration --- 12:42:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources 12:42:32 [INFO] 12:42:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration --- 12:42:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT... 12:42:32 [INFO] 12:42:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration --- 12:42:32 [INFO] Changes detected - recompiling the module! :dependency 12:42:32 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes 12:42:33 [INFO] 12:42:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration --- 12:42:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources 12:42:33 [INFO] 12:42:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration --- 12:42:33 [INFO] No sources to compile 12:42:33 [INFO] 12:42:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration --- 12:42:33 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:42:33 [INFO] Tests are skipped. 12:42:33 [INFO] 12:42:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration --- 12:42:33 [INFO] 12:42:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration --- 12:42:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 12:42:33 [INFO] 12:42:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration --- 12:42:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:42:33 [INFO] Configuration changed, re-generating javadoc. 12:42:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 12:42:35 [INFO] 12:42:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration --- 12:42:35 [INFO] Tests are skipped. 12:42:35 [INFO] 12:42:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration --- 12:42:35 [INFO] Tests are skipped. 12:42:35 [INFO] 12:42:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration --- 12:42:35 [INFO] Skipping JaCoCo execution due to missing execution data file. 12:42:35 [INFO] 12:42:35 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration --- 12:42:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar' is disabled. 12:42:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar 12:42:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar' is disabled. 12:42:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar 12:42:38 [INFO] 12:42:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration --- 12:42:38 [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 12:42:38 [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 12:42:38 [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 12:42:38 [INFO] 12:42:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-integration --- 12:42:38 [INFO] 12:42:38 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >--------------- 12:42:38 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT [76/77] 12:42:38 [INFO] from things/service/pom.xml 12:42:38 [INFO] --------------------------------[ jar ]--------------------------------- 12:42:38 [INFO] 12:42:38 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service --- 12:42:38 [INFO] Assigning port '38259' to property 'random-pekko-tcp-port' 12:42:38 [INFO] 12:42:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service --- 12:42:38 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 12:42:38 [INFO] 12:42:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service --- 12:42:38 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:42:38 [INFO] All files are up to date, skip goal execution. 12:42:38 [INFO] 12:42:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service --- 12:42:38 [INFO] Copying 1 resource from src/main/resources to target/classes 12:42:38 [INFO] Copying 5 resources from src/main/resources to target/classes 12:42:38 [INFO] 12:42:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service --- 12:42:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT... 12:42:38 [INFO] 12:42:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service --- 12:42:38 [INFO] Changes detected - recompiling the module! :dependency 12:42:38 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes 12:42:39 [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. 12:42:39 [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. 12:42:39 [INFO] 12:42:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service --- 12:42:39 [INFO] Copying 5 resources from src/test/resources to target/test-classes 12:42:39 [INFO] 12:42:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service --- 12:42:39 [INFO] Changes detected - recompiling the module! :dependency 12:42:39 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes 12:42:41 [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. 12:42:41 [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. 12:42:41 [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. 12:42:41 [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. 12:42:41 [INFO] 12:42:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service --- 12:42:41 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:42:41 [INFO] Tests are skipped. 12:42:41 [INFO] 12:42:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service --- 12:42:41 [INFO] 12:42:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service --- 12:42:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 12:42:41 [INFO] 12:42:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service --- 12:42:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:42:42 [INFO] Configuration changed, re-generating javadoc. 12:42:45 [WARNING] Javadoc Warnings 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.aggregation; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.common.config; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.enforcement; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.persistence.actors; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer; 12:42:45 [WARNING] ^ 12:42:45 [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> 12:42:45 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal, 12:42:45 [WARNING] ^ 12:42:45 [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> 12:42:45 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public final class ThingConditionValidator { 12:42:45 [WARNING] ^ 12:42:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment 12:42:45 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) { 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ThingId thingId, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) { 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static final String ACTOR_NAME = "thingOps"; 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] public static Props props(final ActorRef pubSubMediator, 12:42:45 [WARNING] ^ 12:42:45 [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 12:42:45 [WARNING] private final int capacity; 12:42:45 [WARNING] ^ 12:42:45 [WARNING] 37 warnings 12:42:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 12:42:45 [INFO] 12:42:45 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service --- 12:42:45 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:42:45 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:42:45 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:42:45 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:42:45 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:42:45 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:42:45 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:42:45 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:42:45 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:42:45 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:42:45 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:42:45 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:42:45 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:42:45 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:42:45 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:42:45 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:42:45 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:42:45 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:42:45 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:42:45 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:42:45 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:42:45 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:42:45 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:42:45 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:42:45 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:42:45 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:42:45 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:42:45 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:42:45 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:42:45 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:42:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:42:52 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/MANIFEST.MF 12:42:52 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/LICENSE.txt 12:42:52 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-http-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/LICENSE 12:42:52 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:42:52 [WARNING] - META-INF.versions.9.module-info 12:42:52 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:42:52 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:42:52 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:42:52 [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: 12:42:52 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:42:52 [WARNING] - META-INF/NOTICE.md 12:42:52 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:42:52 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/DISCLAIMER 12:42:52 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:42:52 [WARNING] - META-INF/io.netty.versions.properties 12:42:52 [WARNING] maven-shade-plugin has detected that some files are 12:42:52 [WARNING] present in two or more JARs. When this happens, only one 12:42:52 [WARNING] single version of the file is copied to the uber jar. 12:42:52 [WARNING] Usually this is not harmful and you can skip these warnings, 12:42:52 [WARNING] otherwise try to manually exclude artifacts based on 12:42:52 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:42:52 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:42:52 [INFO] Attaching shaded artifact. 12:42:52 [INFO] 12:42:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service --- 12:42:52 [INFO] Tests are skipped. 12:42:52 [INFO] 12:42:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service --- 12:42:52 [INFO] Tests are skipped. 12:42:52 [INFO] 12:42:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service --- 12:42:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec 12:42:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes 12:42:52 [INFO] 12:42:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service --- 12:42:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar' is disabled. 12:42:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar 12:42:54 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:42:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar 12:42:58 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar' is disabled. 12:43:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar 12:43:32 [INFO] 12:43:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service --- 12:43:32 [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 12:43:32 [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 12:43:32 [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 12:43:32 [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 12:43:32 [INFO] 12:43:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-service --- 12:43:36 [INFO] 12:43:36 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >------------- 12:43:36 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT [77/77] 12:43:36 [INFO] from thingsearch/service/pom.xml 12:43:36 [INFO] --------------------------------[ jar ]--------------------------------- 12:43:36 [INFO] 12:43:36 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service --- 12:43:36 [INFO] Assigning port '43695' to property 'random-pekko-tcp-port' 12:43:36 [INFO] 12:43:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service --- 12:43: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/service/target/jacoco.exec 12:43:36 [INFO] 12:43:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service --- 12:43:36 [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl 12:43:36 [INFO] All files are up to date, skip goal execution. 12:43:36 [INFO] 12:43:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service --- 12:43:36 [INFO] Copying 1 resource from src/main/resources to target/classes 12:43:36 [INFO] Copying 5 resources from src/main/resources to target/classes 12:43:36 [INFO] 12:43:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service --- 12:43:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT... 12:43:36 [INFO] 12:43:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service --- 12:43:36 [INFO] Changes detected - recompiling the module! :dependency 12:43:36 [INFO] Compiling 104 source files with javac [debug target 17] to target/classes 12:43:37 [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. 12:43:37 [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. 12:43:37 [INFO] 12:43:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service --- 12:43:37 [INFO] Copying 20 resources from src/test/resources to target/test-classes 12:43:37 [INFO] 12:43:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service --- 12:43:37 [INFO] Changes detected - recompiling the module! :dependency 12:43:37 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes 12:43:39 [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. 12:43:39 [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. 12:43:39 [INFO] 12:43:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service --- 12:43:39 [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. 12:43:39 [INFO] Tests are skipped. 12:43:39 [INFO] 12:43:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service --- 12:43:39 [INFO] 12:43:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service --- 12:43:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 12:43:39 [INFO] 12:43:39 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service --- 12:43:39 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar. 12:43:39 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar. 12:43:39 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. 12:43:39 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar. 12:43:39 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar. 12:43:39 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar. 12:43:39 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar. 12:43:39 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar. 12:43:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar. 12:43:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar. 12:43:39 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. 12:43:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar. 12:43:39 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar. 12:43:39 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. 12:43:39 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. 12:43:39 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar. 12:43:39 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. 12:43:39 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. 12:43:39 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. 12:43:39 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. 12:43:39 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. 12:43:39 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. 12:43:39 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar. 12:43:39 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar. 12:43:39 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar. 12:43:39 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. 12:43:39 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar. 12:43:39 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar. 12:43:39 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar. 12:43:39 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar. 12:43:39 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. 12:43:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. 12:43:46 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/LICENSE.txt 12:43:46 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 12:43:46 [WARNING] - META-INF.versions.9.module-info 12:43:46 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 12:43:46 [WARNING] - org.eclipse.ditto.rql.parser.RqlPredicateParser 12:43:46 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlParserBase 12:43:46 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser 12:43:46 [WARNING] - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$ 12:43:46 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 12:43:46 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.properties 12:43:46 [WARNING] - META-INF/maven/org.jctools/jctools-core/pom.xml 12:43:46 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/LICENSE 12:43:46 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/native-image/org.mongodb/bson/native-image.properties 12:43:46 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/DISCLAIMER 12:43:46 [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: 12:43:46 [WARNING] - META-INF/NOTICE-THIRD-PARTY.md 12:43:46 [WARNING] - META-INF/NOTICE.md 12:43:46 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/io.netty.versions.properties 12:43:46 [WARNING] agrona-1.15.1.jar, annotations-13.0.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 12:43:46 [WARNING] - META-INF/MANIFEST.MF 12:43:46 [WARNING] maven-shade-plugin has detected that some files are 12:43:46 [WARNING] present in two or more JARs. When this happens, only one 12:43:46 [WARNING] single version of the file is copied to the uber jar. 12:43:46 [WARNING] Usually this is not harmful and you can skip these warnings, 12:43:46 [WARNING] otherwise try to manually exclude artifacts based on 12:43:46 [WARNING] mvn dependency:tree -Ddetail=true and the above output. 12:43:46 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ 12:43:46 [INFO] Attaching shaded artifact. 12:43:46 [INFO] 12:43:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service --- 12:43:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it. 12:43:47 [INFO] Configuration changed, re-generating javadoc. 12:43:50 [WARNING] Javadoc Warnings 12:43:50 [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 12:43:50 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config; 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public final Bson visitSimple(final String fieldName) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] Duration getIdleTimeout(); 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] CONSISTENCY_ERROR, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] INCORRECT_PATCH, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] OK 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] UNACKNOWLEDGED, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] WRITE_ERROR, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade( 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public String getCustomMetricName() { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query); 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] Optional<String> getMongoHintsByNamespace(); 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields(); 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] default T eval(final JsonValue value) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static final String FAKE_DOT = "~2"; 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static Metadata of(final ThingId thingId, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) { 12:43:50 [WARNING] ^ 12:43:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment 12:43:50 [WARNING] public static String mapSortKey(final String... values) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database, 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) { 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] protected final ActorSystem actorSystem; 12:43:50 [WARNING] ^ 12:43:50 [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 12:43:50 [WARNING] protected final int maxWireVersion; 12:43:51 [WARNING] ^ 12:43:51 [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 12:43:51 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) { 12:43:51 [WARNING] ^ 12:43:51 [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 12:43:51 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) { 12:43:51 [WARNING] ^ 12:43:51 [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 12:43:51 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> { 12:43:51 [WARNING] ^ 12:43:52 [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 12:43:52 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig, 12:43:52 [WARNING] ^ 12:43:52 [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 12:43:52 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps, 12:43:52 [WARNING] ^ 12:43:52 [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 12:43:52 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) { 12:43:52 [WARNING] ^ 12:43:52 [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 12:43:52 [WARNING] public static WriteResultAndErrors failure(final Throwable error) { 12:43:52 [WARNING] ^ 12:43:52 [WARNING] 44 warnings 12:43:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 12:43:52 [INFO] 12:43:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service --- 12:43:52 [INFO] Tests are skipped. 12:43:52 [INFO] 12:43:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service --- 12:43:52 [INFO] Tests are skipped. 12:43:52 [INFO] 12:43:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service --- 12:43:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec 12:43:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 120 classes 12:43:52 [INFO] 12:43:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service --- 12:43:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar' is disabled. 12:43:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar 12:43:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar' is disabled. 12:43:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar 12:44:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar' is disabled. 12:44:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar 12:44:18 [INFO] 12:44:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service --- 12:44:18 [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 12:44:18 [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 12:44:18 [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 12:44:18 [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 12:44:18 [INFO] 12:44:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-service --- 12:44:25 [INFO] ------------------------------------------------------------------------ 12:44:25 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: 12:44:25 [INFO] 12:44:25 [INFO] Eclipse Ditto ...................................... SUCCESS [ 6.297 s] 12:44:25 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [ 2.381 s] 12:44:25 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [ 0.476 s] 12:44:25 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [ 0.466 s] 12:44:25 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 5.310 s] 12:44:25 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 14.630 s] 12:44:25 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [ 0.357 s] 12:44:25 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 16.386 s] 12:44:25 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [ 7.442 s] 12:44:25 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [ 0.619 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [ 0.479 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 5.307 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 6.417 s] 12:44:25 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [ 4.852 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 7.764 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [ 0.572 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [ 4.991 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 18.189 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 6.854 s] 12:44:25 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [ 4.917 s] 12:44:25 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [ 0.353 s] 12:44:25 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 24.132 s] 12:44:25 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [ 0.547 s] 12:44:25 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 21.373 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 6.502 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [ 4.911 s] 12:44:25 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [ 5.461 s] 12:44:25 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 8.511 s] 12:44:25 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [ 0.368 s] 12:44:25 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 12.865 s] 12:44:25 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [ 0.426 s] 12:44:25 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 6.747 s] 12:44:25 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [ 0.674 s] 12:44:25 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 6.051 s] 12:44:25 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 9.529 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [ 5.234 s] 12:44:25 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 4.822 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [ 4.643 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 10.028 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [ 5.020 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [ 3.411 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 10.328 s] 12:44:25 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 5.080 s] 12:44:25 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 5.495 s] 12:44:25 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [ 0.272 s] 12:44:25 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [ 4.947 s] 12:44:25 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [ 0.290 s] 12:44:25 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 9.619 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders SUCCESS [ 5.666 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 4.852 s] 12:44:25 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 5.767 s] 12:44:25 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [ 0.769 s] 12:44:25 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [ 4.790 s] 12:44:25 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 11.150 s] 12:44:25 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 5.565 s] 12:44:25 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [ 5.617 s] 12:44:25 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [ 2.005 s] 12:44:25 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 6.538 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 5.237 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [ 4.701 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 7.601 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 5.834 s] 12:44:25 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 7.590 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 5.469 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [ 3.817 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [ 4.740 s] 12:44:25 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [01:36 min] 12:44:25 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 0.642 s] 12:44:25 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [ 0.247 s] 12:44:25 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [ 5.258 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [ 5.276 s] 12:44:25 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [ 4.080 s] 12:44:25 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 53.131 s] 12:44:25 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 45.790 s] 12:44:25 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [ 5.683 s] 12:44:25 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 58.171 s] 12:44:25 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 49.174 s] 12:44:25 [INFO] ------------------------------------------------------------------------ 12:44:25 [INFO] BUILD SUCCESS 12:44:25 [INFO] ------------------------------------------------------------------------ 12:44:25 [INFO] Total time: 11:55 min 12:44:25 [INFO] Finished at: 2024-01-25T17:44:25Z 12:44:25 [INFO] ------------------------------------------------------------------------ 12:44:26 Recording test results 12:44:57 [Checks API] No suitable checks publisher found. 12:44:58 Finished: SUCCESS